|
WSF
|
Stores the state of the lead platform with a timestamp. More...
#include <WsfTowedMover.hpp>
Public Member Functions | |
| void | LoadFromPlatform (double aSimTime, WsfPlatform &aPlatform) |
| bool | operator< (double aTime) |
Public Attributes | |
| double | mLocationWCS [3] |
| double | mVelocityWCS [3] |
| double | mAccelerationWCS [3] |
| double | mOrientationNED [3] |
| double | mTimeUpdated |
Stores the state of the lead platform with a timestamp.
| void WsfTowedMover::LeadState::LoadFromPlatform | ( | double | aSimTime, |
| WsfPlatform & | aPlatform ) |
References mAccelerationWCS, mLocationWCS, mOrientationNED, mTimeUpdated, and mVelocityWCS.
Referenced by WsfTowedMover::OnPlatformUpdated().
|
inline |
References mTimeUpdated.
| double WsfTowedMover::LeadState::mAccelerationWCS[3] |
Referenced by WsfTowedMover::GetLeadStateHistory(), LoadFromPlatform(), and WsfTowedMover::Update().
| double WsfTowedMover::LeadState::mLocationWCS[3] |
Referenced by WsfTowedMover::GetLeadStateHistory(), LoadFromPlatform(), and WsfTowedMover::Update().
| double WsfTowedMover::LeadState::mOrientationNED[3] |
Referenced by WsfTowedMover::GetLeadStateHistory(), LoadFromPlatform(), and WsfTowedMover::Update().
| double WsfTowedMover::LeadState::mTimeUpdated |
Referenced by LoadFromPlatform(), and operator<().
| double WsfTowedMover::LeadState::mVelocityWCS[3] |
Referenced by WsfTowedMover::GetLeadStateHistory(), LoadFromPlatform(), and WsfTowedMover::Update().