JSBSim Flight Dynamics Model  1.0 (02 March 2017)
An Open Source Flight Dynamics and Control Software Library in C++
FGJSBBase::Message Class Reference

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
 

Detailed Description

JSBSim Message structure.

Definition at line 89 of file FGJSBBase.h.


The documentation for this class was generated from the following file: