| 186 | } |
| 187 | |
| 188 | DumpPacketPipeline::~DumpPacketPipeline() {} |
| 189 | |
| 190 | const unsigned char* DumpPacketPipeline::getDepthP0Tables(size_t* length) { |
| 191 | *length = sizeof(libfreenect2::protocol::P0TablesResponse); |
nothing calls this directly
no outgoing calls
no test coverage detected