Functions | |
const bool | Ncmd (di_serial_io &conn, char *sn) |
Get serial. | |
const bool | Ccmd (di_serial_io &conn, const u_int8_t code) |
Channels to scan. | |
const bool | Dcmd (di_serial_io &conn, const u_int8_t code) |
Digital channel. | |
const bool | Scmd (di_serial_io &conn, const u_int8_t code) |
Start/Stop acquisition. |
|
Get serial.
Definition at line 43 of file di194_commands.cpp. References di_serial_io::di_read(), and di_serial_io::di_send(). Referenced by di194_dsdk::InfoSerial(). |
Here is the call graph for this function:
|
Channels to scan.
Channels 0000 to 1111. Each bit represents the physical channel to enable.
Definition at line 79 of file di194_commands.cpp. References di_serial_io::di_send(). Referenced by di194_dsdk::ADChannelCount(), and di194_dsdk::ADChannelList(). |
Here is the call graph for this function:
|
Digital channel.
Code values:
Definition at line 104 of file di194_commands.cpp. References di_serial_io::di_send(). Referenced by di194_dsdk::ADChannelCount(), and di194_dsdk::ADChannelList(). |
Here is the call graph for this function:
|
Start/Stop acquisition.
Data aqcuisition Start/Stop.
Definition at line 129 of file di194_commands.cpp. References di_serial_io::di_send(), and EBADRSVP. Referenced by di194_dsdk::Start(), and di194_dsdk::Stop(). |
Here is the call graph for this function: