| 107 | } |
| 108 | |
| 109 | void DepthPacketProcessor::setConfiguration(const libfreenect2::DepthPacketProcessor::Config &config) |
| 110 | { |
| 111 | config_ = config; |
| 112 | } |
| 113 | |
| 114 | void DepthPacketProcessor::setFrameListener(libfreenect2::FrameListener *listener) |
| 115 | { |
nothing calls this directly
no outgoing calls
no test coverage detected