FreeNOS
Data Fields
MPIMessage Struct Reference

#include <MPIMessage.h>

Data Fields

union {
   int   integer
 
   u8   uchar
 
}; 
 

Detailed Description

Definition at line 29 of file MPIMessage.h.

Field Documentation

◆ @5

union { ... }

◆ integer

int MPIMessage::integer

Definition at line 33 of file MPIMessage.h.

Referenced by MpiProxy::processSend(), MpiTarget::receive(), and MpiTarget::send().

◆ uchar

u8 MPIMessage::uchar

Definition at line 34 of file MPIMessage.h.

Referenced by MpiProxy::processSend(), MpiTarget::receive(), and MpiTarget::send().


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