25 #ifndef INCLUDED_BaseServerInterface_h_GUID_C3BFB8DB_2F11_43B6_791E_22E800890BEB 26 #define INCLUDED_BaseServerInterface_h_GUID_C3BFB8DB_2F11_43B6_791E_22E800890BEB 33 #include <boost/noncopyable.hpp> 39 namespace connection {
54 typedef shared_ptr<BaseServerInterface> ServerInterfacePtr;
58 #endif // INCLUDED_BaseServerInterface_h_GUID_C3BFB8DB_2F11_43B6_791E_22E800890BEB
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
virtual void registerMessageTypes(DeviceToken &dev)=0
Interface for registering message types.
Base interface class for device interfaces that don't wrap existing VRPN classes. ...
Definition: BaseServerInterface.h:45
Header to bring shared_ptr into the osvr namespace.
virtual ~BaseServerInterface()
Virtual destructor.
Definition: BaseServerInterface.cpp:36