tic  130
tic_c.h
Go to the documentation of this file.
1 
18 extern int tic_failed(int i) ;
19 
26 extern const char *tic_errortext(int i) ;
27 
34 extern int tic_errorcode(int i) ;
35 
44 extern int tic_diagcode(int i) ;
58 extern int tic_init(int i) ;
59 
66 extern int tic_fini(int i) ;
81 extern int tic_count_samples(int i) ;
82 
89 extern int tic_loop(int i) ;
90 
104 extern int tic_mode_frequency_average(int i) ;
105 
112 extern double tic_read_frequency_average(int i) ;
126 extern int tic_mode_pulse_width(int i) ;
127 
134 extern double tic_read_pulse_width(int i) ;
148 extern int tic_mode_pulse(int i) ;
149 
156 extern double tic_read_pulse_first(int i) ;
157 
164 extern double tic_read_pulse_second(int i) ;
178 extern int tic_mode_totalcount(int i) ;
179 
186 extern long long tic_read_totalcount(int i) ;
187 
201 extern int tic_arm(int i) ;
202 
211 extern int tic_set_property(int i, unsigned eProp, int iVal);
223 extern int tic_init_stimuli(int i) ;
int tic_init_stimuli(int i)
enable 200 kHz test mode stimuli at port IO15
Definition: tic_c.cxx:308
int tic_mode_totalcount(int i)
set MTOC (totalizing counter)
Definition: tic_c.cxx:227
const char * tic_errortext(int i)
Error message of the most recent error encountered.
Definition: tic_c.cxx:55
int tic_mode_pulse(int i)
set MPUL (pulse mode)
Definition: tic_c.cxx:174
int tic_mode_pulse_width(int i)
set MPWI (pulse width mode)
Definition: tic_c.cxx:140
double tic_read_frequency_average(int i)
read sample
Definition: tic_c.cxx:115
int tic_loop(int i)
main loop, controls the device operation during measurements
Definition: tic_c.cxx:289
int tic_fini(int i)
finish device use
Definition: tic_c.cxx:96
double tic_read_pulse_second(int i)
read second half of sample
Definition: tic_c.cxx:206
int tic_count_samples(int i)
sample count
Definition: tic_c.cxx:281
int tic_mode_frequency_average(int i)
set MFAV (frequeny average mode)
Definition: tic_c.cxx:107
int tic_arm(int i)
arm channel
Definition: tic_c.cxx:300
long long tic_read_totalcount(int i)
read totalized count
Definition: tic_c.cxx:235
int tic_failed(int i)
get the most error status.
Definition: tic_c.cxx:51
int tic_set_property(int i, unsigned eProp, int iVal)
set mode properties
Definition: tic_c.cxx:258
double tic_read_pulse_width(int i)
read sample
Definition: tic_c.cxx:148
int tic_init(int i)
initialize device
Definition: tic_c.cxx:83
int tic_diagcode(int i)
Diagnostic code of the most recent error encountered.
Definition: tic_c.cxx:78
int tic_errorcode(int i)
Error code of the most recent error encountered.
Definition: tic_c.cxx:61
double tic_read_pulse_first(int i)
read first half of sample
Definition: tic_c.cxx:182