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

Size-prefixed private-data entry stored after a component record. More...

#include <ComponentMemory.h>

Public Attributes

uint64 size
 Total entry size in bytes including this header.

Detailed Description

Size-prefixed private-data entry stored after a component record.

Layout after the header: name, NUL, mimetype, NUL, raw data bytes.

Warning
Shared-memory layout; see MemoryManager.h for the ABI/rebuild warning.

Definition at line 196 of file ComponentMemory.h.

Member Data Documentation

◆ size


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