|
void | close () override |
|
virtual void | create_snapshot (std::shared_ptr< pose_sensor_interface > &snapshot) const override |
|
virtual void | create_snapshot (std::shared_ptr< wheel_odometry_interface > &snapshot) const override |
|
void | disable_loopback () |
|
void | dispose () |
|
void | enable_loopback (std::shared_ptr< playback_device > input) |
|
virtual void | enable_recording (std::function< void(const pose_sensor_interface &)> record_action) override |
|
virtual void | enable_recording (std::function< void(const wheel_odometry_interface &)> record_action) override |
|
bool | export_relocalization_map (std::vector< uint8_t > &lmap_buf) const override |
|
float | get_exposure () const |
|
rs2_extrinsics | get_extrinsics (const stream_profile_interface &profile, int sensor_id) const |
|
float | get_gain () const |
|
rs2_intrinsics | get_intrinsics (const stream_profile &profile) const override |
|
rs2_motion_device_intrinsic | get_motion_intrinsics (const motion_stream_profile_interface &profile) const |
|
bool | get_static_node (const std::string &guid, float3 &pos, float4 &orient_quat) const override |
|
t265::sensor_temperature | get_temperature (int sensor_id) |
|
bool | import_relocalization_map (const std::vector< uint8_t > &lmap_buf) const override |
|
stream_profiles | init_stream_profiles () override |
|
bool | is_loopback_enabled () const |
|
bool | is_manual_exposure () const |
|
bool | load_wheel_odometery_config (const std::vector< uint8_t > &odometry_config_buf) const override |
|
void | open (const stream_profiles &requests) override |
|
async_op_state | perform_async_transfer (std::function< bool()> transfer_activator, std::function< void()> on_success, const std::string &op_description) const |
|
bool | remove_static_node (const std::string &guid) const override |
|
void | reset_to_factory_calibration () override |
|
bool | send_wheel_odometry (uint8_t wo_sensor_id, uint32_t frame_num, const float3 &translational_velocity) const override |
|
void | set_exposure (float value) |
|
void | set_exposure_and_gain (float exposure_ms, float gain) |
|
void | set_extrinsics (const stream_profile_interface &from_profile, const stream_profile_interface &to_profile, const rs2_extrinsics &extr) override |
|
void | set_extrinsics_to_ref (rs2_stream stream_type, int stream_index, const rs2_extrinsics &extr) |
|
void | set_gain (float value) |
|
void | set_intrinsics (const stream_profile_interface &stream_profile, const rs2_intrinsics &intr) override |
|
void | set_manual_exposure (bool manual) |
|
void | set_motion_device_intrinsics (const stream_profile_interface &stream_profile, const rs2_motion_device_intrinsic &intr) override |
|
bool | set_static_node (const std::string &guid, const float3 &pos, const float4 &orient_quat) const override |
|
void | start (frame_callback_ptr callback) override |
|
void | stop () override |
|
| tm2_sensor (tm2_device *owner) |
|
void | write_calibration () override |
|
virtual | ~tm2_sensor () |
|
rs2_format | fourcc_to_rs2_format (uint32_t format) const |
|
rs2_stream | fourcc_to_rs2_stream (uint32_t fourcc_format) const |
|
stream_profiles | get_active_streams () const override |
|
device_interface & | get_device () override |
|
std::shared_ptr< std::map< uint32_t, rs2_format > > & | get_fourcc_to_rs2_format_map () |
|
std::shared_ptr< std::map< uint32_t, rs2_stream > > & | get_fourcc_to_rs2_stream_map () |
|
virtual frame_callback_ptr | get_frames_callback () const override |
|
const std::string & | get_info (rs2_camera_info info) const override |
|
notifications_callback_ptr | get_notifications_callback () const override |
|
virtual std::shared_ptr< notifications_processor > | get_notifications_processor () const |
|
processing_blocks | get_recommended_processing_blocks () const override |
|
stream_profiles | get_stream_profiles (int tag=profile_tag::PROFILE_TAG_ANY) const override |
|
virtual bool | is_opened () const |
|
bool | is_streaming () const override |
|
int | register_before_streaming_changes_callback (std::function< void(bool)> callback) override |
|
virtual void | register_metadata (rs2_frame_metadata_value metadata, std::shared_ptr< md_attribute_parser_base > metadata_parser) const |
|
void | register_notifications_callback (notifications_callback_ptr callback) override |
|
void | register_on_open (on_open callback) |
|
| sensor_base (std::string name, device *device, recommended_proccesing_blocks_interface *owner) |
|
virtual void | set_frames_callback (frame_callback_ptr callback) override |
|
void | set_source_owner (sensor_base *owner) |
|
bool | supports_info (rs2_camera_info info) const override |
|
void | unregister_before_start_callback (int token) override |
|
virtual | ~sensor_base () override |
|
virtual | ~sensor_interface ()=default |
|
virtual | ~info_interface ()=default |
|
virtual | ~recordable ()=default |
|
virtual | ~options_interface ()=default |
|
virtual | ~recordable ()=default |
|
virtual | ~recommended_proccesing_blocks_interface ()=default |
|
void | create_snapshot (std::shared_ptr< options_interface > &snapshot) const override |
|
void | enable_recording (std::function< void(const options_interface &)> record_action) override |
|
option & | get_option (rs2_option id) override |
|
const option & | get_option (rs2_option id) const override |
|
std::shared_ptr< option > | get_option_handler (rs2_option id) |
|
std::shared_ptr< option > | get_option_handler (rs2_option id) const |
|
virtual const char * | get_option_name (rs2_option option) const override |
|
std::vector< rs2_option > | get_supported_options () const override |
|
void | register_option (rs2_option id, std::shared_ptr< option > option) |
|
bool | supports_option (rs2_option id) const override |
|
void | unregister_option (rs2_option id) |
|
void | update (std::shared_ptr< extension_snapshot > ext) override |
|
virtual | ~extension_snapshot ()=default |
|
void | create_snapshot (std::shared_ptr< info_interface > &snapshot) const override |
|
void | enable_recording (std::function< void(const info_interface &)> record_action) override |
|
void | register_info (rs2_camera_info info, const std::string &val) |
|
void | update (std::shared_ptr< extension_snapshot > ext) override |
|
void | update_info (rs2_camera_info info, const std::string &val) |
|
virtual void | create_snapshot (std::shared_ptr< recommended_proccesing_blocks_interface > &snapshot) const override |
|
virtual void | enable_recording (std::function< void(const recommended_proccesing_blocks_interface &)> recording_function) override |
|
| recommended_proccesing_blocks_base (recommended_proccesing_blocks_interface *owner) |
|
virtual | ~recordable ()=default |
|
virtual | ~wheel_odometry_interface ()=default |
|
virtual | ~recordable ()=default |
|
virtual | ~pose_sensor_interface ()=default |
|
virtual | ~recordable ()=default |
|
Definition at line 81 of file tm-device.h.