24#ifndef LSST_M1M3_SS_FORCECONTROLLER_ELEVATIONFORCECOMPONENT_H_
25#define LSST_M1M3_SS_FORCECONTROLLER_ELEVATIONFORCECOMPONENT_H_
27#include <SAL_MTM1M3C.h>
29#include <ForceActuatorApplicationSettings.h>
30#include <ForceComponent.h>
31#include <SafetyController.h>
41 void applyElevationForces(
float *x,
float *y,
float *z);
59 MTM1M3_logevent_forceSetpointWarningC *_forceSetpointWarning;
60 MTM1M3_appliedElevationForcesC *_appliedElevationForces;
61 MTM1M3_logevent_preclippedElevationForcesC *_preclippedElevationForces;
Definition ElevationForceComponent.h:37
void applyElevationForcesByElevationAngle(float elevationAngle)
Calculate offset forces from current telescope elevation.
Definition ElevationForceComponent.cpp:76
void postUpdateActions() override
Called after update to forces.
Definition ElevationForceComponent.cpp:104
void postEnableDisableActions() override
Called after enable/disable changes.
Definition ElevationForceComponent.cpp:98
(Almost) constant force actuator values.
Definition ForceActuatorApplicationSettings.h:87
Abstract parent class of all force components.
Definition ForceComponent.h:65
Controls mirror safety.
Definition SafetyController.h:50