RTEMS
5.0.0
|
#include <mpciimpl.h>
Data Fields | |
MP_packet_Prefix | Prefix |
MPCI_Internal_Remote_operations | operation |
uint32_t | maximum_nodes |
uint32_t | maximum_global_objects |
The following data structure defines the packet used to perform remote event operations.
uint32_t MPCI_Internal_packet::maximum_global_objects |
This field is the maximum number of concurrently existent globally offered objects.
uint32_t MPCI_Internal_packet::maximum_nodes |
This is the maximum number of nodes in the system. It must agree on all nodes.
MPCI_Internal_Remote_operations MPCI_Internal_packet::operation |
This value specifies the operation.
MP_packet_Prefix MPCI_Internal_packet::Prefix |
This field is the general header for all packets.