45 inline void setSite(
int site);
48 inline int site()
const ;
51 inline void setApplicationId(
int app);
54 inline int applicationId()
const;
57 const RTI::AttributeHandleSet& candidateAttributes,
59 const RTI::VariableLengthData &theTag
67 const RTI::AttributeHandleSet& offeredAttributes,
69 const RTI::VariableLengthData &theTag
79 virtual void sendRPRAcknowledge(
bool returnVal);
A DtSimulationAddress is used in DIS to identify a particular simulator.
Definition: simulationAddress.h:29
virtual DtOwnershipHandler * clone() const
Clone copy.
#define DT_DLL_VL
Definition: vlMachineTypes.h:108
DtDefaultOwnershipHandler & operator=(const DtDefaultOwnershipHandler &other)
Assignment operator.
declares DtSimulationAddress.
This file declares DtDefaultOwnershipHandler.
virtual void requestAttributeOwnershipAssumption(const RTI::AttributeHandleSet &offeredAttributes, const char *theTag)
Called as a result of the requestAttributeOwnershipAssumption RTI service.
This class adds the RPR Ownership interactions to the default ownership handler.
Definition: rprOwnershipHandler.h:22
virtual bool requesteOwnershipRelease(const RTI::AttributeHandleSet &candidateAttributes, const char *theTag)
Called as a result of the requestAttributeOwnershipRelease RTI service.
This is a base class meant to encapsulate user callbacks on ownership management services.
Definition: ownershipHandlerHLA.h:27
This class meant to encapsulate user callbacks on ownership management services.
Definition: defaultOwnershipHandlerHLA.h:57
DtSimulationAddress mySimulator
Definition: rprOwnershipHandler.h:82