CARMA C++
AverageAccumulator.h File Reference

Go to the source code of this file.

Namespaces

module  carma
 IDL for bima Rx Control, inherits from antenna::common::RxControl.
 
 carma::monitor
 Monitor subsystem.
 

Typedefs

typedef
TypedAverageAccumulatorT
< MonitorPointAbstime, double > 
carma::monitor::AbstimeAccumulator
 
typedef
TypedAverageAccumulatorT
< MonitorPointBool, long > 
carma::monitor::BoolAccumulator
 
typedef
TypedAverageAccumulatorT
< MonitorPointByte, double > 
carma::monitor::ByteAccumulator
 
typedef
TypedAverageAccumulatorT
< MonitorPointChar, double > 
carma::monitor::CharAccumulator
 
typedef
TypedAverageAccumulatorT
< MonitorPointComplex,::std::complex
< float > > 
carma::monitor::ComplexAccumulator
 
typedef
TypedAverageAccumulatorT
< MonitorPointDouble, double > 
carma::monitor::DoubleAccumulator
 
typedef
TypedAverageAccumulatorT
< MonitorPointEnum, int > 
carma::monitor::EnumAccumulator
 
typedef
TypedAverageAccumulatorT
< MonitorPointFloat, double > 
carma::monitor::FloatAccumulator
 
typedef
TypedAverageAccumulatorT
< MonitorPointInt, double > 
carma::monitor::IntAccumulator
 
typedef
TypedAverageAccumulatorT
< MonitorPointSerialNo, long > 
carma::monitor::SerialNoAccumulator
 
typedef
TypedAverageAccumulatorT
< MonitorPointShort, double > 
carma::monitor::ShortAccumulator
 
typedef
TypedAverageAccumulatorT
< MonitorPointString,::std::string > 
carma::monitor::StringAccumulator
 

Enumerations

enum  DBwriteType {
  MONITOR_DB_TYPE_NUMERIC, MONITOR_DB_TYPE_SHORT, MONITOR_DB_TYPE_STRING, MONITOR_DB_TYPE_COMPLEX,
  MONITOR_DB_TYPE_NUM_TYPES
}
 

Detailed Description

Id:
AverageAccumulator.h,v 1.17 2007/08/03 21:47:27 tcosta Exp

This is the class file for accumulators of various types for computing averages.

Author
N. S. Amarnath

Definition in file AverageAccumulator.h.