VR-Forces 4.3 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
List of all members | Public Member Functions | Static Public Member Functions | Protected Attributes
DtIfDeliverVrfObjectMessage Class Reference

This interface content holds a DtVrfObjectMessage subclass for delivery of the object message over the network. More...

Inheritance diagram for DtIfDeliverVrfObjectMessage:
Inheritance graph
[legend]

Public Member Functions

 DtIfDeliverVrfObjectMessage ()
 default constructor
 DtIfDeliverVrfObjectMessage (const DtIfDeliverVrfObjectMessage &orig)
 copy constructor
const DtIfDeliverVrfObjectMessageoperator= (const DtIfDeliverVrfObjectMessage &orig)
 assignment operator
virtual ~DtIfDeliverVrfObjectMessage ()
virtual int type () const
 Returns the type of Interface Content; DtDeliverVrfObjectMessageType.
virtual DtSimInterfaceContentclone () const
virtual DtVrfObjectMessageradioMessage () const
 Same as vrfObjectMessage().
virtual void setRadioMessage (DtVrfObjectMessage *message)
 Same as setVrfObjectMessage().
virtual void printDataToString (DtString &str)
virtual DtVrfObjectMessagevrfObjectMessage () const
 The DtVrfObjectMessage contained by this interface message.
virtual void setVrfObjectMessage (DtVrfObjectMessage *message)
 The DtVrfObjectMessage contained by this interface message.
virtual int netRepSize () const
 For network serialization.
virtual bool setFromNet (const char *contentBuffer, unsigned contentSize)
 For network serialization.
virtual bool setToNet ()
 For network serialization.

Static Public Member Functions

static DtSimInterfaceContentcreator ()

Protected Attributes

DtVrfObjectMessagemyVrfObjectMessage
bool myOwnVrfObjectMessage

Detailed Description

This interface content holds a DtVrfObjectMessage subclass for delivery of the object message over the network.

This allows a DtVrfObjectMessage to be packaged inside an interface message, and then transmitted via the standard interface message mechanism.

Constructor & Destructor Documentation

DtIfDeliverVrfObjectMessage::DtIfDeliverVrfObjectMessage ( )

default constructor

DtIfDeliverVrfObjectMessage::DtIfDeliverVrfObjectMessage ( const DtIfDeliverVrfObjectMessage orig)

copy constructor

Note
Creates a copy of the contained DtVrfObjectMessage.
virtual DtIfDeliverVrfObjectMessage::~DtIfDeliverVrfObjectMessage ( )
virtual

Member Function Documentation

const DtIfDeliverVrfObjectMessage& DtIfDeliverVrfObjectMessage::operator= ( const DtIfDeliverVrfObjectMessage orig)

assignment operator

Note
Creates a copy of the contained DtVrfObjectMessage.
virtual int DtIfDeliverVrfObjectMessage::type ( ) const
virtual

Returns the type of Interface Content; DtDeliverVrfObjectMessageType.

virtual DtSimInterfaceContent* DtIfDeliverVrfObjectMessage::clone ( ) const
virtual
Returns
A new copy of this interface content.
Note
Creates a copy of the contained DtVrfObjectMessage.
virtual DtVrfObjectMessage* DtIfDeliverVrfObjectMessage::radioMessage ( ) const
virtual

Same as vrfObjectMessage().

Deprecated:
For API compatibility only.
virtual void DtIfDeliverVrfObjectMessage::setRadioMessage ( DtVrfObjectMessage message)
virtual

Same as setVrfObjectMessage().

Deprecated:
For API compatibility only.
virtual DtVrfObjectMessage* DtIfDeliverVrfObjectMessage::vrfObjectMessage ( ) const
virtual

The DtVrfObjectMessage contained by this interface message.

Note
Does not clone the object message, but only holds a pointer to it. The caller must ensure that the message exists for the existence of this interface content. Since the clone operator also clones the contained messages, the caller only needs to worry about this instance of the interface content and not any clones or copies.
virtual void DtIfDeliverVrfObjectMessage::setVrfObjectMessage ( DtVrfObjectMessage message)
virtual

The DtVrfObjectMessage contained by this interface message.

Note
Does not clone the object message, but only holds a pointer to it. The caller must ensure that the message exists for the existence of this interface content. Since the clone operator also clones the contained messages, the caller only needs to worry about this instance of the interface content and not any clones or copies.
virtual int DtIfDeliverVrfObjectMessage::netRepSize ( ) const
virtual

For network serialization.

virtual bool DtIfDeliverVrfObjectMessage::setFromNet ( const char contentBuffer,
unsigned  contentSize 
)
virtual

For network serialization.

virtual bool DtIfDeliverVrfObjectMessage::setToNet ( )
virtual

For network serialization.

virtual void DtIfDeliverVrfObjectMessage::printDataToString ( DtString str)
virtual
static DtSimInterfaceContent* DtIfDeliverVrfObjectMessage::creator ( )
static

Member Data Documentation

DtVrfObjectMessage* DtIfDeliverVrfObjectMessage::myVrfObjectMessage
protected
bool DtIfDeliverVrfObjectMessage::myOwnVrfObjectMessage
protected

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

Document ID: Generated on Wed Mar 11 21:20:57 EDT 2015 from SVN revision 150940
Copyright © 2005-2014 VT MÄK. All Rights Reserved (www.mak.com)