LibTiePie  0.7.4
Library for interfacing TiePie engineering instruments

Description

Macros

#define TKM_NONE   0
 No trigger kinds. More...
 
#define TKM_EDGE   ( TK_RISINGEDGE | TK_FALLINGEDGE | TK_ANYEDGE )
 All edge triggers. More...
 
#define TKM_WINDOW   ( TK_INWINDOW | TK_OUTWINDOW | TK_ENTERWINDOW | TK_EXITWINDOW )
 All window triggers. More...
 
#define TKM_PULSEWIDTH   ( TK_PULSEWIDTHPOSITIVE | TK_PULSEWIDTHNEGATIVE | TK_PULSEWIDTHEITHER )
 All pulse width triggers. More...
 
#define TKM_RUNTPULSE   ( TK_RUNTPULSEPOSITIVE | TK_RUNTPULSENEGATIVE | TK_RUNTPULSEEITHER )
 All runt pulse triggers. More...
 
#define TKM_PULSE   ( TKM_PULSEWIDTH | TKM_RUNTPULSE )
 All pulse triggers. More...
 
#define TKM_TIME   ( TKM_PULSEWIDTH | TKM_WINDOW )
 All trigger kinds that may have a time property. More...
 
#define TKM_ALL   ( ( 1ULL << TKN_COUNT ) - 1 )
 All trigger kinds. More...
 

Macro Definition Documentation

#define TKM_NONE   0

No trigger kinds.

Definition at line 1219 of file libtiepie.h.

#define TKM_EDGE   ( TK_RISINGEDGE | TK_FALLINGEDGE | TK_ANYEDGE )

All edge triggers.

Definition at line 1220 of file libtiepie.h.

#define TKM_WINDOW   ( TK_INWINDOW | TK_OUTWINDOW | TK_ENTERWINDOW | TK_EXITWINDOW )

All window triggers.

Definition at line 1221 of file libtiepie.h.

All pulse width triggers.

Definition at line 1222 of file libtiepie.h.

#define TKM_RUNTPULSE   ( TK_RUNTPULSEPOSITIVE | TK_RUNTPULSENEGATIVE | TK_RUNTPULSEEITHER )

All runt pulse triggers.

Definition at line 1223 of file libtiepie.h.

#define TKM_PULSE   ( TKM_PULSEWIDTH | TKM_RUNTPULSE )

All pulse triggers.

Definition at line 1224 of file libtiepie.h.

#define TKM_TIME   ( TKM_PULSEWIDTH | TKM_WINDOW )

All trigger kinds that may have a time property.

Definition at line 1225 of file libtiepie.h.

#define TKM_ALL   ( ( 1ULL << TKN_COUNT ) - 1 )

All trigger kinds.

Definition at line 1226 of file libtiepie.h.