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

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

Inheritance diagram for DtIfAdminSyncMatrixSetPlanRequest:
Inheritance graph
[legend]

Public Member Functions

 DtIfAdminSyncMatrixSetPlanRequest ()
 
 DtIfAdminSyncMatrixSetPlanRequest (const DtIfAdminSyncMatrixSetPlanRequest &orig)
 
const
DtIfAdminSyncMatrixSetPlanRequest
operator= (const DtIfAdminSyncMatrixSetPlanRequest &orig)
 
virtual ~DtIfAdminSyncMatrixSetPlanRequest () 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 DtIfSyncMatrixPlanplan () const
 
virtual void setPlan (const DtIfSyncMatrixPlan *plan)
 
- 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

DtIfSyncMatrixPlanmyPlan
 
- 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

DtIfAdminSyncMatrixSetPlanRequest::DtIfAdminSyncMatrixSetPlanRequest ( )

default constructor

DtIfAdminSyncMatrixSetPlanRequest::DtIfAdminSyncMatrixSetPlanRequest ( const DtIfAdminSyncMatrixSetPlanRequest orig)

copy constructor

virtual DtIfAdminSyncMatrixSetPlanRequest::~DtIfAdminSyncMatrixSetPlanRequest ( )
overridevirtual

Member Function Documentation

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

assignment operator

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

Implements DtAdminContent.

virtual DtAdminContent* DtIfAdminSyncMatrixSetPlanRequest::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 DtIfSyncMatrixPlan* DtIfAdminSyncMatrixSetPlanRequest::plan ( ) const
virtual

The plan message.

virtual void DtIfAdminSyncMatrixSetPlanRequest::setPlan ( const DtIfSyncMatrixPlan plan)
virtual

The plan message.

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

Reimplemented from DtAdminContent.

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

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

Reimplemented from DtAdminContent.

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

Member Data Documentation

DtIfSyncMatrixPlan* DtIfAdminSyncMatrixSetPlanRequest::myPlan
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)