36class ILCWarning :
public MTM1M3_logevent_ilcWarningC,
public cRIO::Singleton<ILCWarning> {
40 void warnResponseTimeout(
double _timestamp, int32_t _actuatorId);
41 void warnInvalidCRC(
double _timestamp);
42 void warnIllegalFunction(
double _timestamp, int32_t _actuatorId);
43 void warnIllegalDataValue(
double _timestamp, int32_t _actuatorId);
44 void warnInvalidLength(
double _timestamp, int32_t _actuatorId);
45 void warnUnknownSubnet(
double _timestamp);
46 void warnUnknownAddress(
double _timestamp, int32_t _actuatorId);
47 void warnUnknownFunction(
double _timestamp, int32_t _actuatorId);
48 void warnUnknownProblem(
double _timestamp, int32_t _actuatorId);
51 double _responseTimeout[FA_COUNT];