VR-Forces Developer's Guide
 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
DtIfAdminSyncMatrixRemoveObjectRequest Class Reference

Admin content to request a removal of an object from a synchronization matrix. A DtIfSyncMatrixRemoveObjectResponse message is typically sent in response to this request.

Inheritance diagram for DtIfAdminSyncMatrixRemoveObjectRequest:
Inheritance graph
[legend]

Public Member Functions

 DtIfAdminSyncMatrixRemoveObjectRequest ()
 
 DtIfAdminSyncMatrixRemoveObjectRequest (const DtIfAdminSyncMatrixRemoveObjectRequest &orig)
 
const
DtIfAdminSyncMatrixRemoveObjectRequest
operator= (const DtIfAdminSyncMatrixRemoveObjectRequest &orig)
 
virtual ~DtIfAdminSyncMatrixRemoveObjectRequest () override
 
virtual const
DtAdminContentMessageType
type () const override
 
virtual DtAdminContentclone () const override
 
virtual int netRepSize () const override
 
virtual bool setFromNet (const char *contentBuffer, unsigned contentSize) override
 
virtual bool setToNet () override
 
virtual DtString stringRep () const override
 
virtual const DtUUIDobject () const
 
virtual void setObject (const DtUUID &object)
 
- Public Member Functions inherited from DtAdminContent
virtual ~DtAdminContent ()
 
virtual bool init ()
 
virtual charnetRep ()
 

Static Public Member Functions

static DtAdminContentcreate ()
 
- Static Public Member Functions inherited from DtAdminContent
static void addAdminContentCreatorFcn (const DtAdminContentMessageType &contentName, DtAdminContentCreatorFcn fcn)
 
static void setFactory (DtAdminContentFactory *factory)
 
static DtAdminContentFactoryfactory ()
 
static bool isTypeRegistered (const DtAdminContentMessageType &type)
 

Protected Attributes

DtUUID myObject
 
- Protected Attributes inherited from DtAdminContent
charmyNetRep
 

Additional Inherited Members

- Protected Member Functions inherited from DtAdminContent
 DtAdminContent ()
 
 DtAdminContent (const DtAdminContent &orig)
 
const DtAdminContentoperator= (const DtAdminContent &orig)
 
virtual charcreateNetworkBuffer ()
 
- Static Protected Attributes inherited from DtAdminContent
static DtAdminContentFactorymyFactory
 

Constructor & Destructor Documentation

DtIfAdminSyncMatrixRemoveObjectRequest::DtIfAdminSyncMatrixRemoveObjectRequest ( )

default constructor

DtIfAdminSyncMatrixRemoveObjectRequest::DtIfAdminSyncMatrixRemoveObjectRequest ( const DtIfAdminSyncMatrixRemoveObjectRequest orig)

copy constructor

virtual DtIfAdminSyncMatrixRemoveObjectRequest::~DtIfAdminSyncMatrixRemoveObjectRequest ( )
overridevirtual

Member Function Documentation

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

assignment operator

virtual const DtAdminContentMessageType& DtIfAdminSyncMatrixRemoveObjectRequest::type ( ) const
overridevirtual
Returns
The type of admin content this class is. See types defined in radioMsgTypes.h.

Implements DtAdminContent.

virtual DtAdminContent* DtIfAdminSyncMatrixRemoveObjectRequest::clone ( ) const
overridevirtual

Make a copy of this content. Returns a pointer to a newly created copy of this class. Derived classes must override this function to create and return an instance of the derived type.

Implements DtAdminContent.

virtual const DtUUID& DtIfAdminSyncMatrixRemoveObjectRequest::object ( ) const
virtual

The object uuid.

virtual void DtIfAdminSyncMatrixRemoveObjectRequest::setObject ( const DtUUID object)
virtual

The object uuid.

virtual int DtIfAdminSyncMatrixRemoveObjectRequest::netRepSize ( ) const
overridevirtual
Returns
Size necessary for a network representation of this set request. Base class returns 0.

Reimplemented from DtAdminContent.

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

Sets the contents of this set request based on the network buffer. Base class does nothing and returns true.

Reimplemented from DtAdminContent.

virtual bool DtIfAdminSyncMatrixRemoveObjectRequest::setToNet ( )
overridevirtual

Sets netRep buffer to the contents of this set request. Base class does nothing and returns true.

Reimplemented from DtAdminContent.

virtual DtString DtIfAdminSyncMatrixRemoveObjectRequest::stringRep ( ) const
overridevirtual

Get a readable string representation of this content. Derived classes must implement this function. The string should include the identity of the content, along with any parameters. The format of the string is up to you.

Implements DtAdminContent.

static DtAdminContent* DtIfAdminSyncMatrixRemoveObjectRequest::create ( )
static

Member Data Documentation

DtUUID DtIfAdminSyncMatrixRemoveObjectRequest::myObject
protected

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

Document ID: Generated on Thu Oct 23 22:29:17 EDT 2025 from SVN revision 280951
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)