|
CMSDK 2.0.1
Cross-platform C++ base library and SDK for the Psyclone AIOS platform
|
Scalar integer observation. More...
#include <Observations.h>
Public Member Functions | |
| uint32 | getType () |
| void | init () |
| std::string | print () |
| std::string | toJSON () |
| bool | extractRangeFrom (DataMessage *msg) |
| bool | extractRangeTo (DataMessage *msg) |
| bool | isBetween (ObsInteger &a, ObsInteger &b) |
| bool | extractDataFromMessage (DataMessage *msg, std::map< std::string, std::string > &mappings) |
Static Public Member Functions | |
| static std::string | getTypeName () |
Public Attributes | |
| int64 | val |
Scalar integer observation.
Definition at line 199 of file Observations.h.
|
inline |
Definition at line 222 of file Observations.h.
References cmlabs::ExtractIntFromMessage(), and val.
|
inline |
Definition at line 206 of file Observations.h.
References cmlabs::DataMessage::getInt(), and val.
|
inline |
Definition at line 211 of file Observations.h.
References cmlabs::DataMessage::getInt(), and val.
|
inline |
Definition at line 201 of file Observations.h.
References OBSID_INT.
|
inlinestatic |
Definition at line 202 of file Observations.h.
|
inline |
Definition at line 203 of file Observations.h.
|
inline |
Definition at line 216 of file Observations.h.
References val.
|
inline |
Definition at line 204 of file Observations.h.
References cmlabs::utils::StringFormat(), and val.
|
inline |
Definition at line 205 of file Observations.h.
References cmlabs::utils::StringFormat(), and val.
| int64 cmlabs::ObsInteger::val |
Definition at line 200 of file Observations.h.
Referenced by extractDataFromMessage(), extractRangeFrom(), extractRangeTo(), isBetween(), print(), and toJSON().