![]() |
VR-Link API Documentation for DIS
|
Go to the source code of this file.
Classes | |
| struct | DtAcquireOwnershipCbInfo |
| struct | DtDivestOwnershipCbInfo |
| struct | DtAcquireOwnershipRequestCbInfo |
| struct | DtDivestOwnershipRequestCbInfo |
| class | DtDefaultOwnershipHandler |
| This class meant to encapsulate user callbacks on ownership management services. More... | |
Typedefs | |
| typedef void(* | DtAcquireOwnershipCb )(const DtEntityIdentifier *disIdentifier, void *usr) |
| typedef void(* | DtDivestOwnershipCb )(const DtEntityIdentifier *disIdentifier, void *usr) |
| typedef bool(* | DtAcquireOwnershipRequestCb )(const DtEntityIdentifier *disIdentifier, void *usr) |
| typedef bool(* | DtDivestOwnershipRequestCb )(const DtEntityIdentifier *disIdentifier, void *usr) |
Enumerations | |
| enum | DtOwnershipAction { OWNERSHIP_CALLBACK, OWNERSHIP_ACCEPT_ALL, OWNERSHIP_DENY_ALL } |
| typedef void(* DtAcquireOwnershipCb)(const DtEntityIdentifier *disIdentifier, void *usr) |
| typedef bool(* DtAcquireOwnershipRequestCb)(const DtEntityIdentifier *disIdentifier, void *usr) |
| typedef void(* DtDivestOwnershipCb)(const DtEntityIdentifier *disIdentifier, void *usr) |
| typedef bool(* DtDivestOwnershipRequestCb)(const DtEntityIdentifier *disIdentifier, void *usr) |
| enum DtOwnershipAction |