![]() |
VR-Forces Developer's Guide
|
Admin content to set info of a synchronization matrix phase. A DtIfSyncMatrixPhaseInfoResponse message is typically sent in response to this request.

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 | |
| DtString | myCurrentName |
| DtString | myRequestedName |
| int | myPhaseIndex |
| bool | myEndConditionSpecified |
| DtRwCondExpr | myEndCondition |
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 |
| DtIfAdminSyncMatrixPhaseInfoRequest::DtIfAdminSyncMatrixPhaseInfoRequest | ( | ) |
default constructor
| DtIfAdminSyncMatrixPhaseInfoRequest::DtIfAdminSyncMatrixPhaseInfoRequest | ( | const DtIfAdminSyncMatrixPhaseInfoRequest & | orig | ) |
copy constructor
|
virtual |
| const DtIfAdminSyncMatrixPhaseInfoRequest& DtIfAdminSyncMatrixPhaseInfoRequest::operator= | ( | const DtIfAdminSyncMatrixPhaseInfoRequest & | orig | ) |
assignment operator
|
virtual |
Implements DtAdminContent.
|
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 |
The phase current name. If empty, a new phase will be created.
|
virtual |
The phase current name. If empty, a new phase will be created.
|
virtual |
The phase requested name. Can be used as either the name of a new phase or the new name for an existing phase.
|
virtual |
The phase requested name. Can be used as either the name of a new phase or the new name for an existing phase.
|
virtual |
The phase index in the phases list. Used when we want to add a new phase in a specific index or move an existing phase to another index in the phases list.
|
virtual |
The phase index in the phases list. Used when we want to add a new phase in a specific index or move an existing phase to another index in the phases list.
|
virtual |
Determine if this message specify an end condition. If not, the current end condition of the phase will not be replaced. Default value: true.
|
virtual |
Determine if this message specify an end condition. If not, the current end condition of the phase will not be replaced. Default value: true.
|
virtual |
Set/Get the end condition.
|
virtual |
Set/Get the end condition.
|
virtual |
Reimplemented from DtAdminContent.
|
virtual |
Sets the contents of this set request based on the network buffer. Base class does nothing and returns true.
Reimplemented from DtAdminContent.
|
virtual |
Sets netRep buffer to the contents of this set request. Base class does nothing and returns true.
Reimplemented from DtAdminContent.
|
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 |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |