An incoming request to this ControlDataReceiver.
#include <IControlDataReceiver.h>
Name | |
---|---|
std::vector< std::vector< uint8_t > > | mMessages |
std::string | mSenderUUID The actual messages. |
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< std::vector< uint8_t > > mMessages;
std::string mSenderUUID;
The actual messages.
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 2024-04-08 at 15:15:27 +0200