24#ifndef LSST_ENABLEDFORCEACTUATORS_H
25#define LSST_ENABLEDFORCEACTUATORS_H
27#include <SAL_MTM1M3.h>
29#include <ILCDataTypes.h>
30#include <ModbusBuffer.h>
56 void setTimestamp(
double globalTimestamp) { timestamp = globalTimestamp; }
58 void setEnabled(int32_t actuatorId,
bool enabled);
void log()
Sends updates through SAL/DDS.
Definition EnabledForceActuators.cpp:82
EnabledForceActuators()
Construct new EnabledForceActuators, sets all enabled.
Definition EnabledForceActuators.cpp:31
void setTimestamp(double globalTimestamp)
Sets logEvent timestamp.
Definition EnabledForceActuators.h:56