33 #ifndef EMANEPOSITIONORIENTATIONVELOCITY_HEADER_ 34 #define EMANEPOSITIONORIENTATIONVELOCITY_HEADER_ 52 const std::pair<const Orientation &, bool> & orientation,
53 const std::pair<const Velocity &, bool> & velocity);
56 const std::pair<const Orientation &, bool> & orientation,
57 const std::pair<const Velocity &, bool> & velocity);
65 std::pair<const Velocity &, bool>
getVelocity()
const;
78 bool bHasOrientation_;
87 #endif // EMANEPOSITIONORIENTATIONVELOCITY_HEADER_ Holds the velocity elements associated with an NEM's location information.
std::pair< const Orientation &, bool > getAdjustedOrientation() const
std::pair< const Orientation &, bool > getOrientation() const
PositionOrientationVelocity()
bool update(const Position &position, const std::pair< const Orientation &, bool > &orientation, const std::pair< const Velocity &, bool > &velocity)
std::pair< const Velocity &, bool > getVelocity() const
const PositionECEF & getPositionECEF() const
const Position & getPosition() const
Holds pitch, yaw and roll.
PositionNEU getPositionNEU(const PositionOrientationVelocity &other) const
Holds latitude, longitude and altitude.