Skip to content

Supported property for function in latest jsbsim plugin for Unreal #1046

Answered by seanmcleod
nmfarras asked this question in Q&A
Discussion options

You must be logged in to vote

I just wanna know the default one for now

Well, a comprehensive default list is a bit tricky. So yes, the properties you see in the JSBSim C++ source code being added to the property tree are available by default, mostly.

PropertyManager->Tie("attitude/phi-deg", this, (int)ePhi, (PMF)&FGPropagate::GetEulerDeg);
PropertyManager->Tie("attitude/theta-deg", this, (int)eTht, (PMF)&FGPropagate::GetEulerDeg);
PropertyManager->Tie("attitude/psi-deg", this, (int)ePsi, (PMF)&FGPropagate::GetEulerDeg);

I say mostly because you will also find properties in the C++ code like the following, that are only availab…

Replies: 4 comments 8 replies

Comment options

You must be logged in to vote
6 replies
@nmfarras
Comment options

@nmfarras
Comment options

@gallonmate
Comment options

@gallonmate
Comment options

@nmfarras
Comment options

Comment options

You must be logged in to vote
1 reply
@nmfarras
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@nmfarras
Comment options

Answer selected by nmfarras
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants