|
CMSDK 2.0.1
Cross-platform C++ base library and SDK for the Psyclone AIOS platform
|
Placeholder class for a future shared-memory command interface. More...
#include <MemoryCommander.h>
Public Member Functions | |
| MemoryCommander () | |
| ~MemoryCommander () | |
Protected Attributes | |
| unsigned char * | data |
| Raw buffer reserved for future use; not allocated by this class. | |
Placeholder class for a future shared-memory command interface.
Definition at line 16 of file MemoryCommander.h.
| cmlabs::MemoryCommander::MemoryCommander | ( | ) |
Definition at line 9 of file MemoryCommander.cpp.
References data.
| cmlabs::MemoryCommander::~MemoryCommander | ( | ) |
Definition at line 13 of file MemoryCommander.cpp.
References data.
|
protected |
Raw buffer reserved for future use; not allocated by this class.
Definition at line 22 of file MemoryCommander.h.
Referenced by MemoryCommander(), and ~MemoryCommander().