![]() |
Production Line Tool v5.0
The DA1470x Production Line Tool Software Package
|
The temperature measurement instrument API macro definitions. More...
Macros | |
| #define | __bool_true_false_are_defined 1 |
| #define | bool char |
| #define | true 1 |
| #define | false 0 |
| #define | TEMP_MEAS_API_EXPORTS |
| #define | TEMP_MEAS_API __declspec(dllexport) |
| #define | TEMP_MEAS_CALLBACK(A, Y, Z) (A != NULL) ? A(Y, Z) : ((void)0) |
| Callback macro definition for NULL check. More... | |
| #define | TEMP_MEAS_STR_SIZE 256 |
| Callback result string data size. More... | |
The temperature measurement instrument API macro definitions.
| #define __bool_true_false_are_defined 1 |
Definition at line 47 of file temp_meas_api.h.
| #define bool char |
Definition at line 49 of file temp_meas_api.h.
| #define false 0 |
Definition at line 51 of file temp_meas_api.h.
| #define TEMP_MEAS_API __declspec(dllexport) |
Definition at line 63 of file temp_meas_api.h.
| #define TEMP_MEAS_API_EXPORTS |
Definition at line 61 of file temp_meas_api.h.
| #define TEMP_MEAS_CALLBACK | ( | A, | |
| Y, | |||
| Z | |||
| ) | (A != NULL) ? A(Y, Z) : ((void)0) |
Callback macro definition for NULL check.
| A | The callback method. |
| Y | The ammeter status taken from _TEMP_MEAS_API_STATUS_CODES. |
| Z | Other parameters for logging purposes. |
Definition at line 75 of file temp_meas_api.h.
| #define TEMP_MEAS_STR_SIZE 256 |
Callback result string data size.
Definition at line 78 of file temp_meas_api.h.
| #define true 1 |
Definition at line 50 of file temp_meas_api.h.