CARMA C++
|
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 |
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.