FlightGear next
FGExternalMotionData Struct Reference

#include <mpmessages.hxx>

Public Member Functions

 ~FGExternalMotionData ()
 

Public Attributes

double time
 
double lag
 
SGVec3d position
 
SGQuatf orientation
 
SGVec3f linearVel
 
SGVec3f angularVel
 
SGVec3f linearAccel
 
SGVec3f angularAccel
 
std::vector< FGPropertyData * > properties
 

Detailed Description

Definition at line 141 of file mpmessages.hxx.

Constructor & Destructor Documentation

◆ ~FGExternalMotionData()

FGExternalMotionData::~FGExternalMotionData ( )
inline

Definition at line 171 of file mpmessages.hxx.

Member Data Documentation

◆ angularAccel

SGVec3f FGExternalMotionData::angularAccel

Definition at line 166 of file mpmessages.hxx.

◆ angularVel

SGVec3f FGExternalMotionData::angularVel

Definition at line 159 of file mpmessages.hxx.

◆ lag

double FGExternalMotionData::lag

Definition at line 147 of file mpmessages.hxx.

◆ linearAccel

SGVec3f FGExternalMotionData::linearAccel

Definition at line 163 of file mpmessages.hxx.

◆ linearVel

SGVec3f FGExternalMotionData::linearVel

Definition at line 156 of file mpmessages.hxx.

◆ orientation

SGQuatf FGExternalMotionData::orientation

Definition at line 152 of file mpmessages.hxx.

◆ position

SGVec3d FGExternalMotionData::position

Definition at line 150 of file mpmessages.hxx.

◆ properties

std::vector<FGPropertyData*> FGExternalMotionData::properties

Definition at line 169 of file mpmessages.hxx.

◆ time

double FGExternalMotionData::time

Definition at line 143 of file mpmessages.hxx.


The documentation for this struct was generated from the following file: