UL for Linux
User library to access and control supported MCC hardware over the Linux platform
|
A structure that defines an input channel and its properties. More...
#include <uldaq.h>
Data Fields | |
int | channel |
The channel number. More... | |
DaqInChanType | type |
The type of input for the specified channel, such as analog, digital, or counter. More... | |
Range | range |
The range to be used for the specified channel; ignored if not analog. More... | |
char | reserved [64] |
Reserved for future use. More... | |
A structure that defines an input channel and its properties.
Used with ulDaqInScan().
The struct contains fields for the channel number, type, and range.
int DaqInChanDescriptor::channel |
The channel number.
Range DaqInChanDescriptor::range |
The range to be used for the specified channel; ignored if not analog.
char DaqInChanDescriptor::reserved[64] |
Reserved for future use.
DaqInChanType DaqInChanDescriptor::type |
The type of input for the specified channel, such as analog, digital, or counter.