7 #ifndef SOLENOID_BASE_H_
8 #define SOLENOID_BASE_H_
11 #include "SensorBase.h"
12 #include "ChipObject.h"
13 #include "Synchronized.h"
26 void Set(uint8_t value, uint8_t mask);
27 virtual void InitSolenoid() = 0;
33 static tSolenoid *m_fpgaSolenoidModule;
34 static uint32_t m_refCount;
uint32_t m_moduleNumber
Slot number where the module is plugged into the chassis.
SolenoidBase(uint8_t moduleNumber)
void Set(uint8_t value, uint8_t mask)