LibTiePie
0.5
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 ) |
All pulse width 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... | |
#define TKM_NONE 0 |
No trigger kinds.
Definition at line 679 of file libtiepie.h.
#define TKM_EDGE ( TK_RISINGEDGE | TK_FALLINGEDGE | TK_ANYEDGE ) |
All edge triggers.
Definition at line 680 of file libtiepie.h.
#define TKM_WINDOW ( TK_INWINDOW | TK_OUTWINDOW | TK_ENTERWINDOW | TK_EXITWINDOW ) |
All window triggers.
Definition at line 681 of file libtiepie.h.
#define TKM_PULSEWIDTH ( TK_PULSEWIDTHPOSITIVE | TK_PULSEWIDTHNEGATIVE ) |
All pulse width triggers.
Definition at line 682 of file libtiepie.h.
#define TKM_TIME ( TKM_PULSEWIDTH | TKM_WINDOW ) |
All trigger kinds that may have a time property.
Definition at line 683 of file libtiepie.h.
#define TKM_ALL ( ( 1ULL << TKN_COUNT ) - 1 ) |
All trigger kinds.
Definition at line 684 of file libtiepie.h.