![]() |
JSBSim Flight Dynamics Model
1.0 (02 March 2017)
An Open Source Flight Dynamics and Control Software Library in C++
|
JSBSim Message structure. More...
#include <FGJSBBase.h>
Collaboration diagram for FGJSBBase::Message:Public Types | |
| enum | mType { eText, eInteger, eDouble, eBool } |
Public Attributes | |
| bool | bVal |
| double | dVal |
| unsigned int | fdmId |
| int | iVal |
| unsigned int | messageId |
| std::string | subsystem |
| std::string | text |
| enum JSBSim::FGJSBBase::Message::mType | type |
JSBSim Message structure.
Definition at line 89 of file FGJSBBase.h.