|
CMSDK 2.0.1
Cross-platform C++ base library and SDK for the Psyclone AIOS platform
|
Declarative description of one observation source: name, observation type, trigger expression and field-name mappings. More...
#include <Observations.h>
Public Attributes | |
| std::string | name |
| std::string | type |
| std::string | trigger |
| std::map< std::string, std::string > | mappings |
Declarative description of one observation source: name, observation type, trigger expression and field-name mappings.
Definition at line 19 of file Observations.h.
| std::map<std::string, std::string> cmlabs::ObsEntry::mappings |
Definition at line 23 of file Observations.h.
| std::string cmlabs::ObsEntry::name |
Definition at line 20 of file Observations.h.
Referenced by cmlabs::cmpObsEntry::operator()().
| std::string cmlabs::ObsEntry::trigger |
Definition at line 22 of file Observations.h.
| std::string cmlabs::ObsEntry::type |
Definition at line 21 of file Observations.h.