OSVR-Core
Public Member Functions | List of all members
osvr::connection::BaseServerInterface Class Referenceabstract

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

#include <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.


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