38 public cRIO::Singleton<HardpointActuatorWarning> {
44 void setStatus(int32_t hpIndex,
double _timestamp, uint8_t status,
int broadcastCounter);
45 void parseIlcStatus(
ModbusBuffer *buffer, int32_t hpIndex);
46 void setProximityWarning(int32_t hpIndex,
bool lowWarning,
bool highWarning);
47 void setAirPressure(int32_t hpIndex,
bool lowFault,
bool highFault,
float airPressure);
52 uint16_t _ilcOldStatus[HP_COUNT];
53 uint16_t _ilcOldFaults[HP_COUNT];