8 #ifndef K_FIRESYNC_LIGHT_TEMP_H
9 #define K_FIRESYNC_LIGHT_TEMP_H
320 #include <kFireSync/Client/kTempControl.x.h>
k64f kTempControl_IntegratorMax(kTempControl control)
Reports the current integratorMax setting.
kStatus kTempControl_Clear(kTempControl control)
Resets temperature regulation settings to defaults.
kStatus kTempControl_SetKs(kTempControl control, k64f ks)
Sets the ks.
kStatus kTempControl_MaxInfo(kTempControl control, kInfo64f *info)
Reports constraint and validity information for the Max setting.
k64f kTempControl_Kd(kTempControl control)
Reports the current kd setting.
kStatus kTempControl_DtInfo(kTempControl control, kInfo64f *info)
Reports constraint and validity information for the Dt setting.
Represents constraint and validity information for a double setting.
Definition: kInfo.h:438
k64f kTempControl_Min(kTempControl control)
Reports the current min setting.
kStatus kTempControl_SetSetpoint(kTempControl control, k64f setpoint)
Sets the setpoint.
Essential declarations related to FireSync nodes.
kStatus kTempControl_SetDt(kTempControl control, k64f dt)
Sets the dt.
kStatus kTempControl_IntegratorMaxInfo(kTempControl control, kInfo64f *info)
Reports constraint and validity information for the IntegratorMax setting.
kStatus kTempControl_SetKp(kTempControl control, k64f kp)
Sets the kp.
k64f kTempControl_Ks(kTempControl control)
Reports the current ks setting.
k64f kTempControl_Kp(kTempControl control)
Reports the current kp setting.
kStatus kTempControl_SetKd(kTempControl control, k64f kd)
Sets the kd.
k64f kTempControl_Dt(kTempControl control)
Reports the current dt setting.
kStatus kTempControl_EnabledInfo(kTempControl control, kInfoBool *info)
Reports constraint and validity information for the Enabled setting.
kStatus kTempControl_SetIntegratorMax(kTempControl control, k64f integratorMax)
Sets the integratorMax.
k64f kTempControl_Setpoint(kTempControl control)
Reports the current setpoint setting.
kStatus kTempControl_SetKi(kTempControl control, k64f ki)
Sets the ki.
kStatus kTempControl_KdInfo(kTempControl control, kInfo64f *info)
Reports constraint and validity information for the Kd setting.
kStatus kTempControl_KiInfo(kTempControl control, kInfo64f *info)
Reports constraint and validity information for the Ki setting.
kStatus kTempControl_SetMax(kTempControl control, k64f max)
Sets the max.
kStatus kTempControl_MinInfo(kTempControl control, kInfo64f *info)
Reports constraint and validity information for the Min setting.
kStatus kTempControl_KpInfo(kTempControl control, kInfo64f *info)
Reports constraint and validity information for the Kp setting.
kStatus kTempControl_SetMin(kTempControl control, k64f min)
Sets the min.
kBool kTempControl_IsEnabled(kTempControl control)
Reports whether the temperature regulation is currently enabled.
Represents configuration for (PID) temperature regulation.
k64f kTempControl_Max(kTempControl control)
Reports the current max setting.
k64f kTempControl_Ki(kTempControl control)
Reports the current ki setting.
kStatus kTempControl_SetpointInfo(kTempControl control, kInfo64f *info)
Reports constraint and validity information for the Setpoint setting.
kStatus kTempControl_KsInfo(kTempControl control, kInfo64f *info)
Reports constraint and validity information for the Ks setting.
kStatus kTempControl_Enable(kTempControl control, kBool enable)
Enables or disables the temperature regulation.
Represents constraint and validity information for a boolean setting.
Definition: kInfo.h:493