MCPcopy Create free account
hub / github.com/OpenKinect/libfreenect2 / Device

Class Device

src/openni2/VideoStream.hpp:37–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35namespace Freenect2Driver
36{
37 class Device : public oni::driver::DeviceBase
38 {
39 public:
40 virtual void start() = 0;
41 virtual void stop() = 0;
42 };
43
44 class VideoStream : public oni::driver::StreamBase
45 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected