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

Header of the request-status table; followed by a bitfield and countTotal RequestStatusEntry records. More...

#include <MemoryRequestQueues.h>

Public Attributes

uint32 size
uint32 countTotal
uint32 countInUse
uint64 createdTime
uint64 lastUpdateTime
uint16 status
uint32 bitFieldSize

Detailed Description

Header of the request-status table; followed by a bitfield and countTotal RequestStatusEntry records.

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

Definition at line 54 of file MemoryRequestQueues.h.

Member Data Documentation

◆ bitFieldSize

uint32 cmlabs::RequestStatusHeader::bitFieldSize

◆ countInUse

uint32 cmlabs::RequestStatusHeader::countInUse

◆ countTotal

uint32 cmlabs::RequestStatusHeader::countTotal

◆ createdTime

uint64 cmlabs::RequestStatusHeader::createdTime

Definition at line 58 of file MemoryRequestQueues.h.

Referenced by cmlabs::MemoryRequestQueues::InitRequestMap().

◆ lastUpdateTime

uint64 cmlabs::RequestStatusHeader::lastUpdateTime

Definition at line 59 of file MemoryRequestQueues.h.

Referenced by cmlabs::MemoryRequestQueues::InitRequestMap().

◆ size

uint32 cmlabs::RequestStatusHeader::size

Definition at line 55 of file MemoryRequestQueues.h.

Referenced by cmlabs::MemoryRequestQueues::InitRequestMap().

◆ status

uint16 cmlabs::RequestStatusHeader::status

Definition at line 60 of file MemoryRequestQueues.h.


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