FreeNOS
|
#include <MPIMessage.h>
Data Fields | |
union { | |
int integer | |
u8 uchar | |
}; | |
Definition at line 29 of file MPIMessage.h.
union { ... } |
int MPIMessage::integer |
Definition at line 33 of file MPIMessage.h.
Referenced by MpiProxy::processSend(), MpiTarget::receive(), and MpiTarget::send().
u8 MPIMessage::uchar |
Definition at line 34 of file MPIMessage.h.
Referenced by MpiProxy::processSend(), MpiTarget::receive(), and MpiTarget::send().