|
class | cmd_q |
| The pipe to VPP into which we write the commands. More...
|
|
class | item |
| A HW::item is data that is either to be written to or read from VPP/HW. More...
|
|
Definition at line 33 of file hw.hpp.
void VOM::HW::connect |
( |
| ) |
|
|
static |
Blocking Connect to VPP.
Definition at line 207 of file hw.cpp.
void VOM::HW::enqueue |
( |
cmd * |
f | ) |
|
|
static |
Enqueue A command for execution.
Definition at line 189 of file hw.cpp.
void VOM::HW::enqueue |
( |
std::shared_ptr< cmd > |
c | ) |
|
|
static |
Enqueue A command for execution.
Definition at line 195 of file hw.cpp.
void VOM::HW::enqueue |
( |
std::queue< cmd * > & |
c | ) |
|
|
static |
Enqueue A set of commands for execution.
Definition at line 201 of file hw.cpp.
Initialise the HW connection to VPP - the UT version passing a mock Q.
Initialse the connection to VPP.
Definition at line 174 of file hw.cpp.
Initialise the HW.
Initialse the connection to VPP.
Definition at line 183 of file hw.cpp.
Blocking pool of the HW connection.
Definition at line 231 of file hw.cpp.
Write/Execute all commands hitherto enqueued.
Definition at line 225 of file hw.cpp.
Only the OM can enable/disable HW.
Definition at line 345 of file hw.hpp.
The documentation for this class was generated from the following files: