FD.io VPP
v21.10.1-2-g0a485f517
Vector Packet Processing
|
Class representing event registration - incoming events (messages) from vpp as a result of a subscription (typically a want_* simple request) More...
Public Types | |
using | resp_type = typename M::shm_data_type |
Public Member Functions | |
Event_registration (Connection &con, std::function< vapi_error_e(Event_registration< M > &)> callback=nullptr) | |
Event_registration (const Event_registration &)=delete | |
virtual | ~Event_registration () |
virtual std::tuple< vapi_error_e, bool > | assign_response (vapi_msg_id_t id, void *shm_data) |
Result_set< resp_type > & | get_result_set (void) |
Class representing event registration - incoming events (messages) from vpp as a result of a subscription (typically a want_* simple request)
using vapi::Event_registration< M >::resp_type = typename M::shm_data_type |
|
inline |
|
delete |
|
inlinevirtual |
|
inlinevirtual |
|
inline |