Skip to content

Instantly share code, notes, and snippets.

@shihyu
Created February 25, 2016 13:34
Show Gist options
  • Select an option

  • Save shihyu/83c6eb2b7526fd06a570 to your computer and use it in GitHub Desktop.

Select an option

Save shihyu/83c6eb2b7526fd06a570 to your computer and use it in GitHub Desktop.
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