|
CARMA C++
|
#include "carma/monitor/types.h"#include "carma/monitor/MonitorPoint.h"#include "carma/monitor/MonitorPointAverageT.h"#include "carma/monitor/monitorPointSpecializations.h"#include "carma/dbms/dbFFIO.h"#include "carma/util/programLogging.h"Go to the source code of this file.
Classes | |
| class | carma::monitor::MonitorPointAccumulatorT< T, U > |
| MonitorPointAccumulatorT< T, U > More... | |
Namespaces | |
| module | carma |
| IDL for bima Rx Control, inherits from antenna::common::RxControl. | |
| carma::monitor | |
| Monitor subsystem. | |
This is the template file for accumulators of various types for computing averages.
File containing declarations for monitor point average accumulators. Accumulator classes associate a monitor point of a specific type (T) with an accumulator for an average of the appropriate type (U).
Definition in file MonitorPointAccumulatorT.h.