UL for Linux
User library to access and control supported MCC hardware over the Linux platform
|
A structure that defines an analog input queue element. More...
#include <uldaq.h>
Data Fields | |
int | channel |
The analog input channel number for the queue element. More... | |
AiInputMode | inputMode |
The input mode to use for the specified channel for the queue element. More... | |
Range | range |
The range to use for the specified channel for the queue element. More... | |
char | reserved [64] |
Reserved for future use. More... | |
A structure that defines an analog input queue element.
The struct contains fields defining the number, mode, and range of the A/D channel.
int AiQueueElement::channel |
The analog input channel number for the queue element.
AiInputMode AiQueueElement::inputMode |
The input mode to use for the specified channel for the queue element.
Range AiQueueElement::range |
The range to use for the specified channel for the queue element.
char AiQueueElement::reserved[64] |
Reserved for future use.