![]() |
IRSOL
C++ code implementing socket server for interacting with Baumer camera.
|
Declaration of the handler context struct. More...
Go to the source code of this file.
Classes | |
struct | irsol::server::handlers::Context |
Context object passed to all handler classes. 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 handler context struct.
Defines the irsol::server::handlers::Context struct, which provides utility methods and access to the application instance for handler classes.
This context is passed to all handler classes and provides methods to retrieve client sessions and broadcast messages to clients.
Definition in file context.hpp.