FD.io VPP
v18.01.2-1-g9b554f3
Vector Packet Processing
|
A representation of the connection to VPP. More...
Public Member Functions | |
connection () | |
Constructor. More... | |
~connection () | |
Destructor. More... | |
void | connect () |
Blocking [re]connect call - always eventually succeeds, or the universe expires. More... | |
void | disconnect () |
Blocking disconnect. More... | |
vapi::Connection & | ctx () |
Retrun the VAPI context the commands will use. More... | |
A representation of the connection to VPP.
Definition at line 33 of file connection.hpp.
VOM::connection::connection | ( | ) |
Constructor.
Definition at line 21 of file connection.cpp.
VOM::connection::~connection | ( | ) |
void VOM::connection::connect | ( | ) |
Blocking [re]connect call - always eventually succeeds, or the universe expires.
Not much this system can do without one.
Definition at line 39 of file connection.cpp.
vapi::Connection & VOM::connection::ctx | ( | ) |
Retrun the VAPI context the commands will use.
Definition at line 51 of file connection.cpp.
void VOM::connection::disconnect | ( | ) |
Blocking disconnect.
Definition at line 33 of file connection.cpp.