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

Go to the source code of this file.

Classes

struct  FG_DDS_FDM
 

Macros

#define FG_DDS_FDM_VERSION   1
 
#define FG_DDS_ENGINES   4
 
#define FG_DDS_WHEELS   16
 
#define FG_DDS_TANKS   8
 
#define FG_DDS_FDM__alloc()
 
#define FG_DDS_FDM_free(d, o)
 

Typedefs

typedef struct FG_DDS_FDM FG_DDS_FDM
 

Variables

const dds_topic_descriptor_t FG_DDS_FDM_desc
 

Macro Definition Documentation

◆ FG_DDS_ENGINES

#define FG_DDS_ENGINES   4

Definition at line 21 of file dds_fdm.h.

◆ FG_DDS_FDM__alloc

#define FG_DDS_FDM__alloc ( )
Value:
((FG_DDS_FDM*) dds_alloc (sizeof (FG_DDS_FDM)));

Definition at line 95 of file dds_fdm.h.

◆ FG_DDS_FDM_free

#define FG_DDS_FDM_free ( d,
o )
Value:
dds_sample_free ((d), &FG_DDS_FDM_desc, (o))
const dds_topic_descriptor_t FG_DDS_FDM_desc
Definition dds_fdm.c:85

Definition at line 98 of file dds_fdm.h.

◆ FG_DDS_FDM_VERSION

#define FG_DDS_FDM_VERSION   1

Definition at line 20 of file dds_fdm.h.

◆ FG_DDS_TANKS

#define FG_DDS_TANKS   8

Definition at line 23 of file dds_fdm.h.

◆ FG_DDS_WHEELS

#define FG_DDS_WHEELS   16

Definition at line 22 of file dds_fdm.h.

Typedef Documentation

◆ FG_DDS_FDM

typedef struct FG_DDS_FDM FG_DDS_FDM

Variable Documentation

◆ FG_DDS_FDM_desc

const dds_topic_descriptor_t FG_DDS_FDM_desc
extern

Definition at line 85 of file dds_fdm.c.