|
WSF
|
Stores the state of an entity. More...
#include <WsfExtEntityDeadReckon.hpp>
Public Member Functions | |
| DR_State () | |
| void | LoadFromPlatform (double aSimTime, WsfPlatform &aPlatform) |
| void | Extrapolate (double aDeltaTime, WsfPlatform &aPlatform, DR_State &aExtrapState) |
Public Attributes | |
| double | mLocationWCS [3] |
| double | mVelocityWCS [3] |
| double | mAccelerationWCS [3] |
| double | mOrientationWCS [3] |
| double | mPastOrientationWCS [3] |
| double | mAngularRateWCS [3] |
| double | mPastAngularRateWCS [3] |
Stores the state of an entity.
| WsfExtEntityDeadReckon::DR_State::DR_State | ( | ) |
References mAccelerationWCS, mAngularRateWCS, mLocationWCS, mOrientationWCS, mPastAngularRateWCS, mPastOrientationWCS, and mVelocityWCS.
Referenced by Extrapolate().
| void WsfExtEntityDeadReckon::DR_State::Extrapolate | ( | double | aDeltaTime, |
| WsfPlatform & | aPlatform, | ||
| DR_State & | aExtrapState ) |
References DR_State(), mAccelerationWCS, mAngularRateWCS, mLocationWCS, mOrientationWCS, and mVelocityWCS.
| void WsfExtEntityDeadReckon::DR_State::LoadFromPlatform | ( | double | aSimTime, |
| WsfPlatform & | aPlatform ) |
| double WsfExtEntityDeadReckon::DR_State::mAccelerationWCS[3] |
| double WsfExtEntityDeadReckon::DR_State::mAngularRateWCS[3] |
Referenced by DR_State(), Extrapolate(), LoadFromPlatform(), and WsfDisPlatform::MoverUpdated().
| double WsfExtEntityDeadReckon::DR_State::mLocationWCS[3] |
| double WsfExtEntityDeadReckon::DR_State::mOrientationWCS[3] |
| double WsfExtEntityDeadReckon::DR_State::mPastAngularRateWCS[3] |
Referenced by DR_State().
| double WsfExtEntityDeadReckon::DR_State::mPastOrientationWCS[3] |
Referenced by DR_State().
| double WsfExtEntityDeadReckon::DR_State::mVelocityWCS[3] |