|
CARMA C++
|
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... | |
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.
|
explicit |
Constructor.
| saCI | SubarrayControlImpl instance upon which updateHalfSecMonitorPoints() will be called every half second. |
|
virtual |
Destructor.
| void carma::control::HalfSecUpdater::operator() | ( | ) |
Work to be performed by some thread.