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

One component's location record in the legacy component map. More...

#include <ComponentData.h>

Public Attributes

uint32 id
uint16 nodeID
uint16 procID
uint32 pageID
uint64 time
char name [MAXKEYNAMELEN+1]

Detailed Description

One component's location record in the legacy component map.

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

Definition at line 41 of file ComponentData.h.

Member Data Documentation

◆ id

◆ name

char cmlabs::ComponentMapEntry::name[MAXKEYNAMELEN+1]

◆ nodeID

uint16 cmlabs::ComponentMapEntry::nodeID

Definition at line 43 of file ComponentData.h.

Referenced by cmlabs::ComponentData::GetComponentNodeID().

◆ pageID

uint32 cmlabs::ComponentMapEntry::pageID

Definition at line 45 of file ComponentData.h.

Referenced by cmlabs::ComponentData::GetComponentProcessID().

◆ procID

uint16 cmlabs::ComponentMapEntry::procID

◆ time


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