VR-Link API Documentation for HLA 1516
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | Static Protected Attributes
DtReflectedPointObject Class Reference

class DtReflectedPointObject: More...

+ Inheritance diagram for DtReflectedPointObject:
+ Collaboration diagram for DtReflectedPointObject:

List of all members.

Public Types

typedef DtPointObjectRepository *(* DtStateRepCreator )()
 Function prototype for functions that create DtPointObjectRepositories.

Public Member Functions

 DtReflectedPointObject (DtHlaObject *obj, DtExerciseConn *conn)
 constructor
virtual ~DtReflectedPointObject ()
 destructor
virtual DtPointObjectRepositorypointObjectRep () const
 Get the point object's state repository.
virtual DtPointObjectRepositoryposr () const
 Synonym for pointObjectRep().
virtual DtReflectedPointObjectnext () const
 Get the next remote point object.
virtual DtReflectedPointObjectprev () const
 Get the previous remote point object.
virtual DtReflectedPointObjectwrapNext () const
 Get the next remote point object.
virtual DtReflectedPointObjectwrapPrev () const
 Get the previous remote point object.
virtual void addPostUpdateCallback (DtPointObjectCallbackFunction cb, void *userData)
 Point object state callback registration/deregistration.
virtual void removePostUpdateCallback (DtPointObjectCallbackFunction cb, void *userData)

Static Public Member Functions

static DtStateRepCreator setStateRepCreator (DtStateRepCreator creator)
 Give us a function to be used for creating SRs.

Protected Member Functions

 DtReflectedPointObject (const DtReflectedPointObject &orig)
 copy constructor
DtReflectedPointObjectoperator= (const DtReflectedPointObject &orig)
 assignment operator

Static Protected Attributes

static DtStateRepCreator theStateRepCreator

Detailed Description

class DtReflectedPointObject:

Instances of DtReflectedPointObject are used to represent HLA Point Object instances, which were remotely published.


Member Typedef Documentation

Function prototype for functions that create DtPointObjectRepositories.


Constructor & Destructor Documentation

constructor

destructor

copy constructor


Member Function Documentation

virtual void DtReflectedPointObject::addPostUpdateCallback ( DtPointObjectCallbackFunction  cb,
void *  userData 
) [virtual]

Point object state callback registration/deregistration.

Get the next remote point object.

Reimplemented from DtListedObj.

DtReflectedPointObject& DtReflectedPointObject::operator= ( const DtReflectedPointObject orig) [protected]

assignment operator

Get the point object's state repository.

References DtReflectedObject::myStateRep.

Get the previous remote point object.

Reimplemented from DtListedObj.

virtual void DtReflectedPointObject::removePostUpdateCallback ( DtPointObjectCallbackFunction  cb,
void *  userData 
) [virtual]

Give us a function to be used for creating SRs.

Get the next remote point object.

Will cycle back to the first remote point object.

Reimplemented from DtListedObj.

Get the previous remote point object.

Will cycle back to the last remote point object.

Reimplemented from DtListedObj.


Member Data Documentation


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

Document ID: Generated on Mon May 14 08:06:18 EDT 2012 from SVN revision 114750
Copyright © 2005-2012 VT MÄK Inc. All Rights Reserved (www.mak.com)