25 #ifndef INCLUDED_VirtualDeviceToken_h_GUID_19C3D2F5_865C_4DA7_B40C_DF833D94476A 26 #define INCLUDED_VirtualDeviceToken_h_GUID_19C3D2F5_865C_4DA7_B40C_DF833D94476A 38 namespace connection {
49 osvr::connection::DeviceUpdateCallback
const &)
override;
51 MessageType *type,
const char *bytestream,
size_t len)
override;
52 util::GuardPtr m_getSendGuard()
override;
53 void m_connectionInteract()
override;
58 #endif // INCLUDED_VirtualDeviceToken_h_GUID_19C3D2F5_865C_4DA7_B40C_DF833D94476A
A DeviceToken connects the generic device interaction code in PluginKit's C API with the workings of ...
Definition: DeviceToken.h:56
The main namespace for all C++ elements of the framework, internal and external.
Definition: namespace_osvr.dox:3
Base class for connection-specific message type registration.
Definition: MessageType.h:38
A device token for a device that does not have a standard update or wait callback - for instance...
Definition: VirtualDeviceToken.h:41
void m_setUpdateCallback(osvr::connection::DeviceUpdateCallback const &) override
Should never be called.
Definition: VirtualDeviceToken.cpp:44
Standardized, portable parallel to struct timeval for representing both absolute times and time inter...
Definition: TimeValueC.h:81