Production Line Tool v5.0
The DA1470x Production Line Tool Software Package
Loading...
Searching...
No Matches
Macros
Temperature measurement instrument API macros.

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...
 

Detailed Description

The temperature measurement instrument API macro definitions.

Macro Definition Documentation

◆ __bool_true_false_are_defined

#define __bool_true_false_are_defined   1

Definition at line 47 of file temp_meas_api.h.

◆ bool

#define bool   char

Definition at line 49 of file temp_meas_api.h.

◆ false

#define false   0

Definition at line 51 of file temp_meas_api.h.

◆ TEMP_MEAS_API

#define TEMP_MEAS_API   __declspec(dllexport)

Definition at line 63 of file temp_meas_api.h.

◆ TEMP_MEAS_API_EXPORTS

#define TEMP_MEAS_API_EXPORTS

Definition at line 61 of file temp_meas_api.h.

◆ TEMP_MEAS_CALLBACK

#define TEMP_MEAS_CALLBACK (   A,
  Y,
 
)    (A != NULL) ? A(Y, Z) : ((void)0)

Callback macro definition for NULL check.

Parameters
AThe callback method.
YThe ammeter status taken from _TEMP_MEAS_API_STATUS_CODES.
ZOther parameters for logging purposes.

Definition at line 75 of file temp_meas_api.h.

◆ TEMP_MEAS_STR_SIZE

#define TEMP_MEAS_STR_SIZE   256

Callback result string data size.

Definition at line 78 of file temp_meas_api.h.

◆ true

#define true   1

Definition at line 50 of file temp_meas_api.h.