#include <daqc.h>
Public Attributes | |
| char | name [MAX_LONG_CHANNEL_NAME_LENGTH+1] |
| double | rate |
| int | tpnum |
| enum chantype | type |
| int | bps |
| int | chNum |
| daq_data_t | data_type |
| signal_conv_t | s |
The channel descriptor contains information about the channels known to the NDS server. These data are transferred to the client as a list of such structures.
| char daq_channel_t::name[MAX_LONG_CHANNEL_NAME_LENGTH+1] |
Channel name as a null-terminated character string.
| double daq_channel_t::rate |
Sample rate. The NDS1 protocol had an integer rate which is not consistent with minute trend requests.
Test point number; 0 for normal channels
Channel type code. This field replace the group number used in the NDS1 protocol. It resolves cases where there are different channels with the same name, or where a single named channel may several sources. See the chantype enum for more detatils.
Bytes per sample
channel number.
Sample data type
Conversion to engineering units.
1.5.5