FD.io VPP  v19.01.3-6-g70449b9b9
Vector Packet Processing
listener Class Reference
+ Inheritance diagram for listener:
+ Collaboration diagram for listener:

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< boolm_status
 The status of the subscription. More...
 

Detailed Description

Definition at line 7 of file test_stats.cpp.

Constructor & Destructor Documentation

◆ listener()

listener::listener ( )
inline

Definition at line 10 of file test_stats.cpp.

+ Here is the caller graph for this function:

◆ ~listener()

listener::~listener ( )
inline

Definition at line 11 of file test_stats.cpp.

Member Function Documentation

◆ handle_interface_stat()

void listener::handle_interface_stat ( const VOM::interface )
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.

+ Here is the call graph for this function:

The documentation for this class was generated from the following file: