LibTiePie  0.4.1
Library for interfacing TiePie engineering instruments
 All Files Functions Typedefs Groups Pages
Condition masks

Macros

#define TCM_NONE   0
 No conditions.
 
#define TCM_ALL   ( ( 1 << TCN_COUNT ) - 1 )
 All conditions.
 

Detailed Description

Macro Definition Documentation

#define TCM_ALL   ( ( 1 << TCN_COUNT ) - 1 )

All conditions.

Definition at line 326 of file libtiepie.h.

#define TCM_NONE   0

No conditions.

Definition at line 325 of file libtiepie.h.