22 #ifndef _RTEMS_SCORE_MPPKT_H 23 #define _RTEMS_SCORE_MPPKT_H 52 MP_PACKET_MPCI_INTERNAL = 0,
54 MP_PACKET_MESSAGE_QUEUE = 2,
55 MP_PACKET_SEMAPHORE = 3,
56 MP_PACKET_PARTITION = 4,
65 #define MP_PACKET_CLASSES_FIRST MP_PACKET_MPCI_INTERNAL 70 #define MP_PACKET_CLASSES_LAST MP_PACKET_SIGNAL 102 #define MP_PACKET_MINIMUM_PACKET_SIZE 64 111 #define MP_PACKET_MINIMUN_HETERO_CONVERSION \ 112 ( sizeof( MP_packet_Prefix ) / sizeof( uint32_t ) ) MP_packet_Classes the_class
Definition: mppkt.h:82
uint32_t source_priority
Definition: mppkt.h:88
Constants and Structures Associated with the Object Handler.
MP_packet_Classes
Definition: mppkt.h:51
Watchdog_Interval timeout
Definition: mppkt.h:96
Objects_Id source_tid
Definition: mppkt.h:86
Objects_Id id
Definition: mppkt.h:84
uint32_t to_convert
Definition: mppkt.h:94
uint32_t Watchdog_Interval
Type is used to specify the length of intervals.
Definition: watchdogticks.h:36
uint32_t length
Definition: mppkt.h:92
uint32_t Objects_Id
Definition: object.h:75
uint32_t return_code
Definition: mppkt.h:90