13 #include <vlutil/vlNetTypes.h>
14 #include <vlutil/vlString.h>
15 #include <matrix/vlVector.h>
17 namespace MAKVrExchange
20 class DtPortalConnection;
32 typedef void (*functionCallback_type) (
43 functionCallback_type callbackFunction,
void* userData );
47 functionCallback_type callbackFunction,
void* userData );
79 virtual unsigned int netSize()
const;
80 virtual void writeSelfToBuffer(
void* buffer,
int bufferSize )
const;
81 virtual void readSelfFromBuffer(
const void* buffer,
int bufferSize );
83 virtual std::ostream& printDataToStream( std::ostream& str )
const;