nl::Weave::System::ObjectArena

#include <src/system/SystemObject.h>

A union template used for representing a well-aligned block of memory.

Zusammenfassung

Details
Vorlagenparameter
ALIGN
einen Typnamen mit den Ausrichtungseigenschaften für den Block.
SIZE
eine konstante Blockgröße in Byte.

Öffentliche Attribute

uAlign
ALIGN
uMemory[SIZE]
uint8_t

Öffentliche Attribute

uAlign

ALIGN uAlign

uMemory

uint8_t uMemory[SIZE]