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) (
55 functionCallback_type callbackFunction,
void* usr);
60 functionCallback_type callbackFunction,
void* usr);
65 virtual unsigned int netSize()
const;
66 virtual void writeSelfToBuffer(
void* buffer,
int bufferSize )
const;
67 virtual void readSelfFromBuffer(
const void* buffer,
int bufferSize );
69 virtual std::ostream& printDataToStream( std::ostream& str )
const;