FlightGear next
IdPropertyList Struct Reference

Public Attributes

unsigned id
 
const char * name
 
simgear::props::Type type
 
TransmissionType TransmitAs
 
int version
 
xdr_data_t *(* encode_for_transmit )(const IdPropertyList *propDef, const xdr_data_t *, FGPropertyData *)
 
xdr_data_t *(* decode_received )(const IdPropertyList *propDef, const xdr_data_t *, FGPropertyData *)
 

Detailed Description

Definition at line 152 of file multiplaymgr.cxx.

Member Data Documentation

◆ decode_received

xdr_data_t *(* IdPropertyList::decode_received) (const IdPropertyList *propDef, const xdr_data_t *, FGPropertyData *)

Definition at line 159 of file multiplaymgr.cxx.

◆ encode_for_transmit

xdr_data_t *(* IdPropertyList::encode_for_transmit) (const IdPropertyList *propDef, const xdr_data_t *, FGPropertyData *)

Definition at line 158 of file multiplaymgr.cxx.

◆ id

unsigned IdPropertyList::id

Definition at line 153 of file multiplaymgr.cxx.

◆ name

const char* IdPropertyList::name

Definition at line 154 of file multiplaymgr.cxx.

◆ TransmitAs

TransmissionType IdPropertyList::TransmitAs

Definition at line 156 of file multiplaymgr.cxx.

◆ type

simgear::props::Type IdPropertyList::type

Definition at line 155 of file multiplaymgr.cxx.

◆ version

int IdPropertyList::version

Definition at line 157 of file multiplaymgr.cxx.


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