The temperature measurement instrument API library functions.
More...
|
| typedef void(* | _callback_temp_meas) (int status, float temp) |
| | Temperature measurement API callback function type definition. More...
|
| |
The temperature measurement instrument API library functions.
◆ _callback_temp_meas
| typedef void(* _callback_temp_meas) (int status, float temp) |
Temperature measurement API callback function type definition.
- Parameters
-
Definition at line 139 of file temp_meas_api.h.
◆ temp_meas_api_close()
| TEMP_MEAS_API int temp_meas_api_close |
( |
void |
| ) |
|
◆ temp_meas_api_dbg_close()
| TEMP_MEAS_API int temp_meas_api_dbg_close |
( |
void |
| ) |
|
◆ temp_meas_api_dbg_init()
| TEMP_MEAS_API int temp_meas_api_dbg_init |
( |
_dbg_params * |
dbg_params_t | ) |
|
◆ temp_meas_api_init()
| TEMP_MEAS_API int temp_meas_api_init |
( |
const char * |
iface, |
|
|
_callback_temp_meas |
callback_temp_meas |
|
) |
| |
Temperature measurement instrument initialize function.
- Parameters
-
| [in] | iface | A string to define the instrument interface, e.g. "COM15". |
| [in] | callback_temp_meas | A callback function, with _callback_temp_meas type, called whenever the temperature measurement is ready. |
- Returns
- TEMP_MEAS_API_STATUS_CODES.
◆ temp_meas_api_measure()
| TEMP_MEAS_API int temp_meas_api_measure |
( |
void |
| ) |
|