25 #define OSVR_DEV_VERBOSE_DISABLE 
   40 namespace connection {
 
   42     SyncDeviceToken::SyncDeviceToken(std::string 
const &name)
 
   45     SyncDeviceToken::~SyncDeviceToken() {}
 
   47     void SyncDeviceToken::m_setUpdateCallback(DeviceUpdateCallback 
const &cb) {
 
   48         OSVR_DEV_VERBOSE(
"In SyncDeviceToken::m_setUpdateCallback");
 
   53                                      MessageType *type, 
const char *bytestream,
 
   55         m_getConnectionDevice()->sendData(timestamp, type, bytestream, len);
 
   58     util::GuardPtr SyncDeviceToken::m_getSendGuard() {
 
   59         return util::GuardPtr(
new util::DummyGuard);
 
   62     void SyncDeviceToken::m_connectionInteract() {
 
A DeviceToken connects the generic device interaction code in PluginKit's C API with the workings of ...
::OSVR_TimeValue TimeValue
C++-friendly typedef for the OSVR_TimeValue structure. 
Internal, configured header file for verbosity macros.