VR-Forces Development_Version Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator 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. More...

Inheritance diagram for DtRectangularPyramidPublisher:
Inheritance graph
[legend]

Public Types

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

Public Member Functions

 DtRectangularPyramidPublisher (DtRectangularPyramidStateRepository *stateRepToUse, DtExerciseConn *conn, const DtObjectId &id=DtObjectId::nullId())
 Constructor.
 DtRectangularPyramidPublisher (DtExerciseConn *conn, const DtObjectId &id=DtObjectId::nullId())
 Constructor.
virtual ~DtRectangularPyramidPublisher ()
 Destructor.
virtual
DtRectangularPyramidStateRepository
rectangularPyramidStateRep ()
 Returns a pointer to the DtRectangularPyramidStateRepository - through which you can set or inspect current state information.
virtual
DtRectangularPyramidStateRepository
rsr ()
 Synonym for rectangularPyramidStateRep().
virtual void tick ()
 tick the publisher
virtual void forceUpdate ()
 for the next tick call to send out a PDU even if it is not needed.
virtual const DtObjectId & id () const
 Get the entity's identifier.
virtual const DtObjectId & localId () const
 Get the entity's localId - same as id for DIS.
virtual const
DtGlobalObjectDesignator & 
globalId () const
 Get the global object designator - same as id for DIS.
 DtRectangularPyramidPublisher (DtRectangularPyramidStateRepository *stateRepToUse, DtExerciseConn *conn, const char *name=0, const DtDDMRegionSet *regionSetToUse=0)
 Constructor.
 DtRectangularPyramidPublisher (RTI::ObjectClassHandle h, DtExerciseConn *conn, const char *name=0, const DtDDMRegionSet *regionSetToUse=0)
 Constructor.
 DtRectangularPyramidPublisher (DtExerciseConn *conn, const char *name=0, const DtDDMRegionSet *regionSetToUse=0)
 Constructor.
 DtRectangularPyramidPublisher (DtHlaObjectWithStateRep *obj, DtExerciseConn *conn)
 Constructor that creates a publisher for an existing DtHlaObject.
virtual ~DtRectangularPyramidPublisher ()
 Destructor.
virtual
DtRectangularPyramidStateRepository
rectangularPyramidStateRep ()
 Returns a pointer to the DtRectangularPyramidStateRepository - through which you can set or inspect current state information.
virtual
DtRectangularPyramidStateRepository
rsr ()
 Synonym for rectangularPyramidStateRep().

Static Public Member Functions

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

Protected Attributes

DtObjectId myId
DtRectangularPyramidDecodermyDecoder
DtRectangularPyramidEncodermyEncoder

Static Protected Attributes

static DtStateRepCreator theStateRepCreator

Private Member Functions

 DtRectangularPyramidPublisher (const DtRectangularPyramidPublisher &orig)
 Copy Constructor – not implemented.
DtRectangularPyramidPublisheroperator= (const DtRectangularPyramidPublisher &orig)
 Assignment operator – not implemented.
 DtRectangularPyramidPublisher (const DtRectangularPyramidPublisher &orig)
 Copy Constructor – not implemented.
DtRectangularPyramidPublisheroperator= (const DtRectangularPyramidPublisher &orig)
 Assignment operator – not implemented.

Detailed Description

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

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

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 Mar 8 22:13:38 EST 2016 from SVN revision 162938
Copyright © 2005-2015 VT MÄK. All Rights Reserved (www.mak.com)