#include <senf/Ext/NetEmu/examples/80211Analyzer/TIMPacket.hh>
Public Member Functions | |
TIMTimestampStats () | |
void | process (TIMPacket const &tim) |
Public Member Functions inherited from senf::TimestampStatistics | |
TimestampStatistics (std::uint8_t bits) | |
virtual | ~TimestampStatistics () |
virtual void | clear () |
virtual void | reset () |
void | update (std::uint32_t txTStamp, std::uint32_t rxTStamp, bool updateDelay) |
Public Member Functions inherited from senf::Detail::DifferenceSigned | |
DifferenceSigned (std::uint8_t bits) | |
std::int32_t | difference (std::uint32_t current, std::uint32_t last) |
Additional Inherited Members | |
Public Attributes inherited from senf::TimestampStatistics | |
StatisticAccumulator< std::int32_t > | delay |
StatisticAccumulator< std::uint32_t > | pdv |
std::int32_t | lastPD_ |
Definition at line 76 of file TIMPacket.hh.
senf::TIMTimestampStats::TIMTimestampStats | ( | ) |
Definition at line 59 of file TIMPacket.cc.
void senf::TIMTimestampStats::process | ( | TIMPacket const & | tim | ) |