| 
    LibTiePie
    0.6.1
    
   Library for interfacing TiePie engineering instruments 
   | 
 
Macros | |
| #define | COB_DISABLED 0 | 
| No clock output.  More... | |
| #define | COB_SAMPLE 1 | 
| Sample clock.  More... | |
| #define | COB_FIXED 2 | 
| Fixed clock.  More... | |
| #define | COM_NONE 0 | 
| #define | COM_ALL ( ( 1 << CON_COUNT ) - 1 ) | 
| #define | COM_ENABLED ( COM_ALL & ~CO_DISABLED ) | 
| #define | COM_FREQUENCY ( CO_FIXED ) | 
| #define COB_DISABLED 0 | 
No clock output.
Definition at line 712 of file libtiepie.h.
| #define COB_SAMPLE 1 | 
Sample clock.
Definition at line 713 of file libtiepie.h.
| #define COB_FIXED 2 | 
Fixed clock.
Definition at line 714 of file libtiepie.h.
| #define COM_NONE 0 | 
Definition at line 729 of file libtiepie.h.
| #define COM_ALL ( ( 1 << CON_COUNT ) - 1 ) | 
Definition at line 730 of file libtiepie.h.
| #define COM_ENABLED ( COM_ALL & ~CO_DISABLED ) | 
Definition at line 731 of file libtiepie.h.
| #define COM_FREQUENCY ( CO_FIXED ) | 
Definition at line 732 of file libtiepie.h.