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

Admin content to request activate/deactivate a plan of an object in a synchronization matrix phase. A DtIfSyncMatrixPlansStatus message is typically sent in response to this request.

Inheritance diagram for DtIfAdminSyncMatrixActivatePlanRequest:
Inheritance graph
[legend]

Public Member Functions

 DtIfAdminSyncMatrixActivatePlanRequest ()
 
 DtIfAdminSyncMatrixActivatePlanRequest (const DtIfAdminSyncMatrixActivatePlanRequest &orig)
 
const
DtIfAdminSyncMatrixActivatePlanRequest
operator= (const DtIfAdminSyncMatrixActivatePlanRequest &orig)
 
virtual ~DtIfAdminSyncMatrixActivatePlanRequest () 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)
 
virtual const DtStringphaseName () const
 
virtual void setPhaseName (const DtString &phaseName)
 
virtual bool activate () const
 
virtual void setActivate (bool activate)
 
- 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
 
bool myActivate
 
- 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

DtIfAdminSyncMatrixActivatePlanRequest::DtIfAdminSyncMatrixActivatePlanRequest ( )

default constructor

DtIfAdminSyncMatrixActivatePlanRequest::DtIfAdminSyncMatrixActivatePlanRequest ( const DtIfAdminSyncMatrixActivatePlanRequest orig)

copy constructor

virtual DtIfAdminSyncMatrixActivatePlanRequest::~DtIfAdminSyncMatrixActivatePlanRequest ( )
overridevirtual

Member Function Documentation

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

assignment operator

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

Implements DtAdminContent.

virtual DtAdminContent* DtIfAdminSyncMatrixActivatePlanRequest::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& DtIfAdminSyncMatrixActivatePlanRequest::object ( ) const
virtual

The object uuid.

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

The object uuid.

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

The synchronization matrix phase name.

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

The synchronization matrix phase name.

virtual bool DtIfAdminSyncMatrixActivatePlanRequest::activate ( ) const
virtual

Activate/Deactivate status.

virtual void DtIfAdminSyncMatrixActivatePlanRequest::setActivate ( bool  activate)
virtual

Activate/Deactivate status.

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

Reimplemented from DtAdminContent.

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

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

Reimplemented from DtAdminContent.

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

Member Data Documentation

DtUUID DtIfAdminSyncMatrixActivatePlanRequest::myObject
protected
DtString DtIfAdminSyncMatrixActivatePlanRequest::myPhaseName
protected
bool DtIfAdminSyncMatrixActivatePlanRequest::myActivate
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)