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

Common header of every map inside the data-maps segment. More...

#include <DataMapsMemory.h>

Public Attributes

uint64 size
uint32 maxID
uint32 count
uint32 bitFieldSize
uint32 size

Detailed Description

Common header of every map inside the data-maps segment.

Legacy generic map header shared by all maps in this file.

Followed in memory by the occupancy bitfield and maxID fixed-size entries.

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

Definition at line 57 of file DataMapsMemory.h.

Member Data Documentation

◆ bitFieldSize

◆ count

◆ maxID

uint32 cmlabs::GenericMapHeader::maxID

◆ size [1/2]

◆ size [2/2]

uint32 cmlabs::GenericMapHeader::size

Definition at line 209 of file MemoryMaps.h.


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