CARMA C++
sza::util::PagerMonitor::RegSpec Struct Reference

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 &regSpec)
 
 RegSpec (const RegSpec &regSpec)
 

Public Attributes

RegMapBlock * block_
 
bool isDelta_
 
bool isOutOfRange_
 
double max_
 
double min_
 
MonitorPoint * mp_
 
std::string name_
 
unsigned nFrame_
 
CoordRange range_
 
void * sourcePtr_
 

Detailed Description

A struct for handling information about a single register.

Definition at line 45 of file PagerMonitor.h.


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