![]() |
IRSOL
C++ code implementing socket server for interacting with Baumer camera.
|
Demonstrates creation, registration, and dispatch of handlers using irsol::server::handlers::MessageHandler. More...
Go to the source code of this file.
Classes | |
| class | MyAssignmentHandler |
| Example custom handler for Assignment messages. More... | |
Macros | |
| #define | PROGRAM_NAME "message-handlers-demo" |
Functions | |
| const std::string | getProgramName () |
Returns the program name, typically used for logging. If PROGRAM_NAME is not defined at compile time, returns "message-handlers-demo". | |
| void | demoHandlers () |
| Demonstrates handler creation, registration, and dispatch. | |
| int | main () |
| Main entry point for the handler demo application. | |
Demonstrates creation, registration, and dispatch of handlers using irsol::server::handlers::MessageHandler.
Definition in file main.cpp.
| #define PROGRAM_NAME "message-handlers-demo" |
| void demoHandlers | ( | ) |
Demonstrates handler creation, registration, and dispatch.
Definition at line 57 of file main.cpp.
| const std::string getProgramName | ( | ) |
| int main | ( | ) |
Main entry point for the handler demo application.
Definition at line 95 of file main.cpp.