14 namespace MAKVrExchange
17 class DtPortalConnection;
29 AggregateFormation = 1,
33 ChoiceDropDownList = 5,
34 ChoiceOptionButton = 6,
43 LocationWithAltitude = 15,
44 LocationWithoutAltitude = 16,
45 MunitionResource = 17,
49 SimulationObjectSingle = 21,
50 SimulationObjectMultiple = 22,
85 typedef void (*functionCallback_type) (
96 functionCallback_type callbackFunction,
void* userData );
100 functionCallback_type callbackFunction,
void* userData );
118 virtual unsigned int netSize()
const;
119 virtual void writeSelfToBuffer(
void* buffer,
int bufferSize )
const;
120 virtual void readSelfFromBuffer(
const void* buffer,
int bufferSize );
122 virtual std::ostream& printDataToStream( std::ostream& stream )
const;