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

class DtDesignatorPublisher: More...

+ Inheritance diagram for DtDesignatorPublisher:
+ Collaboration diagram for DtDesignatorPublisher:

List of all members.

Public Types

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

Public Member Functions

 DtDesignatorPublisher (DtDesignatorRepository *stateRepToUse, DtExerciseConn *conn, const char *name=0, const DtDDMRegionSet *regionSetToUse=0)
 Constructor.
 DtDesignatorPublisher (RTI::ObjectClassHandle h, DtExerciseConn *conn, const char *name=0, const DtDDMRegionSet *regionSetToUse=0)
 Constructor.
 DtDesignatorPublisher (DtExerciseConn *conn, const char *name=0, const DtDDMRegionSet *regionSetToUse=0)
 Constructor.
 DtDesignatorPublisher (DtHlaObjectWithStateRep *obj, DtExerciseConn *conn)
 Constructor that creates a publisher for an existing DtHlaObject.
virtual ~DtDesignatorPublisher ()
 destructor
virtual DtDesignatorRepositorydesignatorStateRep ()
 Returns a pointer to the DtDesignatorRepository - through which you can set or inspect current state information.
virtual DtDesignatorRepositorydsr ()
 Synonym for designatorStateRep().
virtual const char * classToUse () const
 Returns the name of the FOM object class to use.

Static Public Member Functions

static DtStateRepCreator setStateRepCreator (DtStateRepCreator creator)
 Give us a function to be used for creating SRs.

Protected Member Functions

 DtDesignatorPublisher (const DtDesignatorPublisher &orig)
 copy constructor -- not implemented
DtDesignatorPublisheroperator= (const DtDesignatorPublisher &orig)
 copy constructor -- not implemented

Static Protected Attributes

static DtStateRepCreator theStateRepCreator

Detailed Description

class DtDesignatorPublisher:

Instances of DtDesignatorPublisher are used for local or source simulations of designators, (i.e. these entities are not dependent on data being produced elsewhere on the network for their existence). These designators send data to the network.


Member Typedef Documentation

Function prototype for functions that create DtDesignatorRepositories.


Constructor & Destructor Documentation

DtDesignatorPublisher::DtDesignatorPublisher ( DtDesignatorRepository stateRepToUse,
DtExerciseConn conn,
const char *  name = 0,
const DtDDMRegionSet regionSetToUse = 0 
)

Constructor.

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

Constructor.

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

Constructor.

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.

destructor

copy constructor -- not implemented


Member Function Documentation

virtual const char* DtDesignatorPublisher::classToUse ( ) const [virtual]

Returns the name of the FOM object class to use.

Default implementation is to ask the FOM Mapper.

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

References DtObjectPublisher::myStateRep.

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

copy constructor -- not implemented

Give us a function to be used for creating SRs.


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)