24#ifndef LSST_M1M3_SS_FORCECONTROLLER_VELOCITYFORCECOMPONENT_H_
25#define LSST_M1M3_SS_FORCECONTROLLER_VELOCITYFORCECOMPONENT_H_
27#include <SAL_MTM1M3C.h>
29#include <ForceActuatorApplicationSettings.h>
30#include <ForceComponent.h>
31#include <SafetyController.h>
41 void applyVelocityForces(
float *x,
float *y,
float *z);
42 void applyVelocityForcesByAngularVelocity(
float angularVelocityX,
float angularVelocityY,
43 float angularVelocityZ);
54 MTM1M3_logevent_forceSetpointWarningC *_forceSetpointWarning;
55 MTM1M3_appliedVelocityForcesC *_appliedVelocityForces;
56 MTM1M3_logevent_preclippedVelocityForcesC *_preclippedVelocityForces;
(Almost) constant force actuator values.
Definition ForceActuatorApplicationSettings.h:87
ForceComponent(const char *name, ForceComponentSettings *forceComponentSettings)
Construct ForceComponent.
Definition ForceComponent.cpp:33
Controls mirror safety.
Definition SafetyController.h:50
void postUpdateActions() override
Called after update to forces.
Definition VelocityForceComponent.cpp:107
void postEnableDisableActions() override
Called after enable/disable changes.
Definition VelocityForceComponent.cpp:101