JSBSim Flight Dynamics Model
1.0 (02 March 2017)
An Open Source Flight Dynamics and Control Software Library in C++
|
This is the complete list of members for Element, including all inherited members.
AddAttribute(const std::string &name, const std::string &value) | Element | |
AddChildElement(Element *el) | Element | inline |
AddData(std::string d) | Element | |
DisperseValue(Element *e, double val, const std::string &supplied_units="", const std::string &target_units="") (defined in Element) | Element | |
Element(const std::string &nm) | Element | |
FindElement(const std::string &el="") | Element | |
FindElementTripletConvertTo(const std::string &target_units) | Element | |
FindElementValue(const std::string &el="") | Element | |
FindElementValueAsNumber(const std::string &el="") | Element | |
FindElementValueAsNumberConvertFromTo(const std::string &el, const std::string &supplied_units, const std::string &target_units) | Element | |
FindElementValueAsNumberConvertTo(const std::string &el, const std::string &target_units) | Element | |
FindNextElement(const std::string &el="") | Element | |
GetAttributeValue(const std::string &key) | Element | |
GetAttributeValueAsNumber(const std::string &key) | Element | |
GetDataAsNumber(void) | Element | |
GetDataLine(unsigned int i=0) | Element | |
GetElement(unsigned int el=0) | Element | |
GetFileName(void) const | Element | inline |
GetLineNumber(void) const | Element | inline |
GetName(void) const | Element | inline |
GetNextElement(void) | Element | |
GetNumDataLines(void) | Element | inline |
GetNumElements(void) | Element | inline |
GetNumElements(const std::string &element_name) | Element | |
GetParent(void) | Element | inline |
HasAttribute(const std::string &key) | Element | inline |
MergeAttributes(Element *el) | Element | |
Print(unsigned int level=0) | Element | |
ReadFrom(void) const | Element | |
SetAttributeValue(const std::string &key, const std::string &value) | Element | |
SetFileName(const std::string &name) | Element | inline |
SetLineNumber(int line) | Element | inline |
SetParent(Element *p) | Element | inline |
~Element(void) | Element |