libfluid
The ONF OpenFlow driver
Public Member Functions | List of all members
fluid_msg::of13::GroupMod Class Reference

#include <of13msg.hh>

Inheritance diagram for fluid_msg::of13::GroupMod:
fluid_msg::OFMsg

Public Member Functions

 GroupMod (uint32_t xid, uint16_t command, uint8_t type, uint32_t group_id)
 
 GroupMod (uint32_t xid, uint16_t command, uint8_t type, uint32_t group_id, std::vector< Bucket > buckets)
 
bool operator== (const GroupMod &other) const
 
bool operator!= (const GroupMod &other) const
 
uint8_t * pack ()
 
of_error unpack (uint8_t *buffer)
 
uint16_t command ()
 
uint8_t type ()
 
uint32_t group_id ()
 
std::vector< Bucketbuckets ()
 
void commmand (uint16_t command)
 
void group_type (uint8_t type)
 
void group_id (uint32_t group_id)
 
void buckets (std::vector< Bucket > buckets)
 
void add_bucket (Bucket bucket)
 
size_t buckets_len ()
 
- Public Member Functions inherited from fluid_msg::OFMsg
 OFMsg (uint8_t version, uint8_t type)
 
 OFMsg (uint8_t version, uint8_t type, uint32_t xid)
 
 OFMsg (uint8_t *buffer)
 
bool operator== (const OFMsg &other) const
 
bool operator!= (const OFMsg &other) const
 
uint8_t version ()
 
uint8_t type ()
 
virtual uint16_t length ()
 
uint32_t xid ()
 
void version (uint8_t version)
 
void msg_type (uint8_t type)
 
void length (uint16_t length)
 
void xid (uint32_t xid)
 

Additional Inherited Members

- Static Public Member Functions inherited from fluid_msg::OFMsg
static void free_buffer (uint8_t *buffer)
 
- Protected Attributes inherited from fluid_msg::OFMsg
uint8_t version_
 
uint8_t type_
 
uint16_t length_
 
uint32_t xid_
 

Detailed Description

OpenFlow 1.3 OFPT_GROUP_MOD message.


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