21 #include <boost/lexical_cast.hpp> 23 #include <senf/PPI.hh> 59 std::uint32_t ignored;
62 : src_ (src), dst_(dst)
75 if ((!src_ or eth->source() == src_) and eth->destination() == dst_) {
78 if (label == 0xffffffff or label != mpls->label()) {
80 label = mpls->label();
108 os <<
"Label " << label;
109 os <<
"; E2E stats: "; e2eStats.
dump(os, period);
110 os <<
"; LL stats: "; llStats.
dump(os, period);
111 os <<
"; ignored " << ignored;
config::time_type clock_type
WirelessExtController public header.
bool processLLSeqNo(TIMPacket const &tim)
#define SENF_PPI_MODULE(name)
void onRequest(Handler handler)
bool processSeqNo(TIMPacket const &tim)
ConcretePacket< EthernetPacketType > EthernetPacket
::phoenix::function< detail::clear > const clear
void dump(std::ostream &os, senf::ClockService::clock_type const &period=senf::ClockService::clock_type(0))
HardwareEthernetInterface public header.
HardwareWLANInterface public header.