CatapultServer
v0.5.0.1 (Elephant)
|
CommunicationTimestamps(Timestamp sendTimestamp, Timestamp receiveTimestamp)
Creates communication timestamps around sendTimestamp and receiveTimestamp.
Definition: CommunicationTimestamps.h:35
Represents the network timestamps for sending and receiving a time synchronization request / response...
Definition: CommunicationTimestamps.h:29
constexpr bool operator!=(const CommunicationTimestamps &rhs) const
Returns true if these communication timestamps are not equal to rhs.
Definition: CommunicationTimestamps.h:47
Timestamp SendTimestamp
Time when the request/response was sent.
Definition: CommunicationTimestamps.h:53
Timestamp ReceiveTimestamp
Time when the request/response was received.
Definition: CommunicationTimestamps.h:56
constexpr bool operator==(const CommunicationTimestamps &rhs) const
Returns true if these communication timestamps are equal to rhs.
Definition: CommunicationTimestamps.h:42
CommunicationTimestamps()=default
Creates default communication timestamps.
Definition: AddressExtractionExtension.cpp:28