15#ifndef WSFPATHSTATE_HPP
16#define WSFPATHSTATE_HPP
20#include "UtEntity.hpp"
64 void GetLocationLLA(
double& aLatitude,
double& aLongitude,
double& aAltitude)
const
WsfPathState(const WsfPathState &aSrc)
Definition WsfPathState.hpp:26
double mLatitude
Definition WsfPathState.hpp:77
double mLongitude
Definition WsfPathState.hpp:78
WsfPathState & operator=(UtEntity &aRhs)
Definition WsfPathState.hpp:46
double mAccelerationNED[3]
Definition WsfPathState.hpp:82
void GetLocationLLA(double &aLatitude, double &aLongitude, double &aAltitude) const
Definition WsfPathState.hpp:64
void CopyToEntity(UtEntity &aEntity) const
Definition WsfPathState.hpp:55
double mVelocityNED[3]
Definition WsfPathState.hpp:81
WsfPathState(UtEntity &aEntity)
Definition WsfPathState.hpp:27
double GetSpeed() const
Definition WsfPathState.hpp:71
double mOrientationNED[3]
Definition WsfPathState.hpp:80
WsfPathState & operator=(const WsfPathState &aRhs)
Definition WsfPathState.hpp:29
double mAltitude
Definition WsfPathState.hpp:79