Classes | |
| class | Rs2ColorStream |
| class | Rs2DepthStream |
| class | Rs2Device |
| class | Rs2Driver |
| class | Rs2Error |
| class | Rs2InfraredStream |
| class | Rs2Stream |
| struct | Rs2StreamProfileInfo |
Typedefs | |
| typedef std::mutex | Rs2Mutex |
| typedef std::lock_guard< std::mutex > | Rs2ScopedMutex |
Functions | |
| OniPixelFormat | convertPixelFormat (rs2_format type) |
| rs2_format | convertPixelFormat (OniPixelFormat type) |
| OniSensorType | convertStreamType (rs2_stream type) |
| rs2_stream | convertStreamType (OniSensorType type) |
| int | getPixelFormatBytes (rs2_format type) |
| bool | isSupportedPixelFormat (rs2_format type) |
| bool | isSupportedStreamType (rs2_stream type) |
| ONI_EXPORT_DRIVER (Rs2Driver) | |
| typedef std::mutex oni::driver::Rs2Mutex |
| typedef std::lock_guard<std::mutex> oni::driver::Rs2ScopedMutex |
| OniPixelFormat oni::driver::convertPixelFormat | ( | rs2_format | type | ) |
Definition at line 76 of file Rs2Base.cpp.
| rs2_format oni::driver::convertPixelFormat | ( | OniPixelFormat | type | ) |
Definition at line 91 of file Rs2Base.cpp.
| OniSensorType oni::driver::convertStreamType | ( | rs2_stream | type | ) |
Definition at line 19 of file Rs2Base.cpp.
| rs2_stream oni::driver::convertStreamType | ( | OniSensorType | type | ) |
Definition at line 32 of file Rs2Base.cpp.
| int oni::driver::getPixelFormatBytes | ( | rs2_format | type | ) |
Definition at line 61 of file Rs2Base.cpp.
| bool oni::driver::isSupportedPixelFormat | ( | rs2_format | type | ) |
Definition at line 47 of file Rs2Base.cpp.
| bool oni::driver::isSupportedStreamType | ( | rs2_stream | type | ) |
Definition at line 7 of file Rs2Base.cpp.
| oni::driver::ONI_EXPORT_DRIVER | ( | Rs2Driver | ) |