VR-Forces 4.0.4 Class Documentation
Public Member Functions | Static Public Member Functions | Protected Attributes
DtIfDeliverVrfObjectMessage Class Reference

Total: 8 bytes. More...

Inheritance diagram for DtIfDeliverVrfObjectMessage:
Inheritance graph
[legend]

List of all members.

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; DtDeliverRadioMessageType.
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

Total: 8 bytes.

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

default constructor

copy constructor

Note:
Creates a copy of the contained DtVrfObjectMessage.

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; DtDeliverRadioMessageType.

Implements DtSimInterfaceContent.

Returns:
A new copy of this interface content.
Note:
Creates a copy of the contained DtVrfObjectMessage.

Implements DtSimInterfaceContent.

Same as vrfObjectMessage().

Deprecated:
For API compatibility only.

Same as setVrfObjectMessage().

Deprecated:
For API compatibility only.

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.

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.

Reimplemented from DtSimInterfaceContent.

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

For network serialization.

Reimplemented from DtSimInterfaceContent.

For network serialization.

Reimplemented from DtSimInterfaceContent.

virtual void DtIfDeliverVrfObjectMessage::printDataToString ( DtString str) [virtual]

Reimplemented from DtSimInterfaceContent.


Member Data Documentation


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

Document ID: Generated on Fri Jun 29 16:33:32 EDT 2012 from SVN revision 116588
Copyright © 2005-2012 VT MÄK Inc. All Rights Reserved (www.mak.com)