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

Header of the legacy shared component map (bitfield + ComponentMapEntry array). More...

#include <ComponentData.h>

Public Attributes

uint32 size
uint32 count
uint32 bitFieldSize

Detailed Description

Header of the legacy shared component map (bitfield + ComponentMapEntry array).

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

Definition at line 31 of file ComponentData.h.

Member Data Documentation

◆ bitFieldSize

uint32 cmlabs::ComponentMapHeader::bitFieldSize

Definition at line 34 of file ComponentData.h.

◆ count

uint32 cmlabs::ComponentMapHeader::count

Definition at line 33 of file ComponentData.h.

◆ size

uint32 cmlabs::ComponentMapHeader::size

Definition at line 32 of file ComponentData.h.


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