VR-Forces 4.10 Class Documentation
 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. More...

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

Public Types

typedef
DtServiceStateRepository *(* 
DtStateRepCreator )()
 Function prototype for functions that create a DtServiceStateRepository. More...
 

Public Member Functions

 DtReflectedService (DtHlaObject *obj, DtExerciseConn *exConn)
 Constructor. More...
 
virtual ~DtReflectedService ()
 Destructor. More...
 
virtual DtServiceStateRepositoryserviceStateRep () const
 Returns the Service's state repository. More...
 
virtual DtServiceStateRepositoryssr () const
 Shorter version of lifeformRep. More...
 
virtual DtReflectedServicenext () const
 Returns the next reflected Service in the DtReflectedServiceList. More...
 
virtual DtReflectedServiceprev () const
 Returns the previous reflected Service in the DtReflectedServiceList. More...
 
virtual DtReflectedServicewrapNext () const
 Returns the next reflected Service. More...
 
virtual DtReflectedServicewrapPrev () const
 Returns the previous reflected Service. More...
 
virtual void addPostUpdateCallback (DtServiceCallbackFunction cb, void *userData)
 Add a callback that is called when the DtReflectedService is updated. More...
 
virtual void removePostUpdateCallback (DtServiceCallbackFunction cb, void *userData)
 Remove the callback that is called when the DtReflectedService is updated. More...
 

Static Public Member Functions

static DtStateRepCreator setStateRepCreator (DtStateRepCreator creator)
 Set the function to be called for creating state repositories. More...
 

Protected Member Functions

 DtReflectedService (const DtReflectedService &orig)
 Copy Constructor not implemented. More...
 
DtReflectedServiceoperator= (const DtReflectedService &orig)
 Assignment operator not implemented. More...
 

Static Protected Attributes

static DtStateRepCreator theStateRepCreator
 The function called to create state repositories. More...
 

Detailed Description

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

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 Tue Sep 21 17:42:52 EDT 2021 from SVN revision 234861
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)