FD.io VPP  v18.07.1-19-g511ce25
Vector Packet Processing
VOM::route::ip_route_cmds::update_cmd Class Reference

A command class that creates or updates the route. More...

+ Inheritance diagram for VOM::route::ip_route_cmds::update_cmd:
+ Collaboration diagram for VOM::route::ip_route_cmds::update_cmd:

Public Member Functions

 update_cmd (HW::item< bool > &item, table_id_t id, const prefix_t &prefix, const path_list_t &paths)
 Constructor. More...
 
rc_t issue (connection &con)
 Issue the command to VPP/HW. More...
 
std::string to_string () const
 convert to string format for debug purposes More...
 
bool operator== (const update_cmd &i) const
 Comparison operator - only used for UT. More...
 
- Public Member Functions inherited from VOM::rpc_cmd< HW::item< bool >, vapi::Ip_add_del_route >
 rpc_cmd (HW::item< bool > &item)
 Constructor taking the HW item that will be updated by the command. More...
 
virtual ~rpc_cmd ()
 Desructor. More...
 
HW::item< bool > & item ()
 return the HW item the command updates More...
 
const HW::item< bool > & item () const
 return the const HW item the command updates More...
 
void fulfill (const HW::item< bool > &d)
 Fulfill the commands promise. More...
 
rc_t wait ()
 Wait on the commands promise. More...
 
virtual void succeeded ()
 Called by the HW Command Q when it is disabled to indicate the command can be considered successful without issuing it to HW. More...
 
virtual vapi_error_e operator() (vapi::Ip_add_del_route &reply)
 call operator used as a callback by VAPI when the reply is available More...
 
virtual void retire (connection &con)
 Retire/cancel a long running command. More...
 
- Public Member Functions inherited from VOM::cmd
 cmd ()
 Default constructor. More...
 
virtual ~cmd ()
 Virtual destructor. More...
 

Additional Inherited Members

- Public Types inherited from VOM::rpc_cmd< HW::item< bool >, vapi::Ip_add_del_route >
typedef vapi::Ip_add_del_route msg_t
 convenient typedef More...
 
- Protected Attributes inherited from VOM::rpc_cmd< HW::item< bool >, vapi::Ip_add_del_route >
HW::item< bool > & m_hw_item
 A reference to an object's HW::item that the command will update. More...
 
std::promise< HW::item< bool > > m_promise
 The promise that implements the synchronous issue. More...
 

Detailed Description

A command class that creates or updates the route.

Definition at line 32 of file route_cmds.hpp.

Constructor & Destructor Documentation

VOM::route::ip_route_cmds::update_cmd::update_cmd ( HW::item< bool > &  item,
table_id_t  id,
const prefix_t prefix,
const path_list_t paths 
)

Constructor.

Definition at line 65 of file route_cmds.cpp.

Member Function Documentation

rc_t VOM::route::ip_route_cmds::update_cmd::issue ( connection con)
virtual

Issue the command to VPP/HW.

Implements VOM::cmd.

Definition at line 85 of file route_cmds.cpp.

+ Here is the call graph for this function:

bool VOM::route::ip_route_cmds::update_cmd::operator== ( const update_cmd i) const

Comparison operator - only used for UT.

Definition at line 79 of file route_cmds.cpp.

std::string VOM::route::ip_route_cmds::update_cmd::to_string ( void  ) const
virtual

convert to string format for debug purposes

Implements VOM::cmd.

Definition at line 107 of file route_cmds.cpp.

+ Here is the call graph for this function:


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