Basic input handler for protocol implementations.
More...
#include <BasicInputHandler.h>
Basic input handler for protocol implementations.
◆ _CommandExit()
void BasicInputHandler::_CommandExit |
( |
| ) |
|
|
protected |
Implementation of the command COMMAND_EXIT.
◆ _CommandStatus()
void BasicInputHandler::_CommandStatus |
( |
std::string |
input | ) |
|
|
protectedvirtual |
Implementation of the command COMMAND_STATUS.
◆ basicHandleCommand()
void BasicInputHandler::basicHandleCommand |
( |
char * |
cmdIn | ) |
|
Realizes basic command handling.
◆ handleCommand()
void BasicInputHandler::handleCommand |
( |
char * |
cmdIn | ) |
|
|
virtual |
Realizes extended command handling.
◆ handleCommandFI()
void BasicInputHandler::handleCommandFI |
( |
char * |
cmdIn | ) |
|
|
virtual |
Realizes FI command handling.
◆ runLoop()
void BasicInputHandler::runLoop |
( |
| ) |
|
Obtains and handles in an infinite loop incoming commands.
Reads Commands from STDIN and initiates a command handling.
◆ _run
bool BasicInputHandler::_run = true |
|
protected |
Indicates whether the InputHandler is active or not.
◆ bpierr
◆ bpiout
◆ protocol
The documentation for this class was generated from the following files: