VR-Forces 4.10 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
DtIfDisembarkObject Class Reference

Instances of this class are the interface message content used to disembarj an object from the specified parent. More...

Inheritance diagram for DtIfDisembarkObject:
Inheritance graph
[legend]

Public Member Functions

 DtIfDisembarkObject ()
 default constructor More...
 
 DtIfDisembarkObject (const DtIfDisembarkObject &orig)
 copy constructor More...
 
const DtIfDisembarkObjectoperator= (const DtIfDisembarkObject &orig)
 assignment operator More...
 
virtual ~DtIfDisembarkObject ()
 
virtual int type () const
 Returns DtQuerySpatialSubdivisionConfigurationType, defined in msgTypes.h. More...
 
virtual DtSimInterfaceContentclone () const
 Returns newly created copy of this object. More...
 
virtual void setDisembarkObject (const DtUUID &)
 
virtual const DtUUIDdisembarkObject () const
 
virtual int netRepSize () const
 Returns size of network representation of this object, in bytes. More...
 
virtual bool setFromNet (const char *contentBuffer, unsigned contentSize)
 Unpack network representation (contentBuffer) into this object. More...
 
virtual bool setToNet ()
 Package this object's data into a network format (a DtNetIfQuerySpatialSubdivisionConfiguration struct). More...
 
virtual void printDataToString (DtString &str)
 Human readable representation of this object's data (used for debugging purposes, and in applications such as vrfMsgDump). More...
 
virtual void setDisembarkAll (bool b)
 If true (default is false) disembark all objects that are embarked on this object. More...
 
virtual bool disembarkAll () const
 
- Public Member Functions inherited from DtSimInterfaceContent
virtual ~DtSimInterfaceContent ()
 
virtual bool update (const DtSimInterfaceContent *data)
 
virtual charnetRep ()
 
virtual void printContentType (DtString &str)
 
virtual void setUseSessionId (bool yesNo)
 
virtual bool useSessionId () const
 

Static Public Member Functions

static DtSimInterfaceContentcreator ()
 Returns a new instance of this class. More...
 
- Static Public Member Functions inherited from DtSimInterfaceContent
static DtSimInterfaceContentcreateInterfaceContent (int type)
 
static void addInterfaceContentCreatorFcn (int type, DtInterfaceContentCreatorFcn fcn)
 
static void setFactory (DtInterfaceContentFactory *factory)
 
static DtInterfaceContentFactoryfactory ()
 
static void registerContentTypePrinter (DtSimInterfaceContentTypePrinterFcn printFcn)
 

Protected Attributes

DtUUID myDisembarkObject
 
bool myDisembarkAll
 
- Protected Attributes inherited from DtSimInterfaceContent
charmyNetRep
 
bool myUseSessionId
 

Additional Inherited Members

- Protected Member Functions inherited from DtSimInterfaceContent
 DtSimInterfaceContent ()
 
 DtSimInterfaceContent (const DtSimInterfaceContent &orig)
 
const DtSimInterfaceContentoperator= (const DtSimInterfaceContent &orig)
 
virtual charcreateNetworkBuffer ()
 
- Static Protected Attributes inherited from DtSimInterfaceContent
static DtInterfaceContentFactorymyFactory
 
static
DtSimInterfaceContentTypePrinterFcn 
theContentTypePrinterFcn
 

Detailed Description

Instances of this class are the interface message content used to disembarj an object from the specified parent.

Content-Type: DtDisembarkObject

Constructor & Destructor Documentation

DtIfDisembarkObject::DtIfDisembarkObject ( )

default constructor

DtIfDisembarkObject::DtIfDisembarkObject ( const DtIfDisembarkObject orig)

copy constructor

virtual DtIfDisembarkObject::~DtIfDisembarkObject ( )
virtual

Member Function Documentation

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

assignment operator

virtual int DtIfDisembarkObject::type ( ) const
virtual

Returns DtQuerySpatialSubdivisionConfigurationType, defined in msgTypes.h.

Implements DtSimInterfaceContent.

virtual DtSimInterfaceContent* DtIfDisembarkObject::clone ( ) const
virtual

Returns newly created copy of this object.

Implements DtSimInterfaceContent.

virtual void DtIfDisembarkObject::setDisembarkObject ( const DtUUID )
virtual
virtual const DtUUID& DtIfDisembarkObject::disembarkObject ( ) const
virtual
virtual int DtIfDisembarkObject::netRepSize ( ) const
virtual

Returns size of network representation of this object, in bytes.

Reimplemented from DtSimInterfaceContent.

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

Unpack network representation (contentBuffer) into this object.

Reimplemented from DtSimInterfaceContent.

virtual bool DtIfDisembarkObject::setToNet ( )
virtual

Package this object's data into a network format (a DtNetIfQuerySpatialSubdivisionConfiguration struct).

Reimplemented from DtSimInterfaceContent.

virtual void DtIfDisembarkObject::printDataToString ( DtString str)
virtual

Human readable representation of this object's data (used for debugging purposes, and in applications such as vrfMsgDump).

Reimplemented from DtSimInterfaceContent.

static DtSimInterfaceContent* DtIfDisembarkObject::creator ( )
static

Returns a new instance of this class.

This function is registered with the DtInterfaceContentFactory with a key returned by the type() member function.

virtual void DtIfDisembarkObject::setDisembarkAll ( bool  b)
virtual

If true (default is false) disembark all objects that are embarked on this object.

If this flag is true, the disembark object is the parent of the objects to disembark

virtual bool DtIfDisembarkObject::disembarkAll ( ) const
virtual

Member Data Documentation

DtUUID DtIfDisembarkObject::myDisembarkObject
protected
bool DtIfDisembarkObject::myDisembarkAll
protected

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

Document ID: Generated on Tue Sep 21 17:42:52 EDT 2021 from SVN revision 234861
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)