FlightGear next
FGPropertyData Struct Reference

#include <mpmessages.hxx>

Public Member Functions

 FGPropertyData ()
 
 ~FGPropertyData ()
 

Public Attributes

unsigned id
 
simgear::props::Type type
 
union { 
 
   int   int_value 
 
   float   float_value 
 
   char *   string_value 
 
};  
 

Detailed Description

Definition at line 119 of file mpmessages.hxx.

Constructor & Destructor Documentation

◆ FGPropertyData()

FGPropertyData::FGPropertyData ( )
inline

Definition at line 129 of file mpmessages.hxx.

◆ ~FGPropertyData()

FGPropertyData::~FGPropertyData ( )
inline

Definition at line 130 of file mpmessages.hxx.

Member Data Documentation

◆ [union]

union { ... } FGPropertyData

◆ float_value

float FGPropertyData::float_value

Definition at line 126 of file mpmessages.hxx.

◆ id

unsigned FGPropertyData::id

Definition at line 120 of file mpmessages.hxx.

◆ int_value

int FGPropertyData::int_value

Definition at line 125 of file mpmessages.hxx.

◆ string_value

char* FGPropertyData::string_value

Definition at line 127 of file mpmessages.hxx.

◆ type

simgear::props::Type FGPropertyData::type

Definition at line 123 of file mpmessages.hxx.


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