void(* HAL_NotifyCallback)(const char *name, void *param, const struct HAL_Value *value)
Definition: NotifyListener.h:9
void HALSIM_ResetRelayData(int32_t index)
void HALSIM_CancelRelayInitializedReverseCallback(int32_t index, int32_t uid)
int32_t HALSIM_RegisterRelayReverseCallback(int32_t index, HAL_NotifyCallback callback, void *param, HAL_Bool initialNotify)
int32_t HALSIM_RegisterRelayForwardCallback(int32_t index, HAL_NotifyCallback callback, void *param, HAL_Bool initialNotify)
HAL_Bool HALSIM_GetRelayInitializedForward(int32_t index)
void HALSIM_RegisterRelayAllCallbacks(int32_t index, HAL_NotifyCallback callback, void *param, HAL_Bool initialNotify)
void HALSIM_SetRelayInitializedForward(int32_t index, HAL_Bool initializedForward)
int32_t HALSIM_RegisterRelayInitializedForwardCallback(int32_t index, HAL_NotifyCallback callback, void *param, HAL_Bool initialNotify)
HAL_Bool HALSIM_GetRelayForward(int32_t index)
void HALSIM_SetRelayForward(int32_t index, HAL_Bool forward)
int32_t HALSIM_RegisterRelayInitializedReverseCallback(int32_t index, HAL_NotifyCallback callback, void *param, HAL_Bool initialNotify)
void HALSIM_CancelRelayReverseCallback(int32_t index, int32_t uid)
void HALSIM_CancelRelayForwardCallback(int32_t index, int32_t uid)
void HALSIM_SetRelayReverse(int32_t index, HAL_Bool reverse)
HAL_Bool HALSIM_GetRelayInitializedReverse(int32_t index)
void HALSIM_CancelRelayInitializedForwardCallback(int32_t index, int32_t uid)
void HALSIM_SetRelayInitializedReverse(int32_t index, HAL_Bool initializedReverse)
HAL_Bool HALSIM_GetRelayReverse(int32_t index)
int32_t HAL_Bool
Definition: Types.h:73
::int32_t int32_t
Definition: Meta.h:57