|
Open Model Railroad Network (OpenMRN)
|
Implementation of sequence number generator that uses the real clock. More...
#include <IfTcpImpl.hxx>
Public Member Functions | |
| long long | get_sequence_number () override |
Private Attributes | |
| long long | sequence_ = 0 |
| Sequence number of last sent message. | |
Implementation of sequence number generator that uses the real clock.
Not thread-safe.
Definition at line 256 of file IfTcpImpl.hxx.
|
inlineoverridevirtual |
Implements openlcb::SequenceNumberGenerator.
Definition at line 260 of file IfTcpImpl.hxx.
|
private |
Sequence number of last sent message.
Definition at line 276 of file IfTcpImpl.hxx.