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

class DtResupplyCancelInteraction: More...

+ Inheritance diagram for DtResupplyCancelInteraction:
+ Collaboration diagram for DtResupplyCancelInteraction:

List of all members.

Public Member Functions

 DtResupplyCancelInteraction ()
 default constructor
virtual ~DtResupplyCancelInteraction ()
 destructor
 DtResupplyCancelInteraction (const DtResupplyCancelInteraction &orig)
 copy constructor
DtResupplyCancelInteractionoperator= (const DtResupplyCancelInteraction &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 setReceivingId (const DtGlobalObjectDesignator &requester)
 Set/Get the receiving object.
virtual const
DtGlobalObjectDesignator
receivingId () const
virtual void setSupplyingId (const DtGlobalObjectDesignator &servicer)
 Set/Get the supplying object.
virtual const
DtGlobalObjectDesignator
supplyingId () 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 DtResupplyCancelInteraction.
static void addCallback (DtExerciseConn *conn, DtResupplyCancelInteractionCb cb, void *usr, DtDDMRegionSP region=DtDDMRegionSP())
 Add (register)/Remove (deregister) function to be called when interaction occurs.
static void removeCallback (DtExerciseConn *conn, DtResupplyCancelInteractionCb cb, void *usr, DtDDMRegionSP region=DtDDMRegionSP())

Protected Attributes

DtGlobalObjectDesignator myReceivingObject
DtGlobalObjectDesignator mySupplyingObject

Detailed Description

class DtResupplyCancelInteraction:

Instances of DtResupplyCancelInteraction are used to represent ResupplyCancel Interactions in the RPR FOM.


Constructor & Destructor Documentation

default constructor

destructor

copy constructor


Member Function Documentation

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

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

Create a DtResupplyCancelInteraction.

Caller is responsible for deletion.

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

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

Implements DtInteraction.

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

assignment operator

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

Print the interaction's data to DtInfo.

Reimplemented from DtInteraction.

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

Print the interaction's data to the specified stream.

Reimplemented from DtInteraction.

References myReceivingObject.

static void DtResupplyCancelInteraction::removeCallback ( DtExerciseConn conn,
DtResupplyCancelInteractionCb  cb,
void *  usr,
DtDDMRegionSP  region = DtDDMRegionSP() 
) [static]
void DtResupplyCancelInteraction::setReceivingId ( const DtGlobalObjectDesignator requester) [inline, virtual]

Set/Get the receiving object.

References myReceivingObject.

void DtResupplyCancelInteraction::setSupplyingId ( const DtGlobalObjectDesignator servicer) [inline, virtual]

Set/Get the supplying object.

References mySupplyingObject.

References mySupplyingObject.


Member Data Documentation

Referenced by receivingId(), and setReceivingId().

Referenced by setSupplyingId(), and supplyingId().


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)