gwnavruntime/visualdebug/messagereceiverregistry.h Source File
Go to the documentation of this file.
35 virtual void Receive(Ptr<Net::AMP::Message> message,
const char* ptrToBlob,
KyUInt32 blobSize) = 0;
39 typedef UserBlobRegistry<IMessageReceiver> MessageReceiverRegistry;
std::uint32_t KyUInt32
uint32_t
Definition: types.h:29
IMessageReceiver defines an interface for objects that are called to process blobs of data sent throu...
Definition: messagereceiverregistry.h:23
#define KY_DEFINE_NEW_DELETE_OPERATORS(MemStat)
This macro defines new and delete operators.
Definition: memory.h:132
The Autodesk Navigation namespace.
Definition: gamekitcrowddispersion.cpp:17
virtual void Receive(Ptr< Net::AMP::Message > message, const char *ptrToBlob, KyUInt32 blobSize)=0
This method is called to process each blob that has been successfully received.