15#ifndef WSFPATHCONSTRAINTS_HPP
16#define WSFPATHCONSTRAINTS_HPP
18#include "wsf_export.h"
34 template<
typename BUFF>
#define WSF_EXPORT
Definition WsfXIO_Export.hpp:35
bool mIsOnGround
Definition WsfPathConstraints.hpp:60
double mMinAltitude
Definition WsfPathConstraints.hpp:48
double mMaxTurnRate
Definition WsfPathConstraints.hpp:57
double mMaxSpeed
Definition WsfPathConstraints.hpp:42
static const double cLARGE_DOUBLE
Definition WsfPathConstraints.hpp:28
double mTurnRateLimit
Definition WsfPathConstraints.hpp:51
double mMaxRadialAccel
Definition WsfPathConstraints.hpp:54
double mRollRateLimit
Definition WsfPathConstraints.hpp:55
static const double cDEFAULT_MAX_RADIAL_ACCEL
Definition WsfPathConstraints.hpp:27
double mMaxClimbRate
Definition WsfPathConstraints.hpp:45
double mMaxAltitude
Definition WsfPathConstraints.hpp:47
double mMaxFlightPathAngle
Definition WsfPathConstraints.hpp:46
double mMinSpeed
Definition WsfPathConstraints.hpp:43
WsfPathConstraints()
Definition WsfPathConstraints.cpp:34
double mRollAngleLimit
Definition WsfPathConstraints.hpp:52
bool ProcessInput(UtInput &aInput)
Definition WsfPathConstraints.cpp:53
double mHeadingPursuitGain
Definition WsfPathConstraints.hpp:56
static const double cDEFAULT_MAX_FLIGHT_ANGLE
Definition WsfPathConstraints.hpp:25
double mMaxLinearAccel
Definition WsfPathConstraints.hpp:44
void Serialize(BUFF &aBuff)
For XIO (de)serialization.
Definition WsfPathConstraints.hpp:35
static const double cDEFAULT_MAX_LINEAR_ACCEL
Definition WsfPathConstraints.hpp:26
double mBodyVertLimit
Definition WsfPathConstraints.hpp:53