Struct astutedds::rtps::RtpsUdpTransport::WriterState
Public Attributes
| Type | Name |
|---|---|
| uint64_t | firstAvailable = {1} |
| uint64_t | highestReceivedSeqNum = {0} |
| uint64_t | lastAvailable = {0} |
| std::set< uint64_t > | receivedSeqNums |
| std::array< uint8_t, 4 > | unicastAddress = {} |
| uint16_t | unicastPort = {0} |
Public Attributes Documentation
variable firstAvailable
uint64_t astutedds::rtps::RtpsUdpTransport::WriterState::firstAvailable;
variable highestReceivedSeqNum
uint64_t astutedds::rtps::RtpsUdpTransport::WriterState::highestReceivedSeqNum;
variable lastAvailable
uint64_t astutedds::rtps::RtpsUdpTransport::WriterState::lastAvailable;
variable receivedSeqNums
std::set<uint64_t> astutedds::rtps::RtpsUdpTransport::WriterState::receivedSeqNums;
variable unicastAddress
std::array<uint8_t, 4> astutedds::rtps::RtpsUdpTransport::WriterState::unicastAddress;
variable unicastPort
uint16_t astutedds::rtps::RtpsUdpTransport::WriterState::unicastPort;
The documentation for this class was generated from the following file include/astutedds/rtps/udp_transport.hpp