OSVR Framework (Internal Development Docs)  0.6-1962-g59773924
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
osvr::connection::BaseServerInterface Class Referenceabstract

Base interface class for device interfaces that don't wrap existing VRPN classes. More...

#include <osvr/Connection/BaseServerInterface.h>

Inheritance diagram for osvr::connection::BaseServerInterface:

Public Member Functions

virtual ~BaseServerInterface ()
 Virtual destructor.
 
virtual void registerMessageTypes (DeviceToken &dev)=0
 Interface for registering message types.
 

Detailed Description

Base interface class for device interfaces that don't wrap existing VRPN classes.

They need to be able to be held and deleted generically, as well as be able to register their message types.

Definition at line 45 of file BaseServerInterface.h.


The documentation for this class was generated from the following files: