ControlDataReceiver::IncomingRequest
ControlDataReceiver::IncomingRequest
An incoming request to this ControlDataReceiver.
#include <ControlDataReceiver.h>
Public Attributes
| Name | |
|---|---|
| std::vector< uint8_t > | mMessage |
| std::string | mSenderUUID The actual message. |
| std::string | mRequesterUUID UUID of the sender/forwarder that sent the request to this ControlDataReceiver. |
| uint64_t | mRequestID UUID of the requester (the original sender, creating the request) |
| 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::vector< uint8_t > mMessage;
variable mSenderUUID
std::string mSenderUUID;
The actual message.
variable mRequesterUUID
std::string mRequesterUUID;
UUID of the sender/forwarder that sent the request to this ControlDataReceiver.
variable mRequestID
uint64_t mRequestID = 0;
UUID of the requester (the original sender, creating the request)
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.
Updated on 2022-11-17 at 15:40:06 +0100