FlightGear next
JSBSim::FGJSBBase::Message Struct Reference

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
 

Detailed Description

JSBSim Message structure.

Definition at line 87 of file FGJSBBase.h.

Member Enumeration Documentation

◆ mType

Enumerator
eText 
eInteger 
eDouble 
eBool 

Definition at line 92 of file FGJSBBase.h.

Member Data Documentation

◆ bVal

bool JSBSim::FGJSBBase::Message::bVal

Definition at line 93 of file FGJSBBase.h.

◆ dVal

double JSBSim::FGJSBBase::Message::dVal

Definition at line 95 of file FGJSBBase.h.

◆ fdmId

unsigned int JSBSim::FGJSBBase::Message::fdmId

Definition at line 88 of file FGJSBBase.h.

◆ iVal

int JSBSim::FGJSBBase::Message::iVal

Definition at line 94 of file FGJSBBase.h.

◆ messageId

unsigned int JSBSim::FGJSBBase::Message::messageId

Definition at line 89 of file FGJSBBase.h.

◆ subsystem

std::string JSBSim::FGJSBBase::Message::subsystem

Definition at line 91 of file FGJSBBase.h.

◆ text

std::string JSBSim::FGJSBBase::Message::text

Definition at line 90 of file FGJSBBase.h.

◆ type

enum JSBSim::FGJSBBase::Message::mType JSBSim::FGJSBBase::Message::type

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