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

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.

Detailed Description

Placeholder class for a future shared-memory command interface.

Note
Not currently used in production paths; only the raw data pointer exists.

Definition at line 16 of file MemoryCommander.h.

Constructor & Destructor Documentation

◆ MemoryCommander()

cmlabs::MemoryCommander::MemoryCommander ( )

Definition at line 9 of file MemoryCommander.cpp.

References data.

◆ ~MemoryCommander()

cmlabs::MemoryCommander::~MemoryCommander ( )

Definition at line 13 of file MemoryCommander.cpp.

References data.

Member Data Documentation

◆ data

unsigned char* cmlabs::MemoryCommander::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().


The documentation for this class was generated from the following files: