![]() |
VR-Forces Developer's Guide
|
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.

Public Member Functions | |
| DtIfAdminSyncMatrixSetPlanRequest () | |
| DtIfAdminSyncMatrixSetPlanRequest (const DtIfAdminSyncMatrixSetPlanRequest &orig) | |
| const DtIfAdminSyncMatrixSetPlanRequest & | operator= (const DtIfAdminSyncMatrixSetPlanRequest &orig) |
| virtual | ~DtIfAdminSyncMatrixSetPlanRequest () override |
| virtual const DtAdminContentMessageType & | type () const override |
| virtual DtAdminContent * | clone () 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 DtIfSyncMatrixPlan * | plan () const |
| virtual void | setPlan (const DtIfSyncMatrixPlan *plan) |
Public Member Functions inherited from DtAdminContent | |
| virtual | ~DtAdminContent () |
| virtual bool | init () |
| virtual char * | netRep () |
Static Public Member Functions | |
| static DtAdminContent * | create () |
Static Public Member Functions inherited from DtAdminContent | |
| static void | addAdminContentCreatorFcn (const DtAdminContentMessageType &contentName, DtAdminContentCreatorFcn fcn) |
| static void | setFactory (DtAdminContentFactory *factory) |
| static DtAdminContentFactory * | factory () |
| static bool | isTypeRegistered (const DtAdminContentMessageType &type) |
Protected Attributes | |
| DtIfSyncMatrixPlan * | myPlan |
Protected Attributes inherited from DtAdminContent | |
| char * | myNetRep |
Additional Inherited Members | |
Protected Member Functions inherited from DtAdminContent | |
| DtAdminContent () | |
| DtAdminContent (const DtAdminContent &orig) | |
| const DtAdminContent & | operator= (const DtAdminContent &orig) |
| virtual char * | createNetworkBuffer () |
Static Protected Attributes inherited from DtAdminContent | |
| static DtAdminContentFactory * | myFactory |
| DtIfAdminSyncMatrixSetPlanRequest::DtIfAdminSyncMatrixSetPlanRequest | ( | ) |
default constructor
| DtIfAdminSyncMatrixSetPlanRequest::DtIfAdminSyncMatrixSetPlanRequest | ( | const DtIfAdminSyncMatrixSetPlanRequest & | orig | ) |
copy constructor
|
overridevirtual |
| const DtIfAdminSyncMatrixSetPlanRequest& DtIfAdminSyncMatrixSetPlanRequest::operator= | ( | const DtIfAdminSyncMatrixSetPlanRequest & | orig | ) |
assignment operator
|
overridevirtual |
Implements DtAdminContent.
|
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 |
The plan message.
|
virtual |
The plan message.
|
overridevirtual |
Reimplemented from DtAdminContent.
|
overridevirtual |
Sets the contents of this set request based on the network buffer. Base class does nothing and returns true.
Reimplemented from DtAdminContent.
|
overridevirtual |
Sets netRep buffer to the contents of this set request. Base class does nothing and returns true.
Reimplemented from DtAdminContent.
|
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 |
|
protected |