![]() |
IRSOL
C++ code implementing socket server for interacting with Baumer camera.
|
#include "irsol/server/app.hpp"
#include "irsol/logging.hpp"
#include "irsol/protocol/serialization.hpp"
#include "irsol/server/handlers.hpp"
#include "irsol/utils.hpp"
#include <sstream>
Go to the source code of this file.
Namespaces | |
namespace | irsol |
namespace | irsol::server |
Core server features. TOBE DEFINED FURTHER. | |