Created
February 25, 2016 13:34
-
-
Save shihyu/83c6eb2b7526fd06a570 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| class VideoIMUFusion::RunningData | |
| { | |
| public: | |
| private: | |
| FilterState& state() | |
| { | |
| return m_state; | |
| } | |
| FilterState const& state() const | |
| { | |
| return m_state; | |
| } | |
| }; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment