#include <senf/Ext/NetEmu/WLAN/TSFTHistogram.hh>
Public Member Functions | |
TSFTHistogram () | |
void | update (senf::MACAddress const &src, boost::uint64_t const &tsft) |
bool | start (senf::MACAddress const &src) |
bool | start () |
bool | enabled () const |
void | dump (std::ostream &os) const |
Public Attributes | |
senf::console::ScopedDirectory | dir |
Definition at line 30 of file TSFTHistogram.hh.
senf::emu::TSFTHistogram::TSFTHistogram | ( | ) |
Definition at line 28 of file TSFTHistogram.cc.
void senf::emu::TSFTHistogram::dump | ( | std::ostream & | os | ) | const |
Definition at line 107 of file TSFTHistogram.cc.
|
inline |
Definition at line 39 of file TSFTHistogram.hh.
bool senf::emu::TSFTHistogram::start | ( | senf::MACAddress const & | src | ) |
Definition at line 97 of file TSFTHistogram.cc.
bool senf::emu::TSFTHistogram::start | ( | ) |
Definition at line 92 of file TSFTHistogram.cc.
void senf::emu::TSFTHistogram::update | ( | senf::MACAddress const & | src, |
boost::uint64_t const & | tsft | ||
) |
Definition at line 52 of file TSFTHistogram.cc.
senf::console::ScopedDirectory senf::emu::TSFTHistogram::dir |
Definition at line 33 of file TSFTHistogram.hh.