![]() |
IRSOL
C++ code implementing socket server for interacting with Baumer camera.
|
Encapsulates all per-client data used during a session's lifetime. More...
#include <state.hpp>
Public Attributes | |
FrameListeningState | frameListeningState {} |
Client-specific state for image frame listening, including parameters and worker thread. | |
Encapsulates all per-client data used during a session's lifetime.
This struct holds all session-specific state for a connected client, including:
It is owned and accessed by the irsol::server::ClientSession class and should not be shared across sessions. All socket communication and dynamic client behavior is coordinated via this structure.
FrameListeningState irsol::server::internal::UserSessionData::frameListeningState {} |