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

One key/value entry of a scripted TrackPlayerMessage. More...

#include <PsyInternal.h>

Collaboration diagram for cmlabs::TrackPlayerMessageEntry:
[legend]

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).

Detailed Description

One key/value entry of a scripted TrackPlayerMessage.

Definition at line 20 of file PsyInternal.h.

Member Enumeration Documentation

◆ EntryType

Enumerator
TEXT 
INT 
FLOAT 

Definition at line 21 of file PsyInternal.h.

Member Data Documentation

◆ entryType

enum cmlabs::TrackPlayerMessageEntry::EntryType cmlabs::TrackPlayerMessageEntry::entryType

Data type of the value string.

Referenced by cmlabs::TrackPlayerMessage::addEntry().

◆ key

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().

◆ value

std::string cmlabs::TrackPlayerMessageEntry::value

Entry value (textual; converted per entryType).

Definition at line 23 of file PsyInternal.h.

Referenced by cmlabs::TrackPlayerMessage::addEntry().


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