LibTiePie  0.5
Library for interfacing TiePie engineering instruments
 All Files Functions Typedefs Macros Modules Pages

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 493 of file libtiepie.h.

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

All conditions.

Definition at line 494 of file libtiepie.h.

#define TCM_ENABLED   ( TCM_ALL & ~TC_NONE )

All conditions except TC_NONE.

Definition at line 495 of file libtiepie.h.