Acl::IControlDataReceiver::RequestData
Acl::IControlDataReceiver::RequestData Struct Reference
An incoming request to this ControlDataReceiver.
#include <IControlDataReceiver.h>
Public Attributes
| Name | |
|---|---|
| std::string | mMessage |
| UUID | mSenderUUID The actual message. |
| ControlDataAddress | mRequester UUID of the sender/forwarder that sent the request to this ControlDataReceiver. |
| uint64_t | mRequestID The requester’s address. |
| int64_t | mSenderTimestampUs The requester’s unique id of this request. |
| int64_t | mDeliveryTimestampUs The TAI timestamp when this message was sent from the sender/forwarder in micro sec since TAI epoch. |
Public Attributes Documentation
variable mMessage
std::string mMessage;
variable mSenderUUID
UUID mSenderUUID;
The actual message.
variable mRequester
ControlDataAddress mRequester;
UUID of the sender/forwarder that sent the request to this ControlDataReceiver.
variable mRequestID
uint64_t mRequestID = 0;
The requester’s address.
variable mSenderTimestampUs
int64_t mSenderTimestampUs =
0;
The requester’s unique id of this request.
variable mDeliveryTimestampUs
int64_t mDeliveryTimestampUs =
0;
The TAI timestamp when this message was sent from the sender/forwarder in micro sec since TAI epoch.