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

Declaration of the CommandGIBaseHandler class. More...

Go to the source code of this file.

Classes

class  irsol::server::handlers::internal::CommandGIBaseHandler
 Base handler for frame acquisition commands (gi, gis). 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.
 
namespace  irsol::server::handlers::internal
 

Detailed Description

Declaration of the CommandGIBaseHandler class.

Defines the irsol::server::handlers::internal::CommandGIBaseHandler class, which provides common logic for handling frame acquisition commands.

See also
irsol::server::handlers::CommandGIHandler
irsol::server::handlers::CommandGISHandler

Definition in file command_gi_base.hpp.