![]() |
IRSOL
C++ code implementing socket server for interacting with Baumer camera.
|
Declaration of the CommandAbortHandler class. More...
#include "irsol/server/handlers/base.hpp"
Go to the source code of this file.
Classes | |
class | irsol::server::handlers::CommandAbortHandler |
Handler for aborting ongoing operations for a client session. More... | |
Namespaces | |
namespace | irsol |
namespace | irsol::server |
Core server features. TOBE DEFINED FURTHER. | |
namespace | irsol::server::handlers |
Contains all logic for dispatching and implementing protocol message handlers. | |
Declaration of the CommandAbortHandler class.
Defines the irsol::server::handlers::CommandAbortHandler class, which handles abort
irsol::protocol::Command from clients.
Definition in file command_abort.hpp.