RTEMS CPU Kit with SuperCore  4.11.3
Data Fields
MPCI_Internal_packet Struct Reference

The following data structure defines the packet used to perform remote event operations. More...

#include <mpciimpl.h>

Collaboration diagram for MPCI_Internal_packet:
Collaboration graph
[legend]

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.
 

Detailed Description

The following data structure defines the packet used to perform remote event operations.

Field Documentation

◆ maximum_nodes

uint32_t MPCI_Internal_packet::maximum_nodes

This is the maximum number of nodes in the system.

It must agree on all nodes.

◆ operation

MPCI_Internal_Remote_operations MPCI_Internal_packet::operation

This value specifies the operation.

Referenced by _MPCI_Internal_packets_Process_packet().

◆ Prefix

MP_packet_Prefix MPCI_Internal_packet::Prefix

This field is the general header for all packets.


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