Classes | |
class | DataPoint |
class | DataPointDefinition |
class | DoubleJ |
class | FastMonitor |
class | FileIO |
class | HistoJ |
class | IntJ |
class | JsonMonitorable |
class | JsonMonPtr |
class | JsonSerializable |
class | JSONSerializer |
class | StringJ |
Typedefs | |
typedef unsigned int | AtomicMonUInt |
typedef std::map< unsigned int, JsonMonPtr > | MonPtrMap |
Enumerations | |
enum | MonType { TYPEINT, TYPEUINT, TYPEDOUBLE, TYPESTRING, TYPEUNDEFINED } |
enum | OperationType { OPSUM, OPAVG, OPSAME, OPHISTO, OPCAT, OPUNKNOWN } |
typedef unsigned int jsoncollector::AtomicMonUInt |
Definition at line 31 of file DataPoint.h.
typedef std::map<unsigned int, JsonMonPtr> jsoncollector::MonPtrMap |
Definition at line 34 of file DataPoint.h.
Enumerator | |
---|---|
TYPEINT | |
TYPEUINT | |
TYPEDOUBLE | |
TYPESTRING | |
TYPEUNDEFINED |
Definition at line 21 of file JsonMonitorable.h.
Enumerator | |
---|---|
OPSUM | |
OPAVG | |
OPSAME | |
OPHISTO | |
OPCAT | |
OPUNKNOWN |
Definition at line 22 of file JsonMonitorable.h.