24#ifndef LSST_FORCEACTUATORFOLLOWINGERRORCOUNTER_H
25#define LSST_FORCEACTUATORFOLLOWINGERRORCOUNTER_H
29#include <SAL_MTM1M3.h>
31#include <cRIO/Singleton.h>
41 public cRIO::Singleton<ForceActuatorFollowingErrorCounter> {
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;
Wrapper object for MTM1M3_logevent_forceActuatorForceWarningC.
Definition ForceActuatorFollowingErrorCounter.h:41
void send()
Sends updates through SAL/DDS.
Definition ForceActuatorFollowingErrorCounter.cpp:69