FD.io VPP
v20.01-48-g3e0dafb74
Vector Packet Processing
|
Public Member Functions | |
listener () | |
~listener () | |
void | handle_interface_stat (const VOM::interface &itf) |
Virtual function called on the listener when the command has data ready to process. More... | |
Public Member Functions inherited from VOM::interface::stat_listener | |
stat_listener () | |
Default Constructor. More... | |
virtual | ~stat_listener ()=default |
HW::item< bool > & | status () |
Return the HW::item representing the status. More... | |
Additional Inherited Members | |
Protected Attributes inherited from VOM::interface::stat_listener | |
HW::item< bool > | m_status |
The status of the subscription. More... | |
Definition at line 7 of file test_stats.cpp.
|
inline |
|
inline |
Definition at line 11 of file test_stats.cpp.
|
inlinevirtual |
Virtual function called on the listener when the command has data ready to process.
Implements VOM::interface::stat_listener.
Definition at line 12 of file test_stats.cpp.