An incoming request to this ControlDataReceiver.
#include <ControlDataReceiver.h>
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. |
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 = 0;
UUID of the requester (the original sender, creating the request)
int64_t mSenderTimestampUs =
0;
The requester’s unique id of this request.
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