Landing gear control parameters. More...
#include <CPACSLandingGearControl.h>
Protected Attributes | |
boost::optional< CPACSLandingGearControlFunctions > | m_controlFunctions |
boost::optional< double > | m_offset |
Distance of the center of rotation to the top of the main strut for retracting and extending the landing gear. I.e., a value of 0 means that the landing gear will rotate around the upper end of the main strut during retraction. If this value is greater than 0, the center of rotation is shifted by this value above the main strut end point (translation along the main strut axis). More... | |
CPACSLandingGearBase * | m_parent |
boost::optional< double > | m_retractAngle |
Retraction angle of the main landing gear. Equals a rotation around the global z-axis in degrees. 0 = retraction to the front; 90 = retraction to the left; 180 = retraction to the rear; 270 = retraction to the right. More... | |
CTiglUIDManager * | m_uidMgr |
Private Member Functions | |
CPACSLandingGearControl (const CPACSLandingGearControl &)=delete | |
CPACSLandingGearControl (CPACSLandingGearControl &&)=delete | |
CPACSLandingGearControl & | operator= (const CPACSLandingGearControl &)=delete |
CPACSLandingGearControl & | operator= (CPACSLandingGearControl &&)=delete |
Landing gear control parameters.
Parameters of a landing gear control such as extraction or steering.
TIGL_EXPORT tigl::generated::CPACSLandingGearControl::CPACSLandingGearControl | ( | CPACSLandingGearBase * | parent, |
CTiglUIDManager * | uidMgr | ||
) |
|
virtual |
|
privatedelete |
|
privatedelete |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
TIGL_EXPORT CPACSLandingGearBase* tigl::generated::CPACSLandingGearControl::GetParent | ( | ) |
TIGL_EXPORT const CPACSLandingGearBase* tigl::generated::CPACSLandingGearControl::GetParent | ( | ) | const |
|
virtual |
TIGL_EXPORT CTiglUIDManager& tigl::generated::CPACSLandingGearControl::GetUIDManager | ( | ) |
TIGL_EXPORT const CTiglUIDManager& tigl::generated::CPACSLandingGearControl::GetUIDManager | ( | ) | const |
|
privatedelete |
|
privatedelete |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
protected |
|
protected |
Distance of the center of rotation to the top of the main strut for retracting and extending the landing gear. I.e., a value of 0 means that the landing gear will rotate around the upper end of the main strut during retraction. If this value is greater than 0, the center of rotation is shifted by this value above the main strut end point (translation along the main strut axis).
|
protected |
|
protected |
Retraction angle of the main landing gear. Equals a rotation around the global z-axis in degrees. 0 = retraction to the front; 90 = retraction to the left; 180 = retraction to the rear; 270 = retraction to the right.
|
protected |