A means to inspect the state VPP has built, in total, and per-client.
More...
A means to inspect the state VPP has built, in total, and per-client.
Definition at line 30 of file inspect.hpp.
VOM::inspect::inspect |
( |
| ) |
|
|
default |
VOM::inspect::~inspect |
( |
| ) |
|
|
default |
Destructor to tidyup socket resources.
void VOM::inspect::handle_input |
( |
const std::string & |
input, |
|
|
std::ostream & |
output |
|
) |
| |
handle input from the requester
- Parameters
-
input | command |
output | output |
Definition at line 32 of file inspect.cpp.
void VOM::inspect::register_handler |
( |
const std::vector< std::string > & |
cmds, |
|
|
const std::string & |
help, |
|
|
command_handler * |
ch |
|
) |
| |
|
static |
Register a command handler for inspection.
Definition at line 85 of file inspect.cpp.
The documentation for this class was generated from the following files: