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