![]() |
WebLVC 1.7d API Documentation
|
Contains the DtPortalControlMessage class declarations. More...
Go to the source code of this file.
Classes | |
| class | MAKVrExchange::DtPortalControlMessage |
| Control messages 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 | |
| MAKVrExchange | |
Macros | |
| #define | _pControlMessage_INL_ |
Typedefs | |
| typedef DtPortalControlMessageTemplate < DtBrokerShutdownRequestKind > | MAKVrExchange::DtPortalBrokerShutdownRequestMessage |
| Tells the broker specified in the brokerName() method to shutdown. More... | |
| typedef DtPortalControlMessageTemplate < DtBrokerEnableOneToOneKind > | MAKVrExchange::DtPortalBrokerEnableOneToOneMessage |
| Tells the broker specified in the brokerName method to enable OneToOneMapping. More... | |
| typedef DtPortalControlMessageTemplate < DtBrokerDisableOneToOneKind > | MAKVrExchange::DtPortalBrokerDisableOneToOneMessage |
| Tells the broker specified in the brokerName method to disable OneToOneMapping. More... | |
| typedef DtPortalControlMessageTemplate < DtBrokerExitingMessageKind > | MAKVrExchange::DtBrokerExitingMessage |
| Sent by a broker when its shutting down, for any reason. More... | |
| typedef DtPortalControlMessageTemplate < DtBrokerStartedMessageKind > | MAKVrExchange::DtBrokerStartedMessage |
| Sent by the the broker when the broker has started and is listening for control messages. More... | |
| typedef DtPortalControlMessageTemplate < DtBrokerConnectingMessageKind > | MAKVrExchange::DtBrokerConnectingMessage |
| Sent by the the broker when the broker makes a portal connection. More... | |
| typedef DtPortalControlMessageTemplate < DtBrokerRunningMessageKind > | MAKVrExchange::DtBrokerRunningMessage |
| Sent by the the broker when the broker is active (processing traffic). More... | |
| typedef DtPortalControlMessageTemplate < DtRequestBrokerStartMessageKind > | MAKVrExchange::DtBrokerStartRequest |
| Requests by the portal (or anyone) to launch a GUI on the broker named by brokerName(). More... | |
| typedef DtPortalControlMessageTemplate < DtRequestBrokerLaunchGuiMessageKind > | MAKVrExchange::DtBrokerLaunchGuiRequest |
| Requests by the portal (or anyone) to launch a GUI on the broker named by brokerName(). More... | |
| typedef DtPortalControlMessageTemplate < DtAbnormalBrokerExitKind > | MAKVrExchange::DtAbnormalBrokerExitMessage |
| Sent if an broker exits abnormally. More... | |
| typedef DtPortalControlMessageTemplate < DtHeartbeatRequestMessageKind > | MAKVrExchange::DtHeartbeatRequest |
| Not used, may be used in the future. More... | |
| typedef DtPortalControlMessageTemplate < DtHeartbeatResponseMessageKind > | MAKVrExchange::DtHeartbeatResponse |
| Not used, may be used in the future. More... | |
Contains the DtPortalControlMessage class declarations.
| #define _pControlMessage_INL_ |