VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
List of all members | Public Types | Public Member Functions | Static Public Member Functions | Protected Attributes
DtIfAdminSyncMatrixAddObjectsRequest Class Reference

Admin content to request addition of objects to a synchronization matrix. A DtIfSyncMatrixObjectsListResponse message is typically sent in response to this request.

Inheritance diagram for DtIfAdminSyncMatrixAddObjectsRequest:
Inheritance graph
[legend]

Public Types

typedef std::vector< DtUUIDSyncMatrixObjects
 

Public Member Functions

 DtIfAdminSyncMatrixAddObjectsRequest ()
 
 DtIfAdminSyncMatrixAddObjectsRequest (const DtIfAdminSyncMatrixAddObjectsRequest &orig)
 
const
DtIfAdminSyncMatrixAddObjectsRequest
operator= (const DtIfAdminSyncMatrixAddObjectsRequest &orig)
 
virtual ~DtIfAdminSyncMatrixAddObjectsRequest () 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 void addObject (const DtUUID &uuid)
 
virtual const SyncMatrixObjectsobjects () const
 
- 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

SyncMatrixObjects myObjects
 
- 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
 

Member Typedef Documentation

Constructor & Destructor Documentation

DtIfAdminSyncMatrixAddObjectsRequest::DtIfAdminSyncMatrixAddObjectsRequest ( )

default constructor

DtIfAdminSyncMatrixAddObjectsRequest::DtIfAdminSyncMatrixAddObjectsRequest ( const DtIfAdminSyncMatrixAddObjectsRequest orig)

copy constructor

virtual DtIfAdminSyncMatrixAddObjectsRequest::~DtIfAdminSyncMatrixAddObjectsRequest ( )
overridevirtual

Member Function Documentation

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

assignment operator

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

Implements DtAdminContent.

virtual DtAdminContent* DtIfAdminSyncMatrixAddObjectsRequest::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 void DtIfAdminSyncMatrixAddObjectsRequest::addObject ( const DtUUID uuid)
virtual

A vector containing the uuids of the objects.

virtual const SyncMatrixObjects& DtIfAdminSyncMatrixAddObjectsRequest::objects ( ) const
virtual

A vector containing the uuids of the objects.

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

Reimplemented from DtAdminContent.

virtual bool DtIfAdminSyncMatrixAddObjectsRequest::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 DtIfAdminSyncMatrixAddObjectsRequest::setToNet ( )
overridevirtual

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

Reimplemented from DtAdminContent.

virtual DtString DtIfAdminSyncMatrixAddObjectsRequest::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* DtIfAdminSyncMatrixAddObjectsRequest::create ( )
static

Member Data Documentation

SyncMatrixObjects DtIfAdminSyncMatrixAddObjectsRequest::myObjects
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)