VR-Forces 4.6 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::DtSimMessageInterface Class Reference
Inheritance diagram for makVrf::DtSimMessageInterface:
Inheritance graph
[legend]

Public Member Functions

 DtSimMessageInterface ()
 DtSimMessageInterface (const DtSimMessageInterface &)
 Copy constructor.
virtual ~DtSimMessageInterface ()
virtual DtNetworkMessageInterfaceclone () const
 Override to provide a clone of your class.
virtual const charname ()
 Returns the name of this item. Used for callback registration.
void setMessage (const DtSimMessage &m)
DtSimMessagemessage () const
- Public Member Functions inherited from makVrf::DtNetworkMessageInterface
 DtNetworkMessageInterface ()
 DtNetworkMessageInterface (const DtNetworkMessageInterface &)
 Copy constructor.
virtual ~DtNetworkMessageInterface ()

Static Public Member Functions

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

Protected Attributes

DtSimMessagemyMessage

Constructor & Destructor Documentation

makVrf::DtSimMessageInterface::DtSimMessageInterface ( )
makVrf::DtSimMessageInterface::DtSimMessageInterface ( const DtSimMessageInterface )

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::DtSimMessageInterface::~DtSimMessageInterface ( )
virtual

Member Function Documentation

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

Override to provide a clone of your class.

Implements makVrf::DtNetworkMessageInterface.

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

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

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

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

Implements makVrf::DtNetworkMessageInterface.

void makVrf::DtSimMessageInterface::setMessage ( const DtSimMessage m)
DtSimMessage* makVrf::DtSimMessageInterface::message ( ) const

Member Data Documentation

DtSimMessage* makVrf::DtSimMessageInterface::myMessage
protected

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

Document ID: Generated on Thu Apr 12 03:15:37 EDT 2018 from SVN revision 187986
Copyright © 2005-2018 VT MÄK. All Rights Reserved (www.mak.com)