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

Class Options

apps/osvr_print_tree.cpp:49–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47#include <chrono>
48
49struct Options {
50 bool showAliasSource;
51 bool showAliasPriority;
52 bool showDeviceDetails;
53 bool showDeviceDescriptor;
54 bool showSensors;
55 bool showStringData;
56};
57
58class TreeNodePrinter : public boost::static_visitor<>, boost::noncopyable {
59 public:

Callers 2

mainFunction · 0.50
mainFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected