FD.io VPP  v19.08-27-gf4dcae4
Vector Packet Processing
VOM::ACL::binding_cmds::bind_cmd< BIND > Class Template Reference

A command class that binds the ACL to the interface. More...

+ Inheritance diagram for VOM::ACL::binding_cmds::bind_cmd< BIND >:
+ Collaboration diagram for VOM::ACL::binding_cmds::bind_cmd< BIND >:

Public Member Functions

 bind_cmd (HW::item< bool > &item, const direction_t &direction, const handle_t &itf, const handle_t &acl)
 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 bind_cmd &other) const
 Comparison operator - only used for UT. More...
 
- Public Member Functions inherited from VOM::rpc_cmd< HW::item< bool >, BIND >
 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() (BIND &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 >, BIND >
typedef BIND msg_t
 convenient typedef More...
 
- Protected Attributes inherited from VOM::rpc_cmd< HW::item< bool >, BIND >
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

template<typename BIND>
class VOM::ACL::binding_cmds::bind_cmd< BIND >

A command class that binds the ACL to the interface.

Definition at line 32 of file acl_binding_cmds.hpp.

Constructor & Destructor Documentation

template<typename BIND >
VOM::ACL::binding_cmds::bind_cmd< BIND >::bind_cmd ( HW::item< bool > &  item,
const direction_t direction,
const handle_t itf,
const handle_t acl 
)
inline

Constructor.

Definition at line 38 of file acl_binding_cmds.hpp.

+ Here is the call graph for this function:

Member Function Documentation

rc_t VOM::ACL::binding_cmds::l2_bind_cmd::issue ( connection con)
virtual

Issue the command to VPP/HW.

Implements VOM::cmd.

Definition at line 25 of file acl_binding_cmds.cpp.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

template<typename BIND >
bool VOM::ACL::binding_cmds::bind_cmd< BIND >::operator== ( const bind_cmd< BIND > &  other) const
inline

Comparison operator - only used for UT.

Definition at line 62 of file acl_binding_cmds.hpp.

std::string VOM::ACL::binding_cmds::l2_bind_cmd::to_string ( void  ) const
virtual

convert to string format for debug purposes

Implements VOM::cmd.

Definition at line 42 of file acl_binding_cmds.cpp.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:


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