40class ForceActuatorFollowingErrorCounter :
public MTM1M3_logevent_forceActuatorFollowingErrorCounterC,
41 public cRIO::Singleton<ForceActuatorFollowingErrorCounter> {
43 ForceActuatorFollowingErrorCounter(token);
45 void increaseCounter() { counter++; }
47 void updatePrimaryCounts(
int dataIndex,
bool warningTriggered,
bool countingTriggered);
48 void updateSecondaryCounts(
int dataIndex,
bool warningTriggered,
bool countingTriggered);
56 long long _lastSendCounter;