| 
    LibTiePie
    0.8.0
    
   Library for interfacing TiePie engineering instruments 
   | 
 
Modules | |
| Bit numbers | |
Macros | |
| #define | CON_COUNT 3 | 
| Number of clock output types.  More... | |
| #define | CO_DISABLED ( 1 << COB_DISABLED ) | 
| No clock output.  More... | |
| #define | CO_SAMPLE ( 1 << COB_SAMPLE ) | 
| Sample clock.  More... | |
| #define | CO_FIXED ( 1 << COB_FIXED ) | 
| Fixed clock.  More... | |
| #define CON_COUNT 3 | 
Number of clock output types.
Definition at line 713 of file libtiepie.h.
| #define CO_DISABLED ( 1 << COB_DISABLED ) | 
No clock output.
Definition at line 728 of file libtiepie.h.
| #define CO_SAMPLE ( 1 << COB_SAMPLE ) | 
Sample clock.
Definition at line 729 of file libtiepie.h.
| #define CO_FIXED ( 1 << COB_FIXED ) | 
Fixed clock.
Definition at line 730 of file libtiepie.h.