#include <profile.h>
Public Member Functions | |
stream_profiles | get_active_streams () const |
std::shared_ptr< device_interface > | get_device () |
profile (std::shared_ptr< device_interface > dev, util::config config, const std::string &file="") | |
Public Attributes | |
util::config::multistream | _multistream |
Private Attributes | |
std::shared_ptr< device_interface > | _dev |
std::string | _to_file |
profile::profile | ( | std::shared_ptr< device_interface > | dev, |
util::config | config, | ||
const std::string & | file = "" |
||
) |
Definition at line 12 of file profile.cpp.
stream_profiles profile::get_active_streams | ( | ) | const |
Definition at line 41 of file profile.cpp.
std::shared_ptr< device_interface > profile::get_device | ( | ) |
Definition at line 27 of file profile.cpp.
|
private |
util::config::multistream librealsense::pipeline::profile::_multistream |
|
private |