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

class DtReflectedGriddedData: More...

+ Inheritance diagram for DtReflectedGriddedData:
+ Collaboration diagram for DtReflectedGriddedData:

List of all members.

Public Types

typedef DtGriddedDataRepository *(* DtStateRepCreator )()
 Function prototype for functions that create DtGriddedDataRepositories.

Public Member Functions

 DtReflectedGriddedData (DtHlaObject *obj, DtExerciseConn *conn)
 constructor
virtual ~DtReflectedGriddedData ()
 destructor
virtual DtGriddedDataRepositorygridDataRep () const
 Get the designator's state repository.
virtual DtGriddedDataRepositorygdsr () const
 Synonym for designatorRep().
virtual DtReflectedGriddedDatanext () const
 Get the next remote designator.
virtual DtReflectedGriddedDataprev () const
 Get the previous remote designator.
virtual DtReflectedGriddedDatawrapNext () const
 Get the next remote designator.
virtual DtReflectedGriddedDatawrapPrev () const
 Get the previous remote designator.
virtual void addPostUpdateCallback (DtGriddedDataCallbackFunction cb, void *userData)
 Designator state callback registration/deregistration.
virtual void removePostUpdateCallback (DtGriddedDataCallbackFunction 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

 DtReflectedGriddedData (const DtReflectedGriddedData &orig)
 copy constructor -- not implemented
DtReflectedGriddedDataoperator= (const DtReflectedGriddedData &orig)
 assignment operator -- not implemented

Static Protected Attributes

static DtStateRepCreator theStateRepCreator

Detailed Description

class DtReflectedGriddedData:

Instances of DtReflectedGriddedData are used to represent a GriddedData Object which has been published remotely.


Member Typedef Documentation

Function prototype for functions that create DtGriddedDataRepositories.


Constructor & Destructor Documentation

constructor

destructor

copy constructor -- not implemented


Member Function Documentation

virtual void DtReflectedGriddedData::addPostUpdateCallback ( DtGriddedDataCallbackFunction  cb,
void *  userData 
) [virtual]

Designator state callback registration/deregistration.

Synonym for designatorRep().

References DtReflectedObject::myStateRep.

Get the designator's state repository.

References DtReflectedObject::myStateRep.

Get the next remote designator.

Reimplemented from DtListedObj.

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

assignment operator -- not implemented

Get the previous remote designator.

Reimplemented from DtListedObj.

virtual void DtReflectedGriddedData::removePostUpdateCallback ( DtGriddedDataCallbackFunction  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)