15 namespace MAKVrExchange
18 class DtPortalConnection;
30 AggregateFormation = 1,
34 ChoiceDropDownList = 5,
35 ChoiceOptionButton = 6,
44 LocationWithAltitude = 15,
45 LocationWithoutAltitude = 16,
46 MunitionResource = 17,
50 SimulationObjectSingle = 21,
51 SimulationObjectMultiple = 22,
87 typedef void (*functionCallback_type) (
98 functionCallback_type callbackFunction,
void* userData );
102 functionCallback_type callbackFunction,
void* userData );
122 virtual unsigned int netSize()
const;
123 virtual void writeSelfToBuffer(
void* buffer,
int bufferSize )
const;
124 virtual void readSelfFromBuffer(
const void* buffer,
int bufferSize );
126 virtual std::ostream& printDataToStream( std::ostream& stream )
const;