Public Member Functions | |
Timer (const Runtime &, Clock::duration timeout) | |
Timer (const Timer &)=default | |
Timer & | operator= (const Timer &)=default |
bool | operator< (const Timer &) const |
Public Attributes | |
Clock::time_point | expiry |
Clock::time_point | start |
Definition at line 149 of file cbf_packet_buffer.hpp.
vanetza::geonet::CbfPacketBuffer::Timer::Timer | ( | const Runtime & | rt, |
Clock::duration | timeout | ||
) |
Definition at line 214 of file cbf_packet_buffer.cpp.
bool vanetza::geonet::CbfPacketBuffer::Timer::operator< | ( | const Timer & | other | ) | const |
Definition at line 219 of file cbf_packet_buffer.cpp.
Clock::time_point vanetza::geonet::CbfPacketBuffer::Timer::expiry |
Definition at line 156 of file cbf_packet_buffer.hpp.
Clock::time_point vanetza::geonet::CbfPacketBuffer::Timer::start |
Definition at line 157 of file cbf_packet_buffer.hpp.