32 #include <boost/assert.hpp>
38 namespace connection {
39 VirtualDeviceToken::VirtualDeviceToken(std::string
const &name)
42 VirtualDeviceToken::~VirtualDeviceToken() {}
45 osvr::connection::DeviceUpdateCallback
const &) {
46 BOOST_ASSERT_MSG(0,
"Should never be called - virtual device tokens "
47 "don't have typical update callbacks!");
52 const char *bytestream,
size_t len) {
53 m_getConnectionDevice()->sendData(timestamp, type, bytestream, len);
56 util::GuardPtr VirtualDeviceToken::m_getSendGuard() {
60 void VirtualDeviceToken::m_connectionInteract() {}
A DeviceToken connects the generic device interaction code in PluginKit's C API with the workings of ...
Base class for connection-specific message type registration.
Internal, configured header file for verbosity macros.
void m_setUpdateCallback(osvr::connection::DeviceUpdateCallback const &) override
Should never be called.
Standardized, portable parallel to struct timeval for representing both absolute times and time inter...