|
FlightGear next
|
JSBSim Message structure. More...
#include <FGJSBBase.h>
Public Types | |
| enum | mType { eText , eInteger , eDouble , eBool } |
Public Attributes | |
| unsigned int | fdmId |
| unsigned int | messageId |
| std::string | text |
| std::string | subsystem |
| enum JSBSim::FGJSBBase::Message::mType | type |
| bool | bVal |
| int | iVal |
| double | dVal |
Definition at line 87 of file FGJSBBase.h.
| Enumerator | |
|---|---|
| eText | |
| eInteger | |
| eDouble | |
| eBool | |
Definition at line 92 of file FGJSBBase.h.
| bool JSBSim::FGJSBBase::Message::bVal |
Definition at line 93 of file FGJSBBase.h.
| double JSBSim::FGJSBBase::Message::dVal |
Definition at line 95 of file FGJSBBase.h.
| unsigned int JSBSim::FGJSBBase::Message::fdmId |
Definition at line 88 of file FGJSBBase.h.
| int JSBSim::FGJSBBase::Message::iVal |
Definition at line 94 of file FGJSBBase.h.
| unsigned int JSBSim::FGJSBBase::Message::messageId |
Definition at line 89 of file FGJSBBase.h.
| std::string JSBSim::FGJSBBase::Message::subsystem |
Definition at line 91 of file FGJSBBase.h.
| std::string JSBSim::FGJSBBase::Message::text |
Definition at line 90 of file FGJSBBase.h.
| enum JSBSim::FGJSBBase::Message::mType JSBSim::FGJSBBase::Message::type |