![]() |
VR-Forces 5.0.3 Developer's Guide
|
Admin content to request addition of objects to a synchronization matrix. A DtIfSyncMatrixObjectsListResponse message is typically sent in response to this request.

Public Types | |
| typedef std::vector< DtUUID > | SyncMatrixObjects |
Public Member Functions | |
| DtIfAdminSyncMatrixAddObjectsRequest () | |
| DtIfAdminSyncMatrixAddObjectsRequest (const DtIfAdminSyncMatrixAddObjectsRequest &orig) | |
| const DtIfAdminSyncMatrixAddObjectsRequest & | operator= (const DtIfAdminSyncMatrixAddObjectsRequest &orig) |
| virtual | ~DtIfAdminSyncMatrixAddObjectsRequest () |
| virtual const DtAdminContentMessageType & | type () const |
| virtual DtAdminContent * | clone () const |
| virtual int | netRepSize () const |
| virtual bool | setFromNet (const char *contentBuffer, unsigned contentSize) |
| virtual bool | setToNet () |
| virtual DtString | stringRep () const |
| virtual void | addObject (const DtUUID &uuid) |
| virtual const SyncMatrixObjects & | objects () const |
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 | |
| SyncMatrixObjects | myObjects |
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 |
| typedef std::vector<DtUUID> DtIfAdminSyncMatrixAddObjectsRequest::SyncMatrixObjects |
| DtIfAdminSyncMatrixAddObjectsRequest::DtIfAdminSyncMatrixAddObjectsRequest | ( | ) |
default constructor
| DtIfAdminSyncMatrixAddObjectsRequest::DtIfAdminSyncMatrixAddObjectsRequest | ( | const DtIfAdminSyncMatrixAddObjectsRequest & | orig | ) |
copy constructor
|
virtual |
| const DtIfAdminSyncMatrixAddObjectsRequest& DtIfAdminSyncMatrixAddObjectsRequest::operator= | ( | const DtIfAdminSyncMatrixAddObjectsRequest & | 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 |
A vector containing the uuids of the objects.
|
virtual |
A vector containing the uuids of the objects.
|
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 |