#include <DCDT_Msg.h>
Public Attributes | |
int | type |
Type of message. | |
int | MemberID |
Member ID of the message creator. | |
int | AgoraID |
Agora ID of the message creator. | |
int | Readers_Counter |
Number of readers for this message. | |
DCDT_Mutex | mtx |
DCDT_TIME | creation_time |
int | priority |
int | payload_len |
int | delivery_warranty |
Definition at line 64 of file DCDT_Msg.h.
|
Agora ID of the message creator.
Definition at line 73 of file DCDT_Msg.h. Referenced by DCDT_Msg::ReadAgoraID(), and DCDT_Msg::SetAgoraID(). |
|
Definition at line 79 of file DCDT_Msg.h. Referenced by DCDT_Msg::ReadCreationTime(). |
|
Definition at line 82 of file DCDT_Msg.h. Referenced by DCDT_Msg::ReadDeliveryWarranty(), and DCDT_Msg::SetDeliveryWarranty(). |
|
Member ID of the message creator.
Definition at line 70 of file DCDT_Msg.h. Referenced by DCDT_Msg::ReadMemberID(), and DCDT_Msg::SetMemberID(). |
|
Definition at line 77 of file DCDT_Msg.h. Referenced by DCDT_Msg::Decrement_Readers_Counter(), DCDT_Msg::Get_Readers_Counter(), and DCDT_Msg::Increment_Readers_Counter(). |
|
Definition at line 81 of file DCDT_Msg.h. Referenced by DCDT_Msg::AllocPayload(), DCDT_Msg::ReadPayloadLen(), and DCDT_Msg::SetPayload(). |
|
Definition at line 80 of file DCDT_Msg.h. Referenced by DCDT_Msg::ReadPriority(). |
|
Number of readers for this message.
Definition at line 76 of file DCDT_Msg.h. Referenced by DCDT_Msg::DCDT_Msg(), DCDT_Msg::Decrement_Readers_Counter(), DCDT_Msg::Get_Readers_Counter(), and DCDT_Msg::Increment_Readers_Counter(). |
|
Type of message.
Definition at line 67 of file DCDT_Msg.h. Referenced by DCDT_Msg::ReadType(), and DCDT_Msg::SetType(). |