|
CMSDK 2.0.1
Cross-platform C++ base library and SDK for the Psyclone AIOS platform
|
Context-map entry: one registered psychological/system context name/id. More...
#include <DataMapsMemory.h>
Public Member Functions | |
| std::string | toXML () |
| bool | writeToMsg (uint32 n, DataMessage *msg) |
| bool | writeIDToMsg (const char *arrayname, uint32 n, DataMessage *msg) |
Static Public Member Functions | |
| static std::string | GetOuterXMLName () |
Public Attributes | |
| uint16 | id |
| uint8 | status |
| uint64 | time |
| char | name [MAXKEYNAMELEN+1] |
| uint32 | key |
Context-map entry: one registered psychological/system context name/id.
Legacy context-map entry.
Definition at line 94 of file DataMapsMemory.h.
|
inlinestatic |
Definition at line 102 of file DataMapsMemory.h.
|
inline |
Definition at line 99 of file DataMapsMemory.h.
References name, status, cmlabs::utils::StringFormat(), and time.
|
inline |
Definition at line 111 of file DataMapsMemory.h.
References name, and cmlabs::DataMessage::setString().
|
inline |
Definition at line 103 of file DataMapsMemory.h.
References name, cmlabs::DataMessage::setInt(), cmlabs::DataMessage::setString(), cmlabs::DataMessage::setTime(), status, and time.
| uint16 cmlabs::ContextMapEntry::id |
Definition at line 95 of file DataMapsMemory.h.
| uint32 cmlabs::ContextMapEntry::key |
Definition at line 79 of file MemoryMaps.h.
| char cmlabs::ContextMapEntry::name |
Definition at line 98 of file DataMapsMemory.h.
Referenced by toXML(), writeIDToMsg(), and writeToMsg().
| uint8 cmlabs::ContextMapEntry::status |
Definition at line 96 of file DataMapsMemory.h.
Referenced by toXML(), and writeToMsg().
| uint64 cmlabs::ContextMapEntry::time |
Definition at line 97 of file DataMapsMemory.h.
Referenced by cmlabs::MemoryMaps::CreateNewContextLevel(), cmlabs::DataMapsMemory::createNewContextLevel(), toXML(), and writeToMsg().