Barst  2.0
A server that controls lab hardware.
Public Attributes | List of all members
SValveInit Struct Reference

#include <cpl defs.h>

Public Attributes

DWORD dwBoards
 
DWORD dwClkPerData
 
unsigned char ucClk
 
unsigned char ucData
 
unsigned char ucLatch
 
bool bContinuous
 

Detailed Description

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.