FD.io VPP
v21.06-3-gbb25fbf28
Vector Packet Processing
|
The oper state of the interface. More...
Static Public Member Functions | |
static oper_state_t | from_int (uint8_t val) |
Convert VPP's numerical value to enum type. More... | |
Static Public Attributes | |
const static oper_state_t | DOWN |
Operational DOWN state. More... | |
const static oper_state_t | UP |
Operational UP state. More... | |
Additional Inherited Members | |
Public Member Functions inherited from VOM::enum_base< oper_state_t > | |
const std::string & | to_string () const |
convert to string format for debug purposes More... | |
bool | operator== (const enum_base &e) const |
Comparison operator. More... | |
enum_base & | operator= (const enum_base &e) |
Assignment. More... | |
enum_base & | operator|= (const enum_base &e) |
bitwise or assignemnt More... | |
enum_base | operator| (const enum_base &e1) const |
bitwise or More... | |
bool | operator!= (const enum_base &e) const |
Comparison operator. More... | |
operator int () const | |
integer conversion operator More... | |
int | value () const |
Return the value of the enum - same as integer conversion. More... | |
Protected Member Functions inherited from VOM::enum_base< oper_state_t > | |
enum_base (int value, const std::string desc) | |
Constructor of an enum - takes value and string description. More... | |
virtual | ~enum_base () |
Constructor. More... | |
The oper state of the interface.
Definition at line 164 of file interface.hpp.
|
static |
Convert VPP's numerical value to enum type.
Definition at line 104 of file interface_types.cpp.
|
static |
Operational DOWN state.
Definition at line 169 of file interface.hpp.
|
static |
Operational UP state.
Definition at line 173 of file interface.hpp.