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

Go to the source code of this file.

Classes

struct  FG_DDS_Ctrls
 

Macros

#define FG_DDS_CTRLS_VERSION   1
 
#define FG_DDS_ENGINES   4
 
#define FG_DDS_WHEELS   16
 
#define FG_DDS_TANKS   8
 
#define FG_DDS_Ctrls__alloc()
 
#define FG_DDS_Ctrls_free(d, o)
 

Typedefs

typedef struct FG_DDS_Ctrls FG_DDS_Ctrls
 

Variables

const dds_topic_descriptor_t FG_DDS_Ctrls_desc
 

Macro Definition Documentation

◆ FG_DDS_Ctrls__alloc

#define FG_DDS_Ctrls__alloc ( )
Value:
((FG_DDS_Ctrls*) dds_alloc (sizeof (FG_DDS_Ctrls)));

Definition at line 87 of file dds_ctrls.h.

◆ FG_DDS_Ctrls_free

#define FG_DDS_Ctrls_free ( d,
o )
Value:
dds_sample_free ((d), &FG_DDS_Ctrls_desc, (o))
const dds_topic_descriptor_t FG_DDS_Ctrls_desc
Definition dds_ctrls.c:77

Definition at line 90 of file dds_ctrls.h.

◆ FG_DDS_CTRLS_VERSION

#define FG_DDS_CTRLS_VERSION   1

Definition at line 20 of file dds_ctrls.h.

◆ FG_DDS_ENGINES

#define FG_DDS_ENGINES   4

Definition at line 21 of file dds_ctrls.h.

◆ FG_DDS_TANKS

#define FG_DDS_TANKS   8

Definition at line 23 of file dds_ctrls.h.

◆ FG_DDS_WHEELS

#define FG_DDS_WHEELS   16

Definition at line 22 of file dds_ctrls.h.

Typedef Documentation

◆ FG_DDS_Ctrls

typedef struct FG_DDS_Ctrls FG_DDS_Ctrls

Variable Documentation

◆ FG_DDS_Ctrls_desc

const dds_topic_descriptor_t FG_DDS_Ctrls_desc
extern

Definition at line 77 of file dds_ctrls.c.