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
DtIfAdminSyncMatrixRemovePlanRequest Class Reference

Admin content to request removing a plan from an object in a synchronization matrix phase. A DtIfSyncMatrixPlansStatus message is typically sent in response to this request.

Inheritance diagram for DtIfAdminSyncMatrixRemovePlanRequest:
Inheritance graph
[legend]

Public Member Functions

 DtIfAdminSyncMatrixRemovePlanRequest ()
 
 DtIfAdminSyncMatrixRemovePlanRequest (const DtIfAdminSyncMatrixRemovePlanRequest &orig)
 
const
DtIfAdminSyncMatrixRemovePlanRequest
operator= (const DtIfAdminSyncMatrixRemovePlanRequest &orig)
 
virtual ~DtIfAdminSyncMatrixRemovePlanRequest ()
 
virtual const
DtAdminContentMessageType
type () const
 
virtual DtAdminContentclone () const
 
virtual int netRepSize () const
 
virtual bool setFromNet (const char *contentBuffer, unsigned contentSize)
 
virtual bool setToNet ()
 
virtual DtString stringRep () const
 
virtual const DtUUIDobject () const
 
virtual void setObject (const DtUUID &object)
 
virtual const DtStringphaseName () const
 
virtual void setPhaseName (const DtString &phaseName)
 
- 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
 
DtString myPhaseName
 
- 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

DtIfAdminSyncMatrixRemovePlanRequest::DtIfAdminSyncMatrixRemovePlanRequest ( )

default constructor

DtIfAdminSyncMatrixRemovePlanRequest::DtIfAdminSyncMatrixRemovePlanRequest ( const DtIfAdminSyncMatrixRemovePlanRequest orig)

copy constructor

virtual DtIfAdminSyncMatrixRemovePlanRequest::~DtIfAdminSyncMatrixRemovePlanRequest ( )
virtual

Member Function Documentation

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

assignment operator

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

Implements DtAdminContent.

virtual DtAdminContent* DtIfAdminSyncMatrixRemovePlanRequest::clone ( ) const
virtual

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& DtIfAdminSyncMatrixRemovePlanRequest::object ( ) const
virtual

The object uuid.

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

The object uuid.

virtual const DtString& DtIfAdminSyncMatrixRemovePlanRequest::phaseName ( ) const
virtual

The synchronization matrix phase name.

virtual void DtIfAdminSyncMatrixRemovePlanRequest::setPhaseName ( const DtString phaseName)
virtual

The synchronization matrix phase name.

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

Reimplemented from DtAdminContent.

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

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

Reimplemented from DtAdminContent.

virtual bool DtIfAdminSyncMatrixRemovePlanRequest::setToNet ( )
virtual

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

Reimplemented from DtAdminContent.

virtual DtString DtIfAdminSyncMatrixRemovePlanRequest::stringRep ( ) const
virtual

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* DtIfAdminSyncMatrixRemovePlanRequest::create ( )
static

Member Data Documentation

DtUUID DtIfAdminSyncMatrixRemovePlanRequest::myObject
protected
DtString DtIfAdminSyncMatrixRemovePlanRequest::myPhaseName
protected

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

Document ID: Generated on Tue Sep 24 19:28:17 EDT 2024 from SVN revision 269799
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)