61 double compressorCurrent);
void HALSIM_RegisterCTREPCMAllNonSolenoidCallbacks(int32_t index, HAL_NotifyCallback callback, void *param, HAL_Bool initialNotify)
void HALSIM_SetCTREPCMCompressorOn(int32_t index, HAL_Bool compressorOn)
void HALSIM_CancelCTREPCMCompressorOnCallback(int32_t index, int32_t uid)
int32_t HALSIM_RegisterCTREPCMInitializedCallback(int32_t index, HAL_NotifyCallback callback, void *param, HAL_Bool initialNotify)
void HALSIM_SetCTREPCMCompressorCurrent(int32_t index, double compressorCurrent)
void HALSIM_SetCTREPCMSolenoidOutput(int32_t index, int32_t channel, HAL_Bool solenoidOutput)
void HALSIM_CancelCTREPCMCompressorCurrentCallback(int32_t index, int32_t uid)
void HALSIM_SetCTREPCMInitialized(int32_t index, HAL_Bool solenoidInitialized)
void HALSIM_ResetCTREPCMData(int32_t index)
int32_t HALSIM_RegisterCTREPCMCompressorCurrentCallback(int32_t index, HAL_NotifyCallback callback, void *param, HAL_Bool initialNotify)
HAL_Bool HALSIM_GetCTREPCMSolenoidOutput(int32_t index, int32_t channel)
void HALSIM_CancelCTREPCMInitializedCallback(int32_t index, int32_t uid)
void HALSIM_SetCTREPCMPressureSwitch(int32_t index, HAL_Bool pressureSwitch)
int32_t HALSIM_RegisterCTREPCMClosedLoopEnabledCallback(int32_t index, HAL_NotifyCallback callback, void *param, HAL_Bool initialNotify)
double HALSIM_GetCTREPCMCompressorCurrent(int32_t index)
int32_t HALSIM_RegisterCTREPCMCompressorOnCallback(int32_t index, HAL_NotifyCallback callback, void *param, HAL_Bool initialNotify)
HAL_Bool HALSIM_GetCTREPCMInitialized(int32_t index)
HAL_Bool HALSIM_GetCTREPCMClosedLoopEnabled(int32_t index)
HAL_Bool HALSIM_GetCTREPCMPressureSwitch(int32_t index)
void HALSIM_CancelCTREPCMPressureSwitchCallback(int32_t index, int32_t uid)
void HALSIM_SetCTREPCMClosedLoopEnabled(int32_t index, HAL_Bool closedLoopEnabled)
void HALSIM_CancelCTREPCMClosedLoopEnabledCallback(int32_t index, int32_t uid)
int32_t HALSIM_RegisterCTREPCMPressureSwitchCallback(int32_t index, HAL_NotifyCallback callback, void *param, HAL_Bool initialNotify)
HAL_Bool HALSIM_GetCTREPCMCompressorOn(int32_t index)
void HALSIM_CancelCTREPCMSolenoidOutputCallback(int32_t index, int32_t channel, int32_t uid)
void HALSIM_RegisterCTREPCMAllSolenoidCallbacks(int32_t index, int32_t channel, HAL_NotifyCallback callback, void *param, HAL_Bool initialNotify)
void HALSIM_GetCTREPCMAllSolenoids(int32_t index, uint8_t *values)
int32_t HALSIM_RegisterCTREPCMSolenoidOutputCallback(int32_t index, int32_t channel, HAL_NotifyCallback callback, void *param, HAL_Bool initialNotify)
void HALSIM_SetCTREPCMAllSolenoids(int32_t index, uint8_t values)
void(* HAL_NotifyCallback)(const char *name, void *param, const struct HAL_Value *value)
Definition: NotifyListener.h:9
int32_t HAL_Bool
Definition: Types.h:73