VR-Forces 5.0.1 Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
List of all members | Public Types | Public Member Functions | Static Public Member Functions | Protected Attributes
DtIfSyncMatrixListResponse Class Reference

Interface content containing a list of synchronization matrices names.

Inheritance diagram for DtIfSyncMatrixListResponse:
Inheritance graph
[legend]

Public Types

typedef std::vector< DtUUIDSyncMatrices
 

Public Member Functions

 DtIfSyncMatrixListResponse ()
 
 DtIfSyncMatrixListResponse (const DtIfSyncMatrixListResponse &orig)
 
const DtIfSyncMatrixListResponseoperator= (const DtIfSyncMatrixListResponse &orig)
 
virtual ~DtIfSyncMatrixListResponse ()
 
virtual int type () const
 
virtual DtSimInterfaceContentclone () const
 
virtual int netRepSize () const
 
virtual bool setFromNet (const char *contentBuffer, unsigned contentSize)
 
virtual bool setToNet ()
 
virtual void printDataToString (DtString &str)
 
virtual void addSyncMatrix (const DtUUID &uuid)
 
virtual const SyncMatricessyncMatrices () const
 
- Public Member Functions inherited from DtSimInterfaceContent
virtual ~DtSimInterfaceContent ()
 
virtual bool update (const DtSimInterfaceContent *data)
 
virtual charnetRep ()
 
virtual void printContentType (DtString &str)
 
virtual void setUseSessionId (bool yesNo)
 
virtual bool useSessionId () const
 

Static Public Member Functions

static DtSimInterfaceContentcreator ()
 
- Static Public Member Functions inherited from DtSimInterfaceContent
static DtSimInterfaceContentcreateInterfaceContent (int type)
 
static void addInterfaceContentCreatorFcn (int type, DtInterfaceContentCreatorFcn fcn)
 
static void setFactory (DtInterfaceContentFactory *factory)
 
static DtInterfaceContentFactoryfactory ()
 
static void registerContentTypePrinter (DtSimInterfaceContentTypePrinterFcn printFcn)
 

Protected Attributes

SyncMatrices mySyncMatrices
 
- Protected Attributes inherited from DtSimInterfaceContent
charmyNetRep
 
bool myUseSessionId
 

Additional Inherited Members

- Protected Member Functions inherited from DtSimInterfaceContent
 DtSimInterfaceContent ()
 
 DtSimInterfaceContent (const DtSimInterfaceContent &orig)
 
const DtSimInterfaceContentoperator= (const DtSimInterfaceContent &orig)
 
virtual charcreateNetworkBuffer ()
 
- Static Protected Attributes inherited from DtSimInterfaceContent
static DtInterfaceContentFactorymyFactory
 
static
DtSimInterfaceContentTypePrinterFcn 
theContentTypePrinterFcn
 

Member Typedef Documentation

Constructor & Destructor Documentation

DtIfSyncMatrixListResponse::DtIfSyncMatrixListResponse ( )

default constructor

DtIfSyncMatrixListResponse::DtIfSyncMatrixListResponse ( const DtIfSyncMatrixListResponse orig)

copy constructor

virtual DtIfSyncMatrixListResponse::~DtIfSyncMatrixListResponse ( )
virtual

Member Function Documentation

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

assignment operator

virtual int DtIfSyncMatrixListResponse::type ( ) const
virtual

Implements DtSimInterfaceContent.

virtual DtSimInterfaceContent* DtIfSyncMatrixListResponse::clone ( ) const
virtual

Implements DtSimInterfaceContent.

virtual void DtIfSyncMatrixListResponse::addSyncMatrix ( const DtUUID uuid)
virtual

A vector containing the uuids of the synchronization matrices.

virtual const SyncMatrices& DtIfSyncMatrixListResponse::syncMatrices ( ) const
virtual

A vector containing the uuids of the synchronization matrices.

virtual int DtIfSyncMatrixListResponse::netRepSize ( ) const
virtual

Reimplemented from DtSimInterfaceContent.

virtual bool DtIfSyncMatrixListResponse::setFromNet ( const char contentBuffer,
unsigned  contentSize 
)
virtual

Reimplemented from DtSimInterfaceContent.

virtual bool DtIfSyncMatrixListResponse::setToNet ( )
virtual

Reimplemented from DtSimInterfaceContent.

virtual void DtIfSyncMatrixListResponse::printDataToString ( DtString str)
virtual

Reimplemented from DtSimInterfaceContent.

static DtSimInterfaceContent* DtIfSyncMatrixListResponse::creator ( )
static

Member Data Documentation

SyncMatrices DtIfSyncMatrixListResponse::mySyncMatrices
protected

The documentation for this class was generated from the following file:

Document ID: Generated on Mon Jun 20 00:38:30 EDT 2022 from SVN revision 244029
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)