FD.io VPP
v18.04-17-g3a0d853
Vector Packet Processing
|
A class that listens to interface Events. More...
Public Member Functions | |
event_listener () | |
Default Constructor. More... | |
virtual void | handle_interface_event (interface_cmds::events_cmd *cmd)=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 Events.
Definition at line 385 of file interface.hpp.
VOM::interface::event_listener::event_listener | ( | ) |
Default Constructor.
Definition at line 100 of file interface.cpp.
|
pure virtual |
Virtual function called on the listener when the command has data ready to process.
Return the HW::item representing the status.
Definition at line 106 of file interface.cpp.
The status of the subscription.
Definition at line 408 of file interface.hpp.