Revised OpenFlow Library  v0.6.0dev
 All Classes Files Functions Variables Friends Groups Pages
Public Member Functions | Friends | List of all members
rofl::openflow::cofaction_set_tp_dst Class Reference

Public Member Functions

 cofaction_set_tp_dst (uint8_t ofp_version=rofl::openflow::OFP_VERSION_UNKNOWN, uint16_t tp_dst=0)
 
 cofaction_set_tp_dst (const cofaction_set_tp_dst &action)
 
cofaction_set_tp_dstoperator= (const cofaction_set_tp_dst &action)
 
void set_tp_dst (uint16_t tp_dst)
 
uint16_t get_tp_dst () const
 
virtual size_t length () const
 
virtual void pack (uint8_t *buf, size_t buflen)
 
virtual void unpack (uint8_t *buf, size_t buflen)
 
- Public Member Functions inherited from rofl::openflow::cofaction
 cofaction (uint8_t ofp_version=rofl::openflow::OFP_VERSION_UNKNOWN, uint16_t type=0)
 
 cofaction (const cofaction &action)
 
cofactionoperator= (const cofaction &action)
 
virtual void check_prerequisites () const
 
uint8_t get_version () const
 
void set_version (uint8_t ofp_version)
 
uint16_t get_type () const
 
void set_type (uint16_t type)
 
uint16_t get_length () const
 
void set_length (uint16_t len)
 

Friends

std::ostream & operator<< (std::ostream &os, const cofaction_set_tp_dst &action)
 

Additional Inherited Members

- Static Public Member Functions inherited from rofl::openflow::cofaction
static std::ostream & dump (std::ostream &os, const cofaction &action)
 
Inheritance diagram for rofl::openflow::cofaction_set_tp_dst:
rofl::openflow::cofaction

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