LibTiePie  0.7.1
Library for interfacing TiePie engineering instruments

Description

Macros

#define TCM_NONE   0
 No conditions. More...
 
#define TCM_ALL   ( ( 1 << TCN_COUNT ) - 1 )
 All conditions. More...
 
#define TCM_ENABLED   ( TCM_ALL & ~TC_NONE )
 All conditions except TC_NONE. More...
 

Macro Definition Documentation

#define TCM_NONE   0

No conditions.

Definition at line 1037 of file libtiepie.h.

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

All conditions.

Definition at line 1038 of file libtiepie.h.

#define TCM_ENABLED   ( TCM_ALL & ~TC_NONE )

All conditions except TC_NONE.

Definition at line 1039 of file libtiepie.h.