#include <rs_context.hpp>
Definition at line 13 of file rs_context.hpp.
device_list rs2::event_information::get_new_devices |
( |
| ) |
const |
|
inline |
returns a list of all newly connected devices
- Returns
- the list of all new connected devices
Definition at line 57 of file rs_context.hpp.
bool rs2::event_information::was_added |
( |
const rs2::device & |
dev | ) |
const |
|
inline |
check if a specific device was added
- Returns
- true if device added, false otherwise
Definition at line 40 of file rs_context.hpp.
bool rs2::event_information::was_removed |
( |
const rs2::device & |
dev | ) |
const |
|
inline |
check if a specific device was disconnected
- Returns
- true if device disconnected, false if device connected
Definition at line 23 of file rs_context.hpp.
The documentation for this class was generated from the following file: