VR-Forces 4.8 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
List of all members | Public Member Functions | Static Public Member Functions | Protected Attributes
makVrf::DtMakRadioInteractionInterface Class Reference
Inheritance diagram for makVrf::DtMakRadioInteractionInterface:
Inheritance graph
[legend]

Public Member Functions

 DtMakRadioInteractionInterface ()
 
 DtMakRadioInteractionInterface (const DtMakRadioInteractionInterface &)
 Copy constructor. More...
 
virtual ~DtMakRadioInteractionInterface ()
 
virtual DtNetworkMessageInterfaceclone () const
 Override to provide a clone of your class. More...
 
virtual const charname ()
 Returns the name of this item. Used for callback registration. More...
 
void setConnectionBundle (uintptr_t)
 
uintptr_t connectionBundle () const
 
void setRegisterBundle (bool)
 
bool registerBundle () const
 
- Public Member Functions inherited from makVrf::DtNetworkMessageInterface
 DtNetworkMessageInterface ()
 
 DtNetworkMessageInterface (const DtNetworkMessageInterface &)
 Copy constructor. More...
 
virtual ~DtNetworkMessageInterface ()
 

Static Public Member Functions

static const chartheName ()
 Static method called by name() method. Use this to register for callbacks. More...
 

Protected Attributes

uintptr_t myBundle
 
bool myRegister
 

Constructor & Destructor Documentation

makVrf::DtMakRadioInteractionInterface::DtMakRadioInteractionInterface ( )
makVrf::DtMakRadioInteractionInterface::DtMakRadioInteractionInterface ( const DtMakRadioInteractionInterface )

Copy constructor.

Supply your own copy constructor and use it from the clone method as that is the mechanism that will be used to transfer the data from the network thread to the GUI thread

virtual makVrf::DtMakRadioInteractionInterface::~DtMakRadioInteractionInterface ( )
virtual

Member Function Documentation

virtual DtNetworkMessageInterface* makVrf::DtMakRadioInteractionInterface::clone ( ) const
virtual

Override to provide a clone of your class.

Implements makVrf::DtNetworkMessageInterface.

static const char* makVrf::DtMakRadioInteractionInterface::theName ( )
static

Static method called by name() method. Use this to register for callbacks.

virtual const char* makVrf::DtMakRadioInteractionInterface::name ( )
virtual

Returns the name of this item. Used for callback registration.

Implements makVrf::DtNetworkMessageInterface.

void makVrf::DtMakRadioInteractionInterface::setConnectionBundle ( uintptr_t  )
uintptr_t makVrf::DtMakRadioInteractionInterface::connectionBundle ( ) const
void makVrf::DtMakRadioInteractionInterface::setRegisterBundle ( bool  )
bool makVrf::DtMakRadioInteractionInterface::registerBundle ( ) const

Member Data Documentation

uintptr_t makVrf::DtMakRadioInteractionInterface::myBundle
protected
bool makVrf::DtMakRadioInteractionInterface::myRegister
protected

The documentation for this class was generated from the following file:

Document ID: Generated on Thu Aug 27 10:56:05 EDT 2020 from SVN revision 217100
Copyright © 2005-2020 MAK Technologies. All Rights Reserved (www.mak.com)