JSBSim Flight Dynamics Model  1.1.11 (13 Feb 2022)
An Open Source Flight Dynamics and Control Software Library in C++
FGJSBBase::Message Struct Reference

Detailed Description

JSBSim Message structure.

Definition at line 87 of file FGJSBBase.h.

#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
 

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