![]() |
Barst
2.0
A server that controls lab hardware.
|
#include <cpl defs.h>
Public Attributes | |
DWORD | dwBoards |
DWORD | dwClkPerData |
unsigned char | ucClk |
unsigned char | ucData |
unsigned char | ucLatch |
bool | bContinuous |
Params used to initialize the read/write shift register devices. These are the Serial in paralell out or paralell in serial out device, which write and read paralell bytes respectivly. Such as the 74HC595 or 74HC165 device, respectivly. The eType variable used in the prefacing SBase determines if it's a input or output device.
Definition at line 228 of file cpl defs.h.