CARMA C++
carma::monitor::MonitorSampleValue Struct Reference

Structure for storing monitor point sample, including value. More...

#include <carma/monitor/MonitorPointSample.h>

Public Member Functions

uchar getBlankingFlags () const
 
uchar getValidityFlags () const
 

Public Attributes

uchar blankingFlags
 
uchar dummy
 
uchar iSample
 
uchar validityFlags
 
MonitorValue value
 

Detailed Description

Structure for storing monitor point sample, including value.

this structure directly stores validity/blanking flags, sample number, and a dummy thats used to point back to the monitor point header, modulo max value (if the sample number is > 0).

Definition at line 55 of file MonitorPointSample.h.


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