| 56 | public: |
| 57 | struct Options { |
| 58 | Options() |
| 59 | : reportPose(false), reportPosition(false), |
| 60 | reportOrientation(false) {} |
| 61 | bool reportPose; |
| 62 | bool reportPosition; |
| 63 | bool reportOrientation; |
nothing calls this directly
no outgoing calls
no test coverage detected