Main Page   Alphabetical List   Data Structures   File List   Data Fields   Globals  

di194-internal.h File Reference

Internal-only defs, etc. More...

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 []


Detailed Description

Internal-only defs, etc.

Moved here from di194.h 4/12/02 when started building GTK app. Holds static data that should be defined exactly once.

Author:
Paul Hubbard
Date:
4-12-02

Definition in file di194-internal.h.


Variable Documentation

const uint8_t all_chan[] = {0x00, 'C', 0x3F}
 

Definition at line 24 of file di194-internal.h.

Referenced by di_configure().

const uint8_t di_enable_key[]
 

Initial value:

 
{
    0x33, 0x35, 0x46, 0x46, 0x44, 0x30, 0x42, 0x44
}

Definition at line 30 of file di194-internal.h.

Referenced by di_initialize().

const uint8_t dig_chan[] = {0x00, 'D', '0'}
 

Definition at line 25 of file di194-internal.h.

Referenced by di_configure().

const uint8_t key_cmd[] = {0x00, 'E'}
 

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().

const uint8_t odd_cmd[] = {0x00, 'B', 0x01}
 

Definition at line 26 of file di194-internal.h.

Referenced by di_initialize().

const uint8_t rst_cmd[] = {0x00, 'R', 'Z'}
 

Definition at line 23 of file di194-internal.h.

Referenced by di_reset(), and is_reset_cmd().

const time_t serial_timeout = 5
 

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().

const uint8_t sn_cmd[] = {0x00, 'N', 'Z'}
 

Definition at line 21 of file di194-internal.h.

Referenced by di_serial_num().

const uint8_t start_cmd[] = {0x00, 'S', '1'}
 

Definition at line 22 of file di194-internal.h.

Referenced by di_start().

const uint8_t stop_cmd[] = {0x00, 'S', '0'}
 

Definition at line 20 of file di194-internal.h.

Referenced by di_stop().


Generated on Thu May 1 11:31:46 2003 for DI-194 driver by doxygen1.3