SG++-Doxygen-Documentation
sgpp::datadriven::MPI_Packet Struct Reference

A packet sent over MPI, using a command as a descriptor, and a wrapped package in the payload for data. More...

#include <NetworkMessageData.hpp>

Public Attributes

MPI_COMMAND_ID commandID
 The MPI command of this specific packet. More...
 
unsigned char payload [MPI_PACKET_MAX_PAYLOAD_SIZE]
 The packet's data segment. More...
 

Detailed Description

A packet sent over MPI, using a command as a descriptor, and a wrapped package in the payload for data.

Member Data Documentation

◆ commandID

◆ payload


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