IRSOL
C++ code implementing socket server for interacting with Baumer camera.
handlers.hpp
Go to the documentation of this file.
1#pragma once
2
15
41namespace irsol {
42namespace server {
43
67namespace handlers {}
68}
69}
Declaration of the AssignmentFrameRateHandler class.
Declaration of handlers for assigning camera image size and offset parameters.
Declaration of the AssignmentInputSequenceLengthHandler class.
Declaration of the AssignmentIntegrationTimeHandler class.
Declaration of the CommandAbortHandler class.
Declaration of the CommandGIHandler class.
Declaration of the CommandGISHandler class.
Declaration of the InquiryFrameRateHandler class.
Declaration of handlers for inquiring camera image size and offset parameters.
Declaration of the InquiryInputSequenceLengthHandler class.
Declaration of the InquiryIntegrationTimeHandler class.
Declaration of the LambdaHandler class for protocol message handling.