daq_channel_t Struct Reference
[NDS2 access functions.]

Channel description structure. More...

#include <daqc.h>

List of all members.

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


Detailed Description

Channel description structure.

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.


Member Data Documentation

char daq_channel_t::name[MAX_LONG_CHANNEL_NAME_LENGTH+1]

Channel name as a null-terminated character string.

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.


The documentation for this struct was generated from the following file:

Generated on Tue Jun 10 12:18:12 2008 for SENDS by  doxygen 1.5.5