LibTiePie  0.6.1
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 )
 All pulse width triggers. More...
 
#define TKM_PULSE   ( TKM_PULSEWIDTH )
 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 1204 of file libtiepie.h.

#define TKM_EDGE   ( TK_RISINGEDGE | TK_FALLINGEDGE | TK_ANYEDGE )

All edge triggers.

Definition at line 1205 of file libtiepie.h.

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

All window triggers.

Definition at line 1206 of file libtiepie.h.

#define TKM_PULSEWIDTH   ( TK_PULSEWIDTHPOSITIVE | TK_PULSEWIDTHNEGATIVE )

All pulse width triggers.

Definition at line 1207 of file libtiepie.h.

#define TKM_PULSE   ( TKM_PULSEWIDTH )

All pulse triggers.

Definition at line 1208 of file libtiepie.h.

#define TKM_TIME   ( TKM_PULSEWIDTH | TKM_WINDOW )

All trigger kinds that may have a time property.

Definition at line 1209 of file libtiepie.h.

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

All trigger kinds.

Definition at line 1210 of file libtiepie.h.