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

Instances of DtEmitterBeamPublisher are used for local or source simulations of emitter beams, (i.e. More...

+ Inheritance diagram for DtEmitterBeamPublisher:
+ Collaboration diagram for DtEmitterBeamPublisher:

List of all members.

Public Types

typedef DtEmitterBeamRepository *(* DtStateRepCreator )()
 Function prototype for functions that create DtBeamRepositories.

Public Member Functions

 DtEmitterBeamPublisher (RTI::ObjectClassHandle h, DtExerciseConn *conn, DtEmitterBeamRepository *bsr=0, const char *name=0, const DtDDMRegionSet *regionSetToUse=0)
 constructor. NULL bsr means create your own.
 DtEmitterBeamPublisher (DtExerciseConn *conn, DtEmitterBeamRepository *bsr=0, const char *name=0, const DtDDMRegionSet *regionSetToUse=0)
 constructor. NULL bsr means create your own.
 DtEmitterBeamPublisher (DtHlaObjectWithStateRep *obj, DtExerciseConn *conn)
 Constructor that creates a publisher for an existing DtHlaObject.
virtual ~DtEmitterBeamPublisher ()
 destructor
virtual DtEmitterBeamRepositoryemitrBeamRep ()
 Returns a pointer to the DtEmitterBeamRepository - through which you can set or inspect current state information.
virtual DtEmitterBeamRepositorybsr ()
 Synonym for emitrBeamRep().
virtual const char * classToUse (DtEmitterBeamRepository *bsr) const
 Returns the name of the FOM object class handle to use.

Static Public Member Functions

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

Protected Member Functions

 DtEmitterBeamPublisher (const DtEmitterBeamPublisher &orig)
 copy constructor
DtEmitterBeamPublisheroperator= (const DtEmitterBeamPublisher &orig)
 assignment operator

Protected Attributes

bool myOwnBsr

Static Protected Attributes

static DtStateRepCreator theStateRepCreator

Detailed Description

Instances of DtEmitterBeamPublisher are used for local or source simulations of emitter beams, (i.e.

these entities are not dependent on data being produced elsewhere on the network for their existence). These emitter beams send data to the network.


Member Typedef Documentation

Function prototype for functions that create DtBeamRepositories.


Constructor & Destructor Documentation

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

constructor. NULL bsr means create your own.

DtEmitterBeamPublisher::DtEmitterBeamPublisher ( DtExerciseConn conn,
DtEmitterBeamRepository bsr = 0,
const char *  name = 0,
const DtDDMRegionSet regionSetToUse = 0 
)

constructor. NULL bsr means create your own.

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


Member Function Documentation

virtual const char* DtEmitterBeamPublisher::classToUse ( DtEmitterBeamRepository bsr) const [virtual]

Returns the name of the FOM object class handle to use.

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

References DtObjectPublisher::myStateRep.

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

assignment operator

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)