52 const double* currents,
int length);
void(* HAL_NotifyCallback)(const char *name, void *param, const struct HAL_Value *value)
Definition: NotifyListener.h:9
void HALSIM_CancelPowerDistributionVoltageCallback(int32_t index, int32_t uid)
double HALSIM_GetPowerDistributionVoltage(int32_t index)
HAL_Bool HALSIM_GetPowerDistributionInitialized(int32_t index)
int32_t HALSIM_RegisterPowerDistributionCurrentCallback(int32_t index, int32_t channel, HAL_NotifyCallback callback, void *param, HAL_Bool initialNotify)
void HALSIM_SetPowerDistributionTemperature(int32_t index, double temperature)
void HALSIM_GetPowerDistributionAllCurrents(int32_t index, double *currents, int length)
int32_t HALSIM_RegisterPowerDistributionVoltageCallback(int32_t index, HAL_NotifyCallback callback, void *param, HAL_Bool initialNotify)
void HALSIM_CancelPowerDistributionInitializedCallback(int32_t index, int32_t uid)
void HALSIM_SetPowerDistributionAllCurrents(int32_t index, const double *currents, int length)
void HALSIM_SetPowerDistributionInitialized(int32_t index, HAL_Bool initialized)
void HALSIM_CancelPowerDistributionCurrentCallback(int32_t index, int32_t channel, int32_t uid)
void HALSIM_ResetPowerDistributionData(int32_t index)
void HALSIM_RegisterPowerDistributionAllNonCurrentCallbacks(int32_t index, int32_t channel, HAL_NotifyCallback callback, void *param, HAL_Bool initialNotify)
void HALSIM_SetPowerDistributionVoltage(int32_t index, double voltage)
int32_t HALSIM_RegisterPowerDistributionTemperatureCallback(int32_t index, HAL_NotifyCallback callback, void *param, HAL_Bool initialNotify)
void HALSIM_SetPowerDistributionCurrent(int32_t index, int32_t channel, double current)
int32_t HALSIM_RegisterPowerDistributionInitializedCallback(int32_t index, HAL_NotifyCallback callback, void *param, HAL_Bool initialNotify)
double HALSIM_GetPowerDistributionCurrent(int32_t index, int32_t channel)
void HALSIM_CancelPowerDistributionTemperatureCallback(int32_t index, int32_t uid)
double HALSIM_GetPowerDistributionTemperature(int32_t index)
int32_t HAL_Bool
Definition: Types.h:73
::int32_t int32_t
Definition: Meta.h:57