LibTiePie  0.4.4
Library for interfacing TiePie engineering instruments
 All Files Functions Typedefs Macros Groups Pages
Masks

Macros

#define TOEM_NONE   0
 No trigger output events.
 
#define TOEM_GENERATOR   ( TOE_GENERATOR_START | TOE_GENERATOR_STOP | TOE_GENERATOR_NEWPERIOD )
 All generator trigger output events.
 
#define TOEM_ALL   ( ( 1ULL << TOEN_COUNT ) - 1 )
 All trigger output events.
 

Detailed Description

Macro Definition Documentation

#define TOEM_NONE   0

No trigger output events.

Definition at line 646 of file libtiepie.h.

#define TOEM_GENERATOR   ( TOE_GENERATOR_START | TOE_GENERATOR_STOP | TOE_GENERATOR_NEWPERIOD )

All generator trigger output events.

Definition at line 647 of file libtiepie.h.

#define TOEM_ALL   ( ( 1ULL << TOEN_COUNT ) - 1 )

All trigger output events.

Definition at line 648 of file libtiepie.h.