void(* HAL_NotifyCallback)(const char *name, void *param, const struct HAL_Value *value)
Definition: NotifyListener.h:9
double HALSIM_GetREVPHCompressorCurrent(int32_t index)
HAL_Bool HALSIM_GetREVPHPressureSwitch(int32_t index)
void HALSIM_SetREVPHInitialized(int32_t index, HAL_Bool solenoidInitialized)
void HALSIM_RegisterREVPHAllSolenoidCallbacks(int32_t index, int32_t channel, HAL_NotifyCallback callback, void *param, HAL_Bool initialNotify)
int32_t HALSIM_RegisterREVPHPressureSwitchCallback(int32_t index, HAL_NotifyCallback callback, void *param, HAL_Bool initialNotify)
void HALSIM_CancelREVPHInitializedCallback(int32_t index, int32_t uid)
void HALSIM_RegisterREVPHAllNonSolenoidCallbacks(int32_t index, HAL_NotifyCallback callback, void *param, HAL_Bool initialNotify)
void HALSIM_SetREVPHCompressorCurrent(int32_t index, double compressorCurrent)
int32_t HALSIM_RegisterREVPHSolenoidOutputCallback(int32_t index, int32_t channel, HAL_NotifyCallback callback, void *param, HAL_Bool initialNotify)
void HALSIM_SetREVPHAllSolenoids(int32_t index, uint8_t values)
HAL_Bool HALSIM_GetREVPHSolenoidOutput(int32_t index, int32_t channel)
void HALSIM_CancelREVPHCompressorCurrentCallback(int32_t index, int32_t uid)
void HALSIM_SetREVPHSolenoidOutput(int32_t index, int32_t channel, HAL_Bool solenoidOutput)
void HALSIM_GetREVPHAllSolenoids(int32_t index, uint8_t *values)
int32_t HALSIM_RegisterREVPHInitializedCallback(int32_t index, HAL_NotifyCallback callback, void *param, HAL_Bool initialNotify)
int32_t HALSIM_RegisterREVPHCompressorOnCallback(int32_t index, HAL_NotifyCallback callback, void *param, HAL_Bool initialNotify)
void HALSIM_SetREVPHPressureSwitch(int32_t index, HAL_Bool pressureSwitch)
int32_t HALSIM_RegisterREVPHCompressorCurrentCallback(int32_t index, HAL_NotifyCallback callback, void *param, HAL_Bool initialNotify)
void HALSIM_SetREVPHCompressorConfigType(int32_t index, HAL_REVPHCompressorConfigType configType)
HAL_REVPHCompressorConfigType HALSIM_GetREVPHCompressorConfigType(int32_t index)
HAL_Bool HALSIM_GetREVPHCompressorOn(int32_t index)
void HALSIM_CancelREVPHCompressorOnCallback(int32_t index, int32_t uid)
void HALSIM_CancelREVPHCompressorConfigTypeCallback(int32_t index, int32_t uid)
int32_t HALSIM_RegisterREVPHCompressorConfigTypeCallback(int32_t index, HAL_NotifyCallback callback, void *param, HAL_Bool initialNotify)
void HALSIM_CancelREVPHPressureSwitchCallback(int32_t index, int32_t uid)
HAL_Bool HALSIM_GetREVPHInitialized(int32_t index)
void HALSIM_SetREVPHCompressorOn(int32_t index, HAL_Bool compressorOn)
void HALSIM_CancelREVPHSolenoidOutputCallback(int32_t index, int32_t channel, int32_t uid)
void HALSIM_ResetREVPHData(int32_t index)
HAL_REVPHCompressorConfigType
The compressor configuration type.
Definition: REVPH.h:20
int32_t HAL_Bool
Definition: Types.h:73
::int32_t int32_t
Definition: Meta.h:57
::uint8_t uint8_t
Definition: Meta.h:52