IRSOL
C++ code implementing socket server for interacting with Baumer camera.
command_abort.hpp File Reference

Declaration of the CommandAbortHandler class. More...

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.
 

Detailed Description

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.