Go to the source code of this file.
Variables | |
| const time_t | serial_timeout = 5 |
| How long to wait on serial reads. | |
| const uint8_t | stop_cmd [] = {0x00, 'S', '0'} |
| const uint8_t | sn_cmd [] = {0x00, 'N', 'Z'} |
| const uint8_t | start_cmd [] = {0x00, 'S', '1'} |
| const uint8_t | rst_cmd [] = {0x00, 'R', 'Z'} |
| const uint8_t | all_chan [] = {0x00, 'C', 0x3F} |
| const uint8_t | dig_chan [] = {0x00, 'D', '0'} |
| const uint8_t | odd_cmd [] = {0x00, 'B', 0x01} |
| const uint8_t | key_cmd [] = {0x00, 'E'} |
| Key to enable old DI-194 units - copied from original source code. | |
| const uint8_t | di_enable_key [] |
Moved here from di194.h 4/12/02 when started building GTK app. Holds static data that should be defined exactly once.
Definition in file di194-internal.h.
|
|
Definition at line 24 of file di194-internal.h. Referenced by di_configure(). |
|
|
Initial value:
{
0x33, 0x35, 0x46, 0x46, 0x44, 0x30, 0x42, 0x44
}
Definition at line 30 of file di194-internal.h. Referenced by di_initialize(). |
|
|
Definition at line 25 of file di194-internal.h. Referenced by di_configure(). |
|
|
Key to enable old DI-194 units - copied from original source code.
Definition at line 29 of file di194-internal.h. Referenced by di_initialize(). |
|
|
Definition at line 26 of file di194-internal.h. Referenced by di_initialize(). |
|
|
Definition at line 23 of file di194-internal.h. Referenced by di_reset(), and is_reset_cmd(). |
|
|
How long to wait on serial reads.
Definition at line 17 of file di194-internal.h. Referenced by di_cmd_send(), di_daq_sync(), di_read(), di_serial_init(), and di_serial_num(). |
|
|
Definition at line 21 of file di194-internal.h. Referenced by di_serial_num(). |
|
|
Definition at line 22 of file di194-internal.h. Referenced by di_start(). |
|
|
Definition at line 20 of file di194-internal.h. Referenced by di_stop(). |
1.3