3#include "../global.hpp"
4#include "../driver/stream.hpp"
5#include "../driver/image_stream.hpp"
6#include "../driver/point_cloud_stream.hpp"
7#include "../driver/composite_stream.hpp"
21 template <
class STREAMTYPE>
27 template <
class STREAMTYPE>
Handler object for multiple synchronous streams.
Definition decl_multi_stream_handler.hpp:58
Handler object for a single stream.
Definition decl_single_stream_handler.hpp:33
Stream handler for synchronous streams.
Definition decl_stream_handler_base.hpp:91
Convenience classes for asynchronous image acquisition.
Definition decl_multi_stream_handler.hpp:11
std::shared_ptr< ImageStreamHandler > ImageStreamHandlerPtr
Convenience shared pointer for ImageStreamHandler.
Definition async.hpp:46
StreamHandlerBase< CompositeStream > CompositeStreamHandler
Shorthand notation of the composite stream handler.
Definition async.hpp:31
std::shared_ptr< CompositeStreamHandler > CompositeStreamHandlerPtr
Convenience shared pointer for CompositeStreamHandler.
Definition async.hpp:34
AutoRun
Defines the auto run mode for the handler guard.
Definition async.hpp:58
@ Yes
Definition async.hpp:62
@ No
Definition async.hpp:66
std::shared_ptr< PointCloudStreamHandler > PointCloudStreamHandlerPtr
Convenience shared pointer for PointCloudStreamHandler.
Definition async.hpp:40
std::shared_ptr< SingleStreamHandler > SingleStreamHandlerPtr
Convenience shared pointer for SingleStreamHandler.
Definition async.hpp:54
std::shared_ptr< MultiStreamHandler > MultiStreamHandlerPtr
Convenience shared pointer for MultiStreamHandler.
Definition async.hpp:50
StreamHandlerBase< ImageStream > ImageStreamHandler
Shorthand notation of the image stream handler.
Definition async.hpp:43
std::shared_ptr< StreamHandlerBase< STREAMTYPE > > StreamHandlerBasePtr
Convenience shared pointer for GenericMultiStreamHandler.
Definition async.hpp:28
StreamHandlerBase< PointCloudStream > PointCloudStreamHandler
Shorthand notation of the point cloud stream handler.
Definition async.hpp:37
Root namespace for the Image Manager interface.
Definition c_bayer_to_rgb.h:17