VR-Link API Documentation for HLA Evolved
Public Member Functions | Static Public Member Functions | Protected Attributes
DtActionResponseFromObjInter Class Reference

Instances of DtActionResponseFromObjInter are used to represent ActionResponseFromObject Interactions in the RPR FOM. More...

+ Inheritance diagram for DtActionResponseFromObjInter:
+ Collaboration diagram for DtActionResponseFromObjInter:

List of all members.

Public Member Functions

 DtActionResponseFromObjInter ()
 default constructor
virtual ~DtActionResponseFromObjInter ()
 destructor
 DtActionResponseFromObjInter (const DtActionResponseFromObjInter &orig)
 copy constructor
DtActionResponseFromObjInteroperator= (const DtActionResponseFromObjInter &orig)
 assignment operator
virtual void printData () const
 Print the interaction's data to DtInfo.
virtual void printDataToStream (std::ostream &stream) const
 Print the interaction's data to the specified stream.
virtual void setActionResult (DtResponseFlag response)
 Set/Get action enum.
virtual DtResponseFlag actionResult () const
virtual const char * name () const
 Name of the interaction (Not necessarily the ClassName from the FOM).

Static Public Member Functions

static DtInteractioncreate ()
 Create a DtActionResponseFromObjInter.
static void addCallback (DtExerciseConn *conn, DtActionResponseFromObjInterCb cb, void *usr, DtDDMRegionSP region=DtDDMRegionSP())
 Add (register)/Remove (deregister) function to be called when interaction occurs.
static void removeCallback (DtExerciseConn *conn, DtActionResponseFromObjInterCb cb, void *usr, DtDDMRegionSP region=DtDDMRegionSP())

Protected Attributes

DtResponseFlag myActionResult

Detailed Description

Instances of DtActionResponseFromObjInter are used to represent ActionResponseFromObject Interactions in the RPR FOM.


Constructor & Destructor Documentation

default constructor

destructor

copy constructor


Member Function Documentation

References myActionResult.

static void DtActionResponseFromObjInter::addCallback ( DtExerciseConn conn,
DtActionResponseFromObjInterCb  cb,
void *  usr,
DtDDMRegionSP  region = DtDDMRegionSP() 
) [static]

Add (register)/Remove (deregister) function to be called when interaction occurs.

Create a DtActionResponseFromObjInter.

Caller is responsible for deletion.

const char * DtActionResponseFromObjInter::name ( ) const [inline, virtual]

Name of the interaction (Not necessarily the ClassName from the FOM).

Implements DtInteraction.

DtActionResponseFromObjInter& DtActionResponseFromObjInter::operator= ( const DtActionResponseFromObjInter orig)

assignment operator

virtual void DtActionResponseFromObjInter::printData ( ) const [virtual]

Print the interaction's data to DtInfo.

Reimplemented from DtInteraction.

virtual void DtActionResponseFromObjInter::printDataToStream ( std::ostream &  stream) const [virtual]

Print the interaction's data to the specified stream.

Reimplemented from DtInteraction.

static void DtActionResponseFromObjInter::removeCallback ( DtExerciseConn conn,
DtActionResponseFromObjInterCb  cb,
void *  usr,
DtDDMRegionSP  region = DtDDMRegionSP() 
) [static]
void DtActionResponseFromObjInter::setActionResult ( DtResponseFlag  response) [inline, virtual]

Set/Get action enum.

References myActionResult.


Member Data Documentation

Referenced by actionResult(), and setActionResult().


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)