1 #ifndef CARMA_CONTROL_LINE_LENGTH_HANDLE_H
2 #define CARMA_CONTROL_LINE_LENGTH_HANDLE_H
15 #include "carma/monitor/ControlSubsystem.h"
16 #include "carma/linelength/LineLengthControl.h"
23 typedef RemoteObjHandleT< linelength::LineLengthControl >
24 LineLengthControlRemoteObjHandle;
39 monitor::ControlSubsystemBase::Reachable & reachable );
43 void setAntennaLORef(
const unsigned short ant,
const unsigned short synth);
44 void setLORefFreq(
const unsigned short synth,
const double freq_hz);
Manages line length control DO connections.
Manages connection to remote DO.
Typed class for managing connections to DOs.
Monitor system base class.
LineLengthHandle(monitor::MonitorSystem &monitorSys, monitor::ControlSubsystemBase::Reachable &reachable)
Constructor.