![]() |
VR-Exchange 2.1 API Documentation
|
Contains the DtPortalControlMessage class declarations. More...
Go to the source code of this file.
Classes | |
| class | MAKVrExchange::DtPortalControlMessage |
| Control messages are used to signal state changes in VR-Exchange's operation. More... | |
| class | MAKVrExchange::DtPortalControlMessageTemplate< V_MessageKind > |
| PortalControlMessageTemplate is used to create new DtPortalControlMessage types. More... | |
| class | MAKVrExchange::DtFilterObjectMessage |
| DtFilterObjectMessage is used to indicate a specific object needs to be filtered. More... | |
Namespaces | |
| namespace | MAKVrExchange |
| All code for this product is placed within this namespace. | |
Macros | |
| #define | pControlMessage_INL_ |
Typedefs | |
| typedef DtPortalControlMessageTemplate < DtBrokerShutdownRequestKind > | MAKVrExchange::DtPortalBrokerShutdownRequestMessage |
| Tells the broker specified in the brokerName() method to shutdown. | |
| typedef DtPortalControlMessageTemplate < DtBrokerEnableOneToOneKind > | MAKVrExchange::DtPortalBrokerEnableOneToOneMessage |
| Tells the broker specified in the brokerName method to enable OneToOneMapping. | |
| typedef DtPortalControlMessageTemplate < DtBrokerDisableOneToOneKind > | MAKVrExchange::DtPortalBrokerDisableOneToOneMessage |
| Tells the broker specified in the brokerName method to disable OneToOneMapping. | |
| typedef DtPortalControlMessageTemplate < DtBrokerExitingMessageKind > | MAKVrExchange::DtBrokerExitingMessage |
| Sent by a broker when its shutting down, for any reason. | |
| typedef DtPortalControlMessageTemplate < DtBrokerStartedMessageKind > | MAKVrExchange::DtBrokerStartedMessage |
| Sent by the the broker when the broker has started and is listening for control messages. | |
| typedef DtPortalControlMessageTemplate < DtRequestBrokerLaunchGuiMessageKind > | MAKVrExchange::DtBrokerLaunchGuiRequest |
| Requests by the portal (or anyone) to launch a GUI on the broker named by brokerName(). | |
| typedef DtPortalControlMessageTemplate < DtAbnormalBrokerExitKind > | MAKVrExchange::DtAbnormalBrokerExitMessage |
| Sent if an broker exits abnormally. | |
| typedef DtPortalControlMessageTemplate < DtHeartbeatRequestMessageKind > | MAKVrExchange::DtHeartbeatRequest |
| Not used, may be used in the future. | |
| typedef DtPortalControlMessageTemplate < DtHeartbeatResponceMessageKind > | MAKVrExchange::DtHeartbeatResponce |
| Not used, may be used in the future. | |
Contains the DtPortalControlMessage class declarations.
| #define pControlMessage_INL_ |