wiback::TIMTimestampStats Struct Reference

#include <senf/Ext/NetEmu/examples/NetEmuPerf/TIMPacket.hh>

Public Member Functions

 TIMTimestampStats ()
 
void clear ()
 
void reset ()
 
void process (TIMPacket const &tim)
 

Public Attributes

senf::StatisticAccumulator< std::uint32_t > delay
 
senf::StatisticAccumulator< std::uint32_t > pdv
 
std::int32_t lastPD_
 

Detailed Description

Definition at line 151 of file TIMPacket.hh.

Constructor & Destructor Documentation

◆ TIMTimestampStats()

wiback::TIMTimestampStats::TIMTimestampStats ( )
inline

Definition at line 157 of file TIMPacket.hh.

Member Function Documentation

◆ clear()

void wiback::TIMTimestampStats::clear ( )
inline

Definition at line 161 of file TIMPacket.hh.

◆ process()

void wiback::TIMTimestampStats::process ( TIMPacket const &  tim)
inline

Definition at line 171 of file TIMPacket.hh.

◆ reset()

void wiback::TIMTimestampStats::reset ( )
inline

Definition at line 166 of file TIMPacket.hh.

Member Data Documentation

◆ delay

senf::StatisticAccumulator<std::uint32_t> wiback::TIMTimestampStats::delay

Definition at line 152 of file TIMPacket.hh.

◆ lastPD_

std::int32_t wiback::TIMTimestampStats::lastPD_

Definition at line 155 of file TIMPacket.hh.

◆ pdv

senf::StatisticAccumulator<std::uint32_t> wiback::TIMTimestampStats::pdv

Definition at line 153 of file TIMPacket.hh.


The documentation for this struct was generated from the following file: