Public Member Functions | |
| boost::shared_ptr< std::vector < OpenNI2DeviceInfo > > | getConnectedDeviceInfos () |
| boost::shared_ptr< std::vector < std::string > > | getConnectedDeviceURIs () |
| std::size_t | getNumOfConnectedDevices () |
| virtual std::string | getSerial (const std::string Uri) |
| virtual void | onDeviceConnected (const openni::DeviceInfo *pInfo) |
| virtual void | onDeviceDisconnected (const openni::DeviceInfo *pInfo) |
| virtual void | onDeviceStateChanged (const openni::DeviceInfo *pInfo, openni::DeviceState state) |
| OpenNI2DeviceListener () | |
| ~OpenNI2DeviceListener () | |
Public Attributes | |
| boost::mutex | device_mutex_ |
| DeviceSet | device_set_ |
Definition at line 60 of file openni2_device_manager.cpp.
Definition at line 65 of file openni2_device_manager.cpp.
Definition at line 84 of file openni2_device_manager.cpp.
| boost::shared_ptr<std::vector<OpenNI2DeviceInfo> > openni2_wrapper::OpenNI2DeviceListener::getConnectedDeviceInfos | ( | ) | [inline] |
Definition at line 180 of file openni2_device_manager.cpp.
| boost::shared_ptr<std::vector<std::string> > openni2_wrapper::OpenNI2DeviceListener::getConnectedDeviceURIs | ( | ) | [inline] |
Definition at line 163 of file openni2_device_manager.cpp.
| std::size_t openni2_wrapper::OpenNI2DeviceListener::getNumOfConnectedDevices | ( | ) | [inline] |
Definition at line 197 of file openni2_device_manager.cpp.
| virtual std::string openni2_wrapper::OpenNI2DeviceListener::getSerial | ( | const std::string | Uri | ) | [inline, virtual] |
Definition at line 123 of file openni2_device_manager.cpp.
| virtual void openni2_wrapper::OpenNI2DeviceListener::onDeviceConnected | ( | const openni::DeviceInfo * | pInfo | ) | [inline, virtual] |
Definition at line 109 of file openni2_device_manager.cpp.
| virtual void openni2_wrapper::OpenNI2DeviceListener::onDeviceDisconnected | ( | const openni::DeviceInfo * | pInfo | ) | [inline, virtual] |
Definition at line 153 of file openni2_device_manager.cpp.
| virtual void openni2_wrapper::OpenNI2DeviceListener::onDeviceStateChanged | ( | const openni::DeviceInfo * | pInfo, |
| openni::DeviceState | state | ||
| ) | [inline, virtual] |
Definition at line 91 of file openni2_device_manager.cpp.
Definition at line 204 of file openni2_device_manager.cpp.
Definition at line 205 of file openni2_device_manager.cpp.