Open Model Railroad Network (OpenMRN)
Loading...
Searching...
No Matches
MessageAccessor< uint8_t[]> Struct Reference

Type specializer for message interface when we are sending untyped data (i.e., byte streams). More...

#include <DirectHub.hxx>

Inheritance diagram for MessageAccessor< uint8_t[]>:
MessageMetadata

Public Member Functions

void clear ()
 

Public Attributes

LinkedDataBufferPtr buf_
 Owns a sequence of linked DataBuffers, holds the offset where to start reading in the first one, and how many bytes are total in scope for this message.
 

Detailed Description

Type specializer for message interface when we are sending untyped data (i.e., byte streams).

Definition at line 107 of file DirectHub.hxx.

Member Function Documentation

◆ clear()

void MessageAccessor< uint8_t[]>::clear ( )
inline

Definition at line 109 of file DirectHub.hxx.

Member Data Documentation

◆ buf_

Owns a sequence of linked DataBuffers, holds the offset where to start reading in the first one, and how many bytes are total in scope for this message.

Definition at line 118 of file DirectHub.hxx.


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