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

Structure keeps track of sample properties of a monitor point for the purposes of calculating various averages. More...

#include <carma/monitor/MonitorPointAverageT.h>

Public Attributes

enum
MonitorPoint::BLANKING_FLAGGING 
blanking
 Cumulative blanking for all valid samples. More...
 
int nTotalSamples
 total # of samples associated with a monitor point - half of sampling frequency for that monitor point. More...
 
int nValidSamples
 

of samples not marked invalid in some fashion

More...
 
enum MonitorPoint::VALIDITY validity
 Cumulative validity for all valid samples. More...
 

Detailed Description

Structure keeps track of sample properties of a monitor point for the purposes of calculating various averages.

Used by monitorPointSpecializations.h, MonitorPointNumeric.h and MonitorPointAccumulatorT.h

Definition at line 37 of file MonitorPointAverageT.h.

Member Data Documentation

enum MonitorPoint::BLANKING_FLAGGING carma::monitor::AveProperties::blanking

Cumulative blanking for all valid samples.

See Also
MonitorPoint::BLANKING_FLAGGING

Definition at line 66 of file MonitorPointAverageT.h.

int carma::monitor::AveProperties::nTotalSamples

total # of samples associated with a monitor point - half of sampling frequency for that monitor point.

See Also
MonitorPoint::getNumSamples

Definition at line 51 of file MonitorPointAverageT.h.

int carma::monitor::AveProperties::nValidSamples

of samples not marked invalid in some fashion

See Also
enum VALIDITY

Definition at line 43 of file MonitorPointAverageT.h.

enum MonitorPoint::VALIDITY carma::monitor::AveProperties::validity

Cumulative validity for all valid samples.

See Also
MonitorPoint::VALIDITY

Definition at line 58 of file MonitorPointAverageT.h.


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