IRSOL
C++ code implementing socket server for interacting with Baumer camera.
handlers Directory Reference

Files

 assignment_frame_rate.hpp
 Declaration of the AssignmentFrameRateHandler class.
 
 assignment_image_size.hpp
 Declaration of handlers for assigning camera image size and offset parameters.
 
 assignment_input_sequence_length.hpp
 Declaration of the AssignmentInputSequenceLengthHandler class.
 
 assignment_integration_time.hpp
 Declaration of the AssignmentIntegrationTimeHandler class.
 
 base.hpp
 Base handler templates for protocol message processing.
 
 command_abort.hpp
 Declaration of the CommandAbortHandler class.
 
 command_gi.hpp
 Declaration of the CommandGIHandler class.
 
 command_gi_base.hpp
 Declaration of the CommandGIBaseHandler class.
 
 command_gis.hpp
 Declaration of the CommandGISHandler class.
 
 context.hpp
 Declaration of the handler context struct.
 
 factory.hpp
 Factory utilities for constructing handler instances.
 
 inquiry_frame_rate.hpp
 Declaration of the InquiryFrameRateHandler class.
 
 inquiry_image_size.hpp
 Declaration of handlers for inquiring camera image size and offset parameters.
 
 inquiry_input_sequence_length.hpp
 Declaration of the InquiryInputSequenceLengthHandler class.
 
 inquiry_integration_time.hpp
 Declaration of the InquiryIntegrationTimeHandler class.
 
 lambda_handler.hpp
 Declaration of the LambdaHandler class for protocol message handling.