|
FlightGear next
|
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 *) |
Definition at line 152 of file multiplaymgr.cxx.
| xdr_data_t *(* IdPropertyList::decode_received) (const IdPropertyList *propDef, const xdr_data_t *, FGPropertyData *) |
Definition at line 159 of file multiplaymgr.cxx.
| xdr_data_t *(* IdPropertyList::encode_for_transmit) (const IdPropertyList *propDef, const xdr_data_t *, FGPropertyData *) |
Definition at line 158 of file multiplaymgr.cxx.
| unsigned IdPropertyList::id |
Definition at line 153 of file multiplaymgr.cxx.
| const char* IdPropertyList::name |
Definition at line 154 of file multiplaymgr.cxx.
| TransmissionType IdPropertyList::TransmitAs |
Definition at line 156 of file multiplaymgr.cxx.
| simgear::props::Type IdPropertyList::type |
Definition at line 155 of file multiplaymgr.cxx.
| int IdPropertyList::version |
Definition at line 157 of file multiplaymgr.cxx.