libfluid
The ONF OpenFlow driver
Public Member Functions | Static Public Member Functions | Protected Attributes | List of all members
fluid_msg::of13::Instruction Class Reference
Inheritance diagram for fluid_msg::of13::Instruction:
fluid_msg::of13::ApplyActions fluid_msg::of13::ClearActions fluid_msg::of13::GoToTable fluid_msg::of13::InstructionExperimenter fluid_msg::of13::Meter fluid_msg::of13::WriteActions fluid_msg::of13::WriteMetadata

Public Member Functions

 Instruction (uint16_t type, uint16_t length)
 
virtual bool equals (const Instruction &other)
 
virtual bool operator== (const Instruction &other) const
 
virtual bool operator!= (const Instruction &other) const
 
virtual uint16_t set_order () const
 
virtual Instructionclone ()
 
virtual size_t pack (uint8_t *buffer)
 
virtual of_error unpack (uint8_t *buffer)
 
uint16_t type ()
 
uint16_t length ()
 
void type (uint16_t type)
 
void length (uint16_t length)
 

Static Public Member Functions

static Instructionmake_instruction (uint16_t type)
 

Protected Attributes

uint16_t type_
 
uint16_t length_
 

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