IRSOL
C++ code implementing socket server for interacting with Baumer camera.
server.hpp
Go to the documentation of this file.
1#pragma once
2
7
8namespace irsol {
22namespace server {}
23}
Main server application managing client connections and camera streaming.
Message routing layer between protocol and application logic.