FlightGear next
FG_propValue Struct Reference

#include <dds_props.h>

Public Attributes

FG_propType _d
 
union { 
 
   char   Bool 
 
   int32_t   Int32 
 
   int64_t   Int64 
 
   float   Float32 
 
   double   Float64 
 
   char *   String 
 
_u 
 

Detailed Description

Definition at line 41 of file dds_props.h.

Member Data Documentation

◆ _d

FG_propType FG_propValue::_d

Definition at line 43 of file dds_props.h.

◆ [union]

union { ... } FG_propValue::_u

◆ Bool

char FG_propValue::Bool

Definition at line 46 of file dds_props.h.

◆ Float32

float FG_propValue::Float32

Definition at line 49 of file dds_props.h.

◆ Float64

double FG_propValue::Float64

Definition at line 50 of file dds_props.h.

◆ Int32

int32_t FG_propValue::Int32

Definition at line 47 of file dds_props.h.

◆ Int64

int64_t FG_propValue::Int64

Definition at line 48 of file dds_props.h.

◆ String

char* FG_propValue::String

Definition at line 51 of file dds_props.h.


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