CARMA C++
carma::control::HalfSecUpdater Class Reference

This class is a timer that is used to update control monitor points that need to be recalculated for each frame. More...

#include <carma/control/HalfSecUpdater.h>

Public Member Functions

 HalfSecUpdater (SubarrayControlImpl &saCI)
 Constructor. More...
 
void operator() ()
 Work to be performed by some thread. More...
 
virtual ~HalfSecUpdater ()
 Destructor. More...
 

Detailed Description

This class is a timer that is used to update control monitor points that need to be recalculated for each frame.

Currently, only UVW need recalculation.

Definition at line 24 of file HalfSecUpdater.h.

Constructor & Destructor Documentation

carma::control::HalfSecUpdater::HalfSecUpdater ( SubarrayControlImpl &  saCI)
explicit

Constructor.

Parameters
saCISubarrayControlImpl instance upon which updateHalfSecMonitorPoints() will be called every half second.
virtual carma::control::HalfSecUpdater::~HalfSecUpdater ( )
virtual

Destructor.

Member Function Documentation

void carma::control::HalfSecUpdater::operator() ( )

Work to be performed by some thread.


The documentation for this class was generated from the following file: