CARMA C++
|
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 fashionMore... | |
enum MonitorPoint::VALIDITY | validity |
Cumulative validity for all valid samples. More... | |
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.
enum MonitorPoint::BLANKING_FLAGGING carma::monitor::AveProperties::blanking |
Cumulative blanking for all valid samples.
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.
Definition at line 51 of file MonitorPointAverageT.h.
int carma::monitor::AveProperties::nValidSamples |
Definition at line 43 of file MonitorPointAverageT.h.
enum MonitorPoint::VALIDITY carma::monitor::AveProperties::validity |
Cumulative validity for all valid samples.
Definition at line 58 of file MonitorPointAverageT.h.