Intel® RealSense™ Cross Platform API
Intel Realsense Cross-platform API
|
#include <extension.h>
Public Member Functions | |
virtual void | update (std::shared_ptr< extension_snapshot > ext)=0 |
virtual | ~extension_snapshot ()=default |
Extensions' snapshots implementations are expected to derive from this class in addition to the actual extensions' interfaces. Extensions are not expected to derive from this class.
|
virtualdefault |
|
pure virtual |
Implemented in librealsense::depth_stereo_sensor_snapshot, librealsense::depth_sensor_snapshot, librealsense::pose_stream_profile, librealsense::motion_stream_profile, librealsense::video_stream_profile, librealsense::options_container, librealsense::const_value_option, and librealsense::info_container.