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

class DtReflectedDesignator: More...

+ Inheritance diagram for DtReflectedDesignator:
+ Collaboration diagram for DtReflectedDesignator:

List of all members.

Public Types

typedef DtDesignatorRepository *(* DtStateRepCreator )()
 Function prototype for functions that create DtDesignatorRepositories.

Public Member Functions

 DtReflectedDesignator (DtHlaObject *obj, DtExerciseConn *conn)
 constructor
virtual ~DtReflectedDesignator ()
 destructor
virtual DtDesignatorRepositorydesignatorRep () const
 Get the designator's state repository.
virtual DtDesignatorRepositorydsr () const
 Synonym for designatorRep().
virtual DtReflectedDesignatornext () const
 Get the next remote designator.
virtual DtReflectedDesignatorprev () const
 Get the previous remote designator.
virtual DtReflectedDesignatorwrapNext () const
 Get the next remote designator.
virtual DtReflectedDesignatorwrapPrev () const
 Get the previous remote designator.
virtual void addPostUpdateCallback (DtDesignatorCallbackFunction cb, void *userData)
 Designator state callback registration/deregistration.
virtual void removePostUpdateCallback (DtDesignatorCallbackFunction 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

 DtReflectedDesignator (const DtReflectedDesignator &orig)
 copy constructor
DtReflectedDesignatoroperator= (const DtReflectedDesignator &orig)
 assignment operator

Static Protected Attributes

static DtStateRepCreator theStateRepCreator

Detailed Description

class DtReflectedDesignator:

Instances of DtReflectedDesignator are used to represent HLA Designator Object instances, which were remotely published.


Member Typedef Documentation

Function prototype for functions that create DtDesignatorRepositories.


Constructor & Destructor Documentation

constructor

destructor

copy constructor


Member Function Documentation

virtual void DtReflectedDesignator::addPostUpdateCallback ( DtDesignatorCallbackFunction  cb,
void *  userData 
) [virtual]

Designator state callback registration/deregistration.

Get the designator's state repository.

References DtReflectedObject::myStateRep.

DtDesignatorRepository * DtReflectedDesignator::dsr ( ) const [inline, virtual]
virtual DtReflectedDesignator* DtReflectedDesignator::next ( ) const [virtual]

Get the next remote designator.

Reimplemented from DtListedObj.

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

assignment operator

virtual DtReflectedDesignator* DtReflectedDesignator::prev ( ) const [virtual]

Get the previous remote designator.

Reimplemented from DtListedObj.

virtual void DtReflectedDesignator::removePostUpdateCallback ( DtDesignatorCallbackFunction  cb,
void *  userData 
) [virtual]

Give us a function to be used for creating SRs.

Get the next remote designator.

Will cycle back to the first remote designator.

Reimplemented from DtListedObj.

Get the previous remote designator.

Will cycle back to the last remote designator.

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)