#include <OVR_Device.h>

Public Member Functions | |
| Lock * | GetHandlerLock () const |
| bool | IsHandlerInstalled () const |
| MessageHandler () | |
| virtual void | OnMessage (const Message &) |
| void | RemoveHandlerFromDevices () |
| virtual bool | SupportsMessageType (MessageType) const |
| virtual | ~MessageHandler () |
Private Attributes | |
| UPInt | Internal [4] |
Friends | |
| class | MessageHandlerImpl |
Definition at line 43 of file OVR_Device.h.
Definition at line 179 of file OVR_DeviceImpl.cpp.
| OVR::MessageHandler::~MessageHandler | ( | ) | [virtual] |
Definition at line 185 of file OVR_DeviceImpl.cpp.
| Lock * OVR::MessageHandler::GetHandlerLock | ( | ) | const |
Definition at line 217 of file OVR_DeviceImpl.cpp.
| bool OVR::MessageHandler::IsHandlerInstalled | ( | ) | const |
Definition at line 197 of file OVR_DeviceImpl.cpp.
| virtual void OVR::MessageHandler::OnMessage | ( | const Message & | ) | [inline, virtual] |
Reimplemented in OVR::SensorFusion::BodyFrameHandler, OculusRoomTinyApp, OculusWorldDemoApp, OVR::Util::LatencyTest::LatencyTestHandler, and OculusRoomTinyApp.
Definition at line 63 of file OVR_Device.h.
Definition at line 205 of file OVR_DeviceImpl.cpp.
| virtual bool OVR::MessageHandler::SupportsMessageType | ( | MessageType | ) | const [inline, virtual] |
Reimplemented in OVR::SensorFusion::BodyFrameHandler.
Definition at line 68 of file OVR_Device.h.
friend class MessageHandlerImpl [friend] |
Definition at line 45 of file OVR_Device.h.
UPInt OVR::MessageHandler::Internal[4] [private] |
Definition at line 71 of file OVR_Device.h.