![]() |
FD.io VPP
v19.08.3-2-gbabecb413
Vector Packet Processing
|
A class that listens to interface Stats. More...
Public Member Functions | |
stat_listener () | |
Default Constructor. More... | |
virtual | ~stat_listener ()=default |
virtual void | handle_interface_stat (const interface &)=0 |
Virtual function called on the listener when the command has data ready to process. More... | |
HW::item< bool > & | status () |
Return the HW::item representing the status. More... | |
Protected Attributes | |
HW::item< bool > | m_status |
The status of the subscription. More... | |
A class that listens to interface Stats.
Definition at line 465 of file interface.hpp.
VOM::interface::stat_listener::stat_listener | ( | ) |
Default Constructor.
Definition at line 125 of file interface.cpp.
|
virtualdefault |
|
pure virtual |
Virtual function called on the listener when the command has data ready to process.
Implemented in listener.
Return the HW::item representing the status.
Definition at line 131 of file interface.cpp.
The status of the subscription.
Definition at line 490 of file interface.hpp.