VR-Link API Documentation for HLA 1.3
Public Member Functions | Protected Member Functions
DtGenericObjectPublisher Class Reference

Instances of DtGenericObjectPublisher are used for local or source simulations of objects for which a more specific publisher does not exist. More...

+ Inheritance diagram for DtGenericObjectPublisher:
+ Collaboration diagram for DtGenericObjectPublisher:

List of all members.

Public Member Functions

 DtGenericObjectPublisher (DtExerciseConn *conn, const char *className, const char *objName=0, const DtDDMRegionSet *regionSetToUse=0)
 Constructor - configure base class with proper FOM class, state repositories, encoder and decoder.
virtual ~DtGenericObjectPublisher ()
 destructor
virtual DtGenericStateRepositorygenericStateRep ()
 Returns a pointer to the DtGenericStateRepository - through which you can set current state information.
virtual DtGenericStateRepositorygsr ()
 Synonym for genericStateRep().

Protected Member Functions

 DtGenericObjectPublisher (const DtGenericObjectPublisher &other)
 Copy CTOR -- Not Implemented.
DtGenericObjectPublisheroperator= (const DtGenericObjectPublisher &other)
 Assignment Operator -- Not Implemented.

Detailed Description

Instances of DtGenericObjectPublisher are used for local or source simulations of objects for which a more specific publisher does not exist.

The publisher sends data to the network when necessary. This class is derived from DtObjectPublisher, which does most of the work. The derived class mostly exists to provide type safety, and to configure the base object.


Constructor & Destructor Documentation

DtGenericObjectPublisher::DtGenericObjectPublisher ( DtExerciseConn conn,
const char *  className,
const char *  objName = 0,
const DtDDMRegionSet regionSetToUse = 0 
)

Constructor - configure base class with proper FOM class, state repositories, encoder and decoder.

destructor

Copy CTOR -- Not Implemented.


Member Function Documentation

Returns a pointer to the DtGenericStateRepository - through which you can set current state information.

Synonym for genericStateRep().

DtGenericObjectPublisher& DtGenericObjectPublisher::operator= ( const DtGenericObjectPublisher other) [protected]

Assignment Operator -- Not Implemented.


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)