Open Model Railroad Network (OpenMRN)
Loading...
Searching...
No Matches
RawData Struct Reference

Container for holding an arbitrary untyped data stream. More...

#include <ByteBuffer.hxx>

Public Attributes

uint8_t payload [RAWBUFFER_SIZE]
 

Static Public Attributes

static constexpr size_t MAX_SIZE = RAWBUFFER_SIZE
 Maximum length that can be stored in a single RawBuffer.
 

Detailed Description

Container for holding an arbitrary untyped data stream.

Definition at line 48 of file ByteBuffer.hxx.

Member Data Documentation

◆ MAX_SIZE

constexpr size_t RawData::MAX_SIZE = RAWBUFFER_SIZE
staticconstexpr

Maximum length that can be stored in a single RawBuffer.

Definition at line 52 of file ByteBuffer.hxx.

◆ payload

uint8_t RawData::payload[RAWBUFFER_SIZE]

Definition at line 50 of file ByteBuffer.hxx.


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