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 | Static Protected Attributes | Private Member Functions
makVrfMetoc::DtServicePublisher Class Reference

Instances of DtServicePublisher publish METOC_Root.Service objects to the network. More...

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

Public Types

typedef
DtServiceStateRepository *(* 
DtStateRepCreator )()
 Function prototype for a function that creates a DtServiceStateRepository. More...
 

Public Member Functions

 DtServicePublisher (DtServiceStateRepository *stateRepToUse, DtExerciseConn *conn, const char *name=0, const DtDDMRegionSet *regionSetToUse=0)
 Constructor. More...
 
 DtServicePublisher (RTI::ObjectClassHandle h, DtExerciseConn *conn, const char *name=0, const DtDDMRegionSet *regionSetToUse=0)
 Constructor. More...
 
 DtServicePublisher (DtExerciseConn *conn, const char *name=0, const DtDDMRegionSet *regionSetToUse=0)
 Constructor. More...
 
 DtServicePublisher (DtHlaObjectWithStateRep *obj, DtExerciseConn *conn)
 Constructor that creates a publisher for an existing DtHlaObject. More...
 
virtual ~DtServicePublisher ()
 Destructor. More...
 
virtual DtServiceStateRepositoryserviceStateRep ()
 Returns a pointer to the DtServiceStateRepository - through which you can set or inspect current state information. More...
 
virtual DtServiceStateRepositoryssr ()
 Synonym for serviceStateRep(). More...
 

Static Public Member Functions

static const charobjectClassName ()
 The Object class name (METOC_Root.Service) More...
 
static DtStateRepCreator setStateRepCreator (DtStateRepCreator creator)
 Give us a function to be used for creating SRs. More...
 

Static Protected Attributes

static DtStateRepCreator theStateRepCreator
 

Private Member Functions

 DtServicePublisher (const DtServicePublisher &orig)
 Copy Constructor – not implemented. More...
 
DtServicePublisheroperator= (const DtServicePublisher &orig)
 Assignment operator – not implemented. More...
 

Detailed Description

Instances of DtServicePublisher publish METOC_Root.Service objects to the network.

Member Typedef Documentation

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

Function prototype for a function that creates a DtServiceStateRepository.

Constructor & Destructor Documentation

makVrfMetoc::DtServicePublisher::DtServicePublisher ( DtServiceStateRepository stateRepToUse,
DtExerciseConn *  conn,
const char name = 0,
const DtDDMRegionSet *  regionSetToUse = 0 
)

Constructor.

makVrfMetoc::DtServicePublisher::DtServicePublisher ( RTI::ObjectClassHandle  h,
DtExerciseConn *  conn,
const char name = 0,
const DtDDMRegionSet *  regionSetToUse = 0 
)

Constructor.

makVrfMetoc::DtServicePublisher::DtServicePublisher ( DtExerciseConn *  conn,
const char name = 0,
const DtDDMRegionSet *  regionSetToUse = 0 
)

Constructor.

makVrfMetoc::DtServicePublisher::DtServicePublisher ( DtHlaObjectWithStateRep *  obj,
DtExerciseConn *  conn 
)

Constructor that creates a publisher for an existing DtHlaObject.

(DtHlaObjectWithStateRep is derived from DtHlaObject.) Typically used in conjunction with ownership management, when you want to take ownership and begin updating some attributes of an object that you have already discovered.

virtual makVrfMetoc::DtServicePublisher::~DtServicePublisher ( )
virtual

Destructor.

makVrfMetoc::DtServicePublisher::DtServicePublisher ( const DtServicePublisher orig)
private

Copy Constructor – not implemented.

Member Function Documentation

static const char* makVrfMetoc::DtServicePublisher::objectClassName ( )
static

The Object class name (METOC_Root.Service)

DtServicePublisher& makVrfMetoc::DtServicePublisher::operator= ( const DtServicePublisher orig)
private

Assignment operator – not implemented.

DtServiceStateRepository * makVrfMetoc::DtServicePublisher::serviceStateRep ( )
inlinevirtual

Returns a pointer to the DtServiceStateRepository - through which you can set or inspect current state information.

DtServiceStateRepository * makVrfMetoc::DtServicePublisher::ssr ( )
inlinevirtual

Synonym for serviceStateRep().

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

Give us a function to be used for creating SRs.

Member Data Documentation

DtStateRepCreator makVrfMetoc::DtServicePublisher::theStateRepCreator
staticprotected

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)