FlightGear next
dds_gui.h File Reference
#include "dds/ddsc/dds_public_impl.h"

Go to the source code of this file.

Classes

struct  FG_DDS_GUI
 

Macros

#define FG_DDS_GUI_VERSION   1
 
#define FG_DDS_TANKS   8
 
#define FG_DDS_GUI__alloc()
 
#define FG_DDS_GUI_free(d, o)
 

Typedefs

typedef struct FG_DDS_GUI FG_DDS_GUI
 

Variables

const dds_topic_descriptor_t FG_DDS_GUI_desc
 

Macro Definition Documentation

◆ FG_DDS_GUI__alloc

#define FG_DDS_GUI__alloc ( )
Value:
((FG_DDS_GUI*) dds_alloc (sizeof (FG_DDS_GUI)));

Definition at line 52 of file dds_gui.h.

◆ FG_DDS_GUI_free

#define FG_DDS_GUI_free ( d,
o )
Value:
dds_sample_free ((d), &FG_DDS_GUI_desc, (o))
const dds_topic_descriptor_t FG_DDS_GUI_desc
Definition dds_gui.c:44

Definition at line 55 of file dds_gui.h.

◆ FG_DDS_GUI_VERSION

#define FG_DDS_GUI_VERSION   1

Definition at line 20 of file dds_gui.h.

◆ FG_DDS_TANKS

#define FG_DDS_TANKS   8

Definition at line 21 of file dds_gui.h.

Typedef Documentation

◆ FG_DDS_GUI

typedef struct FG_DDS_GUI FG_DDS_GUI

Variable Documentation

◆ FG_DDS_GUI_desc

const dds_topic_descriptor_t FG_DDS_GUI_desc
extern

Definition at line 44 of file dds_gui.c.