![]() |
VR-Link API Documentation for HLA Evolved
|
Go to the source code of this file.
Classes | |
| struct | DtPartialAcquireOwnershipCbInfo |
| struct | DtPartialDivestOwnershipCbInfo |
| struct | DtPartialAcquireOwnershipRequestCbInfo |
| struct | DtPartialDivestOwnershipRequestCbInfo |
| class | DtPartialOwnershipHandler |
| This class extends the default ownership handler and adds new callbacks to be activated whenever partial ownership has been transferred Only when full ownership is transferred will the default ownership handlers be called. More... | |
Typedefs | |
| typedef void(* | DtPartialAcquireOwnershipCb )(DtHlaObject *hlaObject, const RTI::AttributeHandleSet &, void *usr) |
| typedef void(* | DtPartialDivestOwnershipCb )(DtHlaObject *hlaObject, const RTI::AttributeHandleSet &, void *usr) |
| typedef bool(* | DtPartialAcquireOwnershipRequestCb )(DtHlaObject *hlaObject, const RTI::AttributeHandleSet &, void *usr) |
| typedef bool(* | DtPartialDivestOwnershipRequestCb )(DtHlaObject *hlaObject, const RTI::AttributeHandleSet &, void *usr) |
| typedef void(* DtPartialAcquireOwnershipCb)(DtHlaObject *hlaObject, const RTI::AttributeHandleSet &, void *usr) |
| typedef bool(* DtPartialAcquireOwnershipRequestCb)(DtHlaObject *hlaObject, const RTI::AttributeHandleSet &, void *usr) |
| typedef void(* DtPartialDivestOwnershipCb)(DtHlaObject *hlaObject, const RTI::AttributeHandleSet &, void *usr) |
| typedef bool(* DtPartialDivestOwnershipRequestCb)(DtHlaObject *hlaObject, const RTI::AttributeHandleSet &, void *usr) |