MCPcopy Create free account
hub / github.com/OSVR/OSVR-Core / DummyDevice

Method DummyDevice

tests/plugins/com_osvr_example_NullDevice.cpp:40–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38class DummyDevice {
39 public:
40 DummyDevice() { std::cout << "Constructing dummy device" << std::endl; }
41
42 ~DummyDevice() { std::cout << "Destroying dummy device" << std::endl; }
43

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected