Holds the information for one digital I/O channel. More...
#include <dioserver.h>
Public Attributes | |
int | swchannel |
int | hwchannel |
The software channel number - used to access the channel via the dio fifos. | |
int | direction |
The hardware channel number - used to access the diocard itself. | |
int | enabled |
The direction, 0 for output, 1 for input. | |
dioserver * | dios |
Whether the channel is enabled or not. Disabled channels (enabled = 0) are ignored. | |
Definition at line 44 of file dioserver.h.