3D-ICE 3.0.0
Data Fields
NetworkMessage_t Struct Reference

Structure used to store messages to be sent over network. More...

#include <network_message.h>

Data Fields

MessageWord_tMemory
 
Quantity_t MaxLength
 
MessageWord_tLength
 
MessageWord_tMType
 
MessageWord_tContent
 

Detailed Description

The Maximum Length of the message, as well as the content of the Length field in te message is mesured in number of words.

Definition at line 70 of file network_message.h.

Field Documentation

◆ Content

MessageWord_t* NetworkMessage_t::Content

Offset to access the content of the message

Definition at line 90 of file network_message.h.

◆ Length

MessageWord_t* NetworkMessage_t::Length

Offset to access the actual length of the message

Definition at line 82 of file network_message.h.

◆ MaxLength

Quantity_t NetworkMessage_t::MaxLength

The maximum length of the message

Definition at line 78 of file network_message.h.

◆ Memory

MessageWord_t* NetworkMessage_t::Memory

The memory used to store the message

Definition at line 74 of file network_message.h.

◆ MType

MessageWord_t* NetworkMessage_t::MType

Offset to access the type of the message

Definition at line 86 of file network_message.h.


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