VR-Forces 5.0.2 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 Member Functions | Static Protected Attributes
makVrfMetoc::DtReflectedService Class Reference

Instances of DtReflectedService are used to represent a simulated HLAobjectRoot.METOC_Root.Service object reflected across a network.

Inheritance diagram for makVrfMetoc::DtReflectedService:
Inheritance graph
[legend]

Public Types

typedef
DtServiceStateRepository *(* 
DtStateRepCreator )()
 

Public Member Functions

 DtReflectedService (DtHlaObject *obj, DtExerciseConn *exConn)
 
virtual ~DtReflectedService ()
 
virtual DtServiceStateRepositoryserviceStateRep () const
 
virtual DtServiceStateRepositoryssr () const
 
virtual DtReflectedServicenext () const
 
virtual DtReflectedServiceprev () const
 
virtual DtReflectedServicewrapNext () const
 
virtual DtReflectedServicewrapPrev () const
 
virtual void addPostUpdateCallback (DtServiceCallbackFunction cb, void *userData)
 
virtual void removePostUpdateCallback (DtServiceCallbackFunction cb, void *userData)
 

Static Public Member Functions

static DtStateRepCreator setStateRepCreator (DtStateRepCreator creator)
 

Protected Member Functions

 DtReflectedService (const DtReflectedService &orig)
 
DtReflectedServiceoperator= (const DtReflectedService &orig)
 

Static Protected Attributes

static DtStateRepCreator theStateRepCreator
 

Member Typedef Documentation

typedef DtServiceStateRepository*(* makVrfMetoc::DtReflectedService::DtStateRepCreator)()

Function prototype for functions that create a DtServiceStateRepository.

Constructor & Destructor Documentation

makVrfMetoc::DtReflectedService::DtReflectedService ( DtHlaObject *  obj,
DtExerciseConn *  exConn 
)

Constructor.

virtual makVrfMetoc::DtReflectedService::~DtReflectedService ( )
virtual

Destructor.

makVrfMetoc::DtReflectedService::DtReflectedService ( const DtReflectedService orig)
protected

Copy Constructor not implemented.

Member Function Documentation

DtServiceStateRepository * makVrfMetoc::DtReflectedService::serviceStateRep ( ) const
inlinevirtual

Returns the Service's state repository.

DtServiceStateRepository * makVrfMetoc::DtReflectedService::ssr ( ) const
inlinevirtual

Shorter version of lifeformRep.

virtual DtReflectedService* makVrfMetoc::DtReflectedService::next ( ) const
virtual

Returns the next reflected Service in the DtReflectedServiceList.

virtual DtReflectedService* makVrfMetoc::DtReflectedService::prev ( ) const
virtual

Returns the previous reflected Service in the DtReflectedServiceList.

virtual DtReflectedService* makVrfMetoc::DtReflectedService::wrapNext ( ) const
virtual

Returns the next reflected Service. Will cycle back to the first remote Service in the DtReflectedServiceList.

virtual DtReflectedService* makVrfMetoc::DtReflectedService::wrapPrev ( ) const
virtual

Returns the previous reflected Service. Will cycle back to the first remote Service in the DtReflectedServiceList.

virtual void makVrfMetoc::DtReflectedService::addPostUpdateCallback ( DtServiceCallbackFunction  cb,
void *  userData 
)
virtual

Add a callback that is called when the DtReflectedService is updated.

virtual void makVrfMetoc::DtReflectedService::removePostUpdateCallback ( DtServiceCallbackFunction  cb,
void *  userData 
)
virtual

Remove the callback that is called when the DtReflectedService is updated.

static DtStateRepCreator makVrfMetoc::DtReflectedService::setStateRepCreator ( DtStateRepCreator  creator)
static

Set the function to be called for creating state repositories.

DtReflectedService& makVrfMetoc::DtReflectedService::operator= ( const DtReflectedService orig)
protected

Assignment operator not implemented.

Member Data Documentation

DtStateRepCreator makVrfMetoc::DtReflectedService::theStateRepCreator
staticprotected

The function called to create state repositories.


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

Document ID: Generated on Sun Dec 4 20:22:03 EST 2022 from SVN revision 249613
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)