GlobalBpiLib  1.0
ExtMessage Struct Reference

Basic message struct from which every other message type is derived from. This struct provides a link to a MsgMeta struct with additional information. More...

#include <MessageTypes.h>

Inheritance diagram for ExtMessage:
Collaboration diagram for ExtMessage:

Public Attributes

uint16_t size
 
MsgMetameta
 

Detailed Description

Basic message struct from which every other message type is derived from. This struct provides a link to a MsgMeta struct with additional information.

Member Data Documentation

◆ meta

MsgMeta* ExtMessage::meta

Pointer to a MsgMeta structure.

◆ size

uint16_t ExtMessage::size

Size in bytes of the complete message (only fields which are transferred over the network).


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