Intel® RealSense™ Cross Platform API
Intel Realsense Cross-platform API
Public Member Functions | List of all members
librealsense::pose_stream_profile Class Reference

#include <stream.h>

Inheritance diagram for librealsense::pose_stream_profile:
librealsense::pose_stream_profile_interface librealsense::stream_profile_base librealsense::extension_snapshot librealsense::stream_profile_interface librealsense::stream_profile_interface librealsense::backend_stream_profile librealsense::stream_interface librealsense::recordable< stream_profile_interface > librealsense::stream_interface librealsense::recordable< stream_profile_interface >

Public Member Functions

 pose_stream_profile (platform::stream_profile sp)
 
void update (std::shared_ptr< extension_snapshot > ext) override
 
- Public Member Functions inherited from librealsense::stream_interface
virtual ~stream_interface ()=default
 
- Public Member Functions inherited from librealsense::recordable< stream_profile_interface >
virtual ~recordable ()=default
 
- Public Member Functions inherited from librealsense::stream_profile_base
 stream_profile_base (platform::stream_profile sp)
 
int get_stream_index () const override
 
void set_stream_index (int index) override
 
rs2_stream get_stream_type () const override
 
void set_stream_type (rs2_stream stream) override
 
rs2_format get_format () const override
 
void set_format (rs2_format format) override
 
uint32_t get_framerate () const override
 
void set_framerate (uint32_t val) override
 
bool is_default () const override
 
void make_default () override
 
int get_unique_id () const override
 
void set_unique_id (int uid) override
 
std::shared_ptr< stream_profile_interfaceclone () const override
 
rs2_stream_profileget_c_wrapper () const override
 
void set_c_wrapper (rs2_stream_profile *wrapper) override
 
void create_snapshot (std::shared_ptr< stream_profile_interface > &snapshot) const override
 
void enable_recording (std::function< void(const stream_profile_interface &)> record_action) override
 
- Public Member Functions inherited from librealsense::backend_stream_profile
 backend_stream_profile (platform::stream_profile sp)
 
platform::stream_profile get_backend_profile () const
 
virtual ~backend_stream_profile ()=default
 
- Public Member Functions inherited from librealsense::extension_snapshot
virtual ~extension_snapshot ()=default
 

Constructor & Destructor Documentation

◆ pose_stream_profile()

librealsense::pose_stream_profile::pose_stream_profile ( platform::stream_profile  sp)
inlineexplicit

Member Function Documentation

◆ update()

void librealsense::pose_stream_profile::update ( std::shared_ptr< extension_snapshot ext)
inlineoverridevirtual

The documentation for this class was generated from the following file: