#include <packetstamper.h>
Public Member Functions | |
bool | operator== (DataPair const &other) const |
Returns true if the items are equal. More... | |
Public Attributes | |
int64_t | m_pid |
Packet ID of data item. More... | |
int64_t | m_toa |
Time Of Arrival of data item. More... | |
Holds a data point for the clock estimation algorithm
Definition at line 89 of file packetstamper.h.
|
inline |
Returns true if the items are equal.
Definition at line 95 of file packetstamper.h.
int64_t PacketStamper::DataPair::m_pid |
Packet ID of data item.
Definition at line 91 of file packetstamper.h.
int64_t PacketStamper::DataPair::m_toa |
Time Of Arrival of data item.
Definition at line 92 of file packetstamper.h.