libfluid
The ONF OpenFlow driver
Public Member Functions | List of all members
fluid_msg::of13::TableStats Class Reference
Inheritance diagram for fluid_msg::of13::TableStats:
fluid_msg::TableStatsCommon

Public Member Functions

 TableStats (uint8_t table_id, uint32_t active_count, uint64_t lookup_count, uint64_t matched_count)
 
size_t pack (uint8_t *buffer)
 
of_error unpack (uint8_t *buffer)
 
- Public Member Functions inherited from fluid_msg::TableStatsCommon
 TableStatsCommon (uint8_t table_id, uint32_t active_count, uint64_t lookup_count, uint64_t matched_count)
 
bool operator== (const TableStatsCommon &other) const
 
bool operator!= (const TableStatsCommon &other) const
 
uint8_t table_id ()
 
uint32_t active_count ()
 
uint64_t lookup_count ()
 
uint64_t matched_count ()
 
void table_id (uint8_t table_id)
 
void active_count (uint32_t active_count)
 
void lookup_count (uint64_t lookup_count)
 
void matched_count (uint64_t matched_count)
 

Additional Inherited Members

- Protected Attributes inherited from fluid_msg::TableStatsCommon
uint8_t table_id_
 
uint32_t active_count_
 
uint64_t lookup_count_
 
uint64_t matched_count_
 

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