|
| PCMSim (int index) |
|
std::unique_ptr< CallbackStore > | RegisterSolenoidInitializedCallback (int channel, NotifyCallback callback, bool initialNotify) |
|
bool | GetSolenoidInitialized (int channel) |
|
void | SetSolenoidInitialized (int channel, bool solenoidInitialized) |
|
std::unique_ptr< CallbackStore > | RegisterSolenoidOutputCallback (int channel, NotifyCallback callback, bool initialNotify) |
|
bool | GetSolenoidOutput (int channel) |
|
void | SetSolenoidOutput (int channel, bool solenoidOutput) |
|
std::unique_ptr< CallbackStore > | RegisterCompressorInitializedCallback (NotifyCallback callback, bool initialNotify) |
|
bool | GetCompressorInitialized () |
|
void | SetCompressorInitialized (bool compressorInitialized) |
|
std::unique_ptr< CallbackStore > | RegisterCompressorOnCallback (NotifyCallback callback, bool initialNotify) |
|
bool | GetCompressorOn () |
|
void | SetCompressorOn (bool compressorOn) |
|
std::unique_ptr< CallbackStore > | RegisterClosedLoopEnabledCallback (NotifyCallback callback, bool initialNotify) |
|
bool | GetClosedLoopEnabled () |
|
void | SetClosedLoopEnabled (bool closedLoopEnabled) |
|
std::unique_ptr< CallbackStore > | RegisterPressureSwitchCallback (NotifyCallback callback, bool initialNotify) |
|
bool | GetPressureSwitch () |
|
void | SetPressureSwitch (bool pressureSwitch) |
|
std::unique_ptr< CallbackStore > | RegisterCompressorCurrentCallback (NotifyCallback callback, bool initialNotify) |
|
double | GetCompressorCurrent () |
|
void | SetCompressorCurrent (double compressorCurrent) |
|
void | ResetData () |
|