Error codes that VPP will return during a HW write.
More...
Error codes that VPP will return during a HW write.
Definition at line 89 of file types.hpp.
◆ ~rc_t()
◆ from_vpp_retval()
const rc_t & VOM::rc_t::from_vpp_retval |
( |
int32_t |
rv | ) |
|
|
static |
Get the rc_t from the VPP API value.
Definition at line 33 of file types.cpp.
◆ INVALID
const rc_t VOM::rc_t::INVALID |
|
static |
HW write reported invalid input.
Definition at line 114 of file types.hpp.
◆ NOOP
const rc_t VOM::rc_t::NOOP |
|
static |
The HW write/update action was/has not been attempted.
Definition at line 104 of file types.hpp.
◆ OK
The HW write was successfull.
Definition at line 109 of file types.hpp.
◆ TIMEOUT
const rc_t VOM::rc_t::TIMEOUT |
|
static |
HW write timedout - VPP did not respond within a timely manner.
Definition at line 119 of file types.hpp.
◆ UNSET
const rc_t VOM::rc_t::UNSET |
|
static |
The value un-set.
Definition at line 99 of file types.hpp.
The documentation for this struct was generated from the following files: