#include <rs_internal.hpp>
Definition at line 260 of file rs_internal.hpp.
rs2::software_device::software_device |
( |
std::string |
name | ) |
|
|
inline |
Add software sensor with given name to the software device.
- Parameters
-
[in] | name | the name of the sensor |
Definition at line 290 of file rs_internal.hpp.
Add software device to existing context. Any future queries on the context will return this device. This operation cannot be undone (except for destroying the context)
- Parameters
-
[in] | ctx | context to add the device to |
Definition at line 321 of file rs_internal.hpp.
Set the wanted matcher type that will be used by the syncer
- Parameters
-
Definition at line 358 of file rs_internal.hpp.
Add a new camera info value, like serial number
- Parameters
-
[in] | info | Identifier of the camera info type |
[in] | val | string value to set to this camera info type |
Definition at line 334 of file rs_internal.hpp.
template<class T >
void rs2::software_device::set_destruction_callback |
( |
T |
callback | ) |
const |
|
inline |
Register destruction callback
- Parameters
-
[in] | callback | destruction callback |
Definition at line 306 of file rs_internal.hpp.
Update an existing camera info value, like serial number
- Parameters
-
[in] | info | Identifier of the camera info type |
[in] | val | string value to set to this camera info type |
Definition at line 347 of file rs_internal.hpp.
The documentation for this class was generated from the following file: