| 60 | OSVR_ChannelCount m_sensor; |
| 61 | }; |
| 62 | const char *DirectionRecord::identifier() { |
| 63 | return "com.osvr.direction.directionrecord"; |
| 64 | } |
| 65 | } // namespace messages |
| 66 | |
| 67 | shared_ptr<DirectionComponent> |
nothing calls this directly
no outgoing calls
no test coverage detected