VR-Forces Developer's Guide
 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 Attributes | Static Protected Attributes | Private Member Functions
DtRectangularPyramidPublisher Class Reference

Instances of DtRectangularPyramidPublisher publish SensorFieldOfView.RectangularPyramid objects to the network.

Inheritance diagram for DtRectangularPyramidPublisher:
Inheritance graph
[legend]

Public Types

typedef
DtRectangularPyramidStateRepository *(* 
DtStateRepCreator )()
 
typedef
DtRectangularPyramidStateRepository *(* 
DtStateRepCreator )()
 

Public Member Functions

 DtRectangularPyramidPublisher (DtRectangularPyramidStateRepository *stateRepToUse, DtExerciseConn *conn, const DtObjectId &id=DtObjectId::nullId())
 
 DtRectangularPyramidPublisher (DtExerciseConn *conn, const DtObjectId &id=DtObjectId::nullId())
 
virtual ~DtRectangularPyramidPublisher ()
 
virtual
DtRectangularPyramidStateRepository
rectangularPyramidStateRep ()
 
virtual
DtRectangularPyramidStateRepository
rsr ()
 
virtual bool tick () override
 
virtual void forceUpdate ()
 
virtual const DtObjectId & id () const
 
virtual const DtObjectId & localId () const
 
virtual const
DtGlobalObjectDesignator
globalId () const
 
 DtRectangularPyramidPublisher (DtRectangularPyramidStateRepository *stateRepToUse, DtExerciseConn *conn, const char *name=0, const DtDDMRegionSet *regionSetToUse=0)
 
 DtRectangularPyramidPublisher (RTI::ObjectClassHandle h, DtExerciseConn *conn, const char *name=0, const DtDDMRegionSet *regionSetToUse=0)
 
 DtRectangularPyramidPublisher (DtExerciseConn *conn, const char *name=0, const DtDDMRegionSet *regionSetToUse=0)
 
 DtRectangularPyramidPublisher (DtHlaObjectWithStateRep *obj, DtExerciseConn *conn)
 
virtual ~DtRectangularPyramidPublisher ()
 
virtual
DtRectangularPyramidStateRepository
rectangularPyramidStateRep ()
 
virtual
DtRectangularPyramidStateRepository
rsr ()
 

Static Public Member Functions

static DtStateRepCreator setStateRepCreator (DtStateRepCreator creator)
 
static DtStateRepCreator setStateRepCreator (DtStateRepCreator creator)
 

Protected Attributes

DtObjectId myId
 
DtRectangularPyramidDecodermyDecoder
 
DtRectangularPyramidEncodermyEncoder
 

Static Protected Attributes

static DtStateRepCreator theStateRepCreator
 

Private Member Functions

 DtRectangularPyramidPublisher (const DtRectangularPyramidPublisher &orig)
 
DtRectangularPyramidPublisheroperator= (const DtRectangularPyramidPublisher &orig)
 
 DtRectangularPyramidPublisher (const DtRectangularPyramidPublisher &orig)
 
DtRectangularPyramidPublisheroperator= (const DtRectangularPyramidPublisher &orig)
 

Member Typedef Documentation

typedef DtRectangularPyramidStateRepository*(* DtRectangularPyramidPublisher::DtStateRepCreator)()

Function prototype for a function that creates a DtRectangularPyramidStateRepository.

typedef DtRectangularPyramidStateRepository*(* DtRectangularPyramidPublisher::DtStateRepCreator)()

Function prototype for a function that creates a DtRectangularPyramidStateRepository.

Constructor & Destructor Documentation

DtRectangularPyramidPublisher::DtRectangularPyramidPublisher ( DtRectangularPyramidStateRepository stateRepToUse,
DtExerciseConn *  conn,
const DtObjectId &  id = DtObjectId::nullId() 
)

Constructor.

DtRectangularPyramidPublisher::DtRectangularPyramidPublisher ( DtExerciseConn *  conn,
const DtObjectId &  id = DtObjectId::nullId() 
)

Constructor.

virtual DtRectangularPyramidPublisher::~DtRectangularPyramidPublisher ( )
virtual

Destructor.

DtRectangularPyramidPublisher::DtRectangularPyramidPublisher ( const DtRectangularPyramidPublisher orig)
private

Copy Constructor – not implemented.

DtRectangularPyramidPublisher::DtRectangularPyramidPublisher ( DtRectangularPyramidStateRepository stateRepToUse,
DtExerciseConn *  conn,
const char name = 0,
const DtDDMRegionSet *  regionSetToUse = 0 
)

Constructor.

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

Constructor.

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

Constructor.

DtRectangularPyramidPublisher::DtRectangularPyramidPublisher ( 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 DtRectangularPyramidPublisher::~DtRectangularPyramidPublisher ( )
virtual

Destructor.

DtRectangularPyramidPublisher::DtRectangularPyramidPublisher ( const DtRectangularPyramidPublisher orig)
private

Copy Constructor – not implemented.

Member Function Documentation

DtRectangularPyramidPublisher& DtRectangularPyramidPublisher::operator= ( const DtRectangularPyramidPublisher orig)
private

Assignment operator – not implemented.

DtRectangularPyramidStateRepository * DtRectangularPyramidPublisher::rectangularPyramidStateRep ( )
inlinevirtual

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

DtRectangularPyramidStateRepository * DtRectangularPyramidPublisher::rsr ( )
inlinevirtual
virtual bool DtRectangularPyramidPublisher::tick ( )
overridevirtual

tick the publisher

virtual void DtRectangularPyramidPublisher::forceUpdate ( )
virtual

for the next tick call to send out a PDU even if it is not needed.

virtual const DtObjectId& DtRectangularPyramidPublisher::id ( ) const
virtual

Get the entity's identifier.

virtual const DtObjectId& DtRectangularPyramidPublisher::localId ( ) const
virtual

Get the entity's localId - same as id for DIS.

virtual const DtGlobalObjectDesignator& DtRectangularPyramidPublisher::globalId ( ) const
virtual

Get the global object designator - same as id for DIS.

static DtStateRepCreator DtRectangularPyramidPublisher::setStateRepCreator ( DtStateRepCreator  creator)
static

Give us a function to be used for creating SRs.

DtRectangularPyramidPublisher& DtRectangularPyramidPublisher::operator= ( const DtRectangularPyramidPublisher orig)
private

Assignment operator – not implemented.

virtual DtRectangularPyramidStateRepository* DtRectangularPyramidPublisher::rectangularPyramidStateRep ( )
virtual

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

virtual DtRectangularPyramidStateRepository* DtRectangularPyramidPublisher::rsr ( )
virtual
static DtStateRepCreator DtRectangularPyramidPublisher::setStateRepCreator ( DtStateRepCreator  creator)
static

Give us a function to be used for creating SRs.

Member Data Documentation

static DtStateRepCreator DtRectangularPyramidPublisher::theStateRepCreator
staticprotected
DtObjectId DtRectangularPyramidPublisher::myId
protected
DtRectangularPyramidDecoder* DtRectangularPyramidPublisher::myDecoder
protected
DtRectangularPyramidEncoder* DtRectangularPyramidPublisher::myEncoder
protected

The documentation for this class was generated from the following files:

Document ID: Generated on Tue Sep 24 19:28:17 EDT 2024 from SVN revision 269799
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)