RTEMS CPU Kit with SuperCore
4.11.3
|
The following data structure defines the packet used to perform remote event operations. More...
#include <mpciimpl.h>
Data Fields | |
MP_packet_Prefix | Prefix |
This field is the general header for all packets. More... | |
MPCI_Internal_Remote_operations | operation |
This value specifies the operation. More... | |
uint32_t | maximum_nodes |
This is the maximum number of nodes in the system. More... | |
uint32_t | maximum_global_objects |
This field is the maximum number of concurrently existent globally offered objects. | |
The following data structure defines the packet used to perform remote event operations.
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.
Referenced by _MPCI_Internal_packets_Process_packet().
MP_packet_Prefix MPCI_Internal_packet::Prefix |
This field is the general header for all packets.