CMSDK 2.0.1
Cross-platform C++ base library and SDK for the Psyclone AIOS platform
Loading...
Searching...
No Matches
cmlabs::ObsEntry Struct Reference

Declarative description of one observation source: name, observation type, trigger expression and field-name mappings. More...

#include <Observations.h>

Collaboration diagram for cmlabs::ObsEntry:
[legend]

Public Attributes

std::string name
std::string type
std::string trigger
std::map< std::string, std::string > mappings

Detailed Description

Declarative description of one observation source: name, observation type, trigger expression and field-name mappings.

Definition at line 19 of file Observations.h.

Member Data Documentation

◆ mappings

std::map<std::string, std::string> cmlabs::ObsEntry::mappings

Definition at line 23 of file Observations.h.

◆ name

std::string cmlabs::ObsEntry::name

Definition at line 20 of file Observations.h.

Referenced by cmlabs::cmpObsEntry::operator()().

◆ trigger

std::string cmlabs::ObsEntry::trigger

Definition at line 22 of file Observations.h.

◆ type

std::string cmlabs::ObsEntry::type

Definition at line 21 of file Observations.h.


The documentation for this struct was generated from the following file: