25 #ifndef INCLUDED_ApplyIMUToState_h_GUID_B896B3E1_97C6_44BE_50CE_EDA075299FED 26 #define INCLUDED_ApplyIMUToState_h_GUID_B896B3E1_97C6_44BE_50CE_EDA075299FED 44 BodyState &state, BodyProcessModel &processModel,
46 CannedIMUMeasurement
const &meas);
49 #endif // INCLUDED_ApplyIMUToState_h_GUID_B896B3E1_97C6_44BE_50CE_EDA075299FED
The main namespace for all C++ elements of the framework, internal and external.
Definition: namespace_osvr.dox:3
::OSVR_TimeValue TimeValue
C++-friendly typedef for the OSVR_TimeValue structure.
Definition: TimeValue.h:48
void applyIMUToState(TrackingSystem const &sys, util::time::TimeValue const &initialTime, BodyState &state, BodyProcessModel &processModel, util::time::TimeValue const &newTime, CannedIMUMeasurement const &meas)
Definition: ApplyIMUToState.cpp:149
Header providing a C++ wrapper around TimeValueC.h.