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

Declaration of the handler context struct. More...

#include "irsol/types.hpp"
#include <memory>

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.
 

Detailed Description

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.