15 #include <matrix/vlVector.h>
16 #include <matrix/vlTaitBryan.h>
20 class DtRotorWashDistributorAgent;
29 , myRotorDiameter(-1.0)
30 , myRotorWindSpeed(-1.0)
31 , myRotorWashDistributorAgent(NULL)
bool myIsStopped
Definition: DtRotorWashState.h:77
~DtRotorWashState()
Definition: DtRotorWashState.h:37
double myRotorDiameter
Definition: DtRotorWashState.h:82
std::string myModelDefinition
Definition: DtRotorWashState.h:81
double myRotorWindSpeed
Definition: DtRotorWashState.h:83
DtUniqueID myHelicopterId
Definition: DtRotorWashState.h:84
DtRotorWashState()
Definition: DtRotorWashState.h:27
DtUniqueID myRotorWashId
Definition: DtRotorWashState.h:86
#define DT_DLL_VRVCORE
Definition: vrvCore.h:20
DtUniqueID myLocalWindId
Definition: DtRotorWashState.h:85
DtRotorWashState(const DtRotorWashState &other)
Definition: DtRotorWashState.h:44
Per rotorwash data used in DtRotorWashSet.
Definition: DtRotorWashState.h:24
Contains makVrv::DtUniqueID type.
DtRotorWashDistributorAgent * myRotorWashDistributorAgent
Definition: DtRotorWashState.h:87
DtRotorWashState & operator=(const DtRotorWashState &rhs)
Definition: DtRotorWashState.h:57
Contains DLL export macros.