22 : m_vapi_conn(new
vapi::Connection())
35 m_vapi_conn->disconnect();
44 rv = m_vapi_conn->connect(m_app_name.c_str(),
53 return (*m_vapi_conn);
void connect()
Blocking [re]connect call - always eventually succeeds, or the universe expires.
Class representing a connection to VPP.
void disconnect()
Blocking disconnect.
vapi::Connection & ctx()
Retrun the VAPI context the commands will use.
The VPP Object Model (VOM) library.