![]() |
IRSOL
C++ code implementing socket server for interacting with Baumer camera.
|
Declaration of the LambdaHandler class for protocol message handling. More...
Go to the source code of this file.
Classes | |
class | irsol::server::handlers::LambdaHandler< T, > |
Handler class that delegates protocol message processing to a lambda or callable. 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 LambdaHandler class for protocol message handling.
Defines the irsol::server::handlers::LambdaHandler class, which allows protocol message handlers to be implemented as lambda functions or other callable objects.
LambdaHandler is ideal for situations where:
LambdaHandler is especially useful for:
Example usage:
Definition in file lambda_handler.hpp.