|
CMSDK 2.0.1
Cross-platform C++ base library and SDK for the Psyclone AIOS platform
|
One key/value entry of a scripted TrackPlayerMessage. More...
#include <PsyInternal.h>
Public Types | |
| enum | EntryType { TEXT , INT , FLOAT } |
Public Attributes | |
| enum cmlabs::TrackPlayerMessageEntry::EntryType | entryType |
| Data type of the value string. | |
| std::string | key |
| Entry key placed in the generated message. | |
| std::string | value |
| Entry value (textual; converted per entryType). | |
One key/value entry of a scripted TrackPlayerMessage.
Definition at line 20 of file PsyInternal.h.
| Enumerator | |
|---|---|
| TEXT | |
| INT | |
| FLOAT | |
Definition at line 21 of file PsyInternal.h.
| enum cmlabs::TrackPlayerMessageEntry::EntryType cmlabs::TrackPlayerMessageEntry::entryType |
Data type of the value string.
Referenced by cmlabs::TrackPlayerMessage::addEntry().
| std::string cmlabs::TrackPlayerMessageEntry::key |
Entry key placed in the generated message.
Definition at line 22 of file PsyInternal.h.
Referenced by cmlabs::TrackPlayerMessage::addEntry().
| std::string cmlabs::TrackPlayerMessageEntry::value |
Entry value (textual; converted per entryType).
Definition at line 23 of file PsyInternal.h.
Referenced by cmlabs::TrackPlayerMessage::addEntry().