LibTiePie
0.9.16
Library for interfacing TiePie engineering instruments
|
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_INTERVAL ( TK_INTERVALRISING | TK_INTERVALFALLING ) |
All interval triggers. More... | |
#define | TKM_TIME ( TKM_PULSEWIDTH | TKM_WINDOW | TKM_INTERVAL ) |
All trigger kinds that may have a time property. More... | |
#define | TKM_ALL ( ( 1ULL << TKN_COUNT ) - 1 ) |
All trigger kinds. More... | |
#define TKM_NONE 0 |
No trigger kinds.
Definition at line 1256 of file libtiepie.h.
#define TKM_EDGE ( TK_RISINGEDGE | TK_FALLINGEDGE | TK_ANYEDGE ) |
All edge triggers.
Definition at line 1257 of file libtiepie.h.
#define TKM_WINDOW ( TK_INWINDOW | TK_OUTWINDOW | TK_ENTERWINDOW | TK_EXITWINDOW ) |
All window triggers.
Definition at line 1258 of file libtiepie.h.
#define TKM_PULSEWIDTH ( TK_PULSEWIDTHPOSITIVE | TK_PULSEWIDTHNEGATIVE | TK_PULSEWIDTHEITHER ) |
All pulse width triggers.
Definition at line 1259 of file libtiepie.h.
#define TKM_RUNTPULSE ( TK_RUNTPULSEPOSITIVE | TK_RUNTPULSENEGATIVE | TK_RUNTPULSEEITHER ) |
All runt pulse triggers.
Definition at line 1260 of file libtiepie.h.
#define TKM_PULSE ( TKM_PULSEWIDTH | TKM_RUNTPULSE ) |
All pulse triggers.
Definition at line 1261 of file libtiepie.h.
#define TKM_INTERVAL ( TK_INTERVALRISING | TK_INTERVALFALLING ) |
All interval triggers.
Definition at line 1262 of file libtiepie.h.
#define TKM_TIME ( TKM_PULSEWIDTH | TKM_WINDOW | TKM_INTERVAL ) |
All trigger kinds that may have a time property.
Definition at line 1263 of file libtiepie.h.
#define TKM_ALL ( ( 1ULL << TKN_COUNT ) - 1 ) |
All trigger kinds.
Definition at line 1264 of file libtiepie.h.