CARMA C++
|
A struct for handling information about a single register. More...
#include <carma/szautil/PagerMonitor.h>
Public Member Functions | |
void | copyRegister () |
RegSpec (std::string name, double min=0, double max=0, bool isDelta=false, unsigned nFrame=PagerMonitor::defaultNframe_, bool isOutOfRange=false) | |
RegSpec (ArrayDataFrameManager *fm, RegDescription &desc, MonitorPoint *mp, bool outOfRange) | |
RegSpec (RegSpec ®Spec) | |
RegSpec (const RegSpec ®Spec) | |
Public Attributes | |
RegMapBlock * | block_ |
bool | isDelta_ |
bool | isOutOfRange_ |
double | max_ |
double | min_ |
MonitorPoint * | mp_ |
std::string | name_ |
unsigned | nFrame_ |
CoordRange | range_ |
void * | sourcePtr_ |
A struct for handling information about a single register.
Definition at line 45 of file PagerMonitor.h.