OSVR-Core
|
Implementation. More...
#include "GenerateVrpnDynamicServer.h"
#include "VrpnBaseFlexServer.h"
#include "VrpnAnalogServer.h"
#include "VrpnButtonServer.h"
#include "VrpnTrackerServer.h"
#include "GenerateCompoundServer.h"
#include <boost/mpl/vector.hpp>
#include <boost/mpl/begin_end.hpp>
#include <boost/mpl/next.hpp>
#include <boost/mpl/deref.hpp>
#include <boost/mpl/push_back.hpp>
#include <boost/mpl/empty.hpp>
#include <boost/utility.hpp>
Namespaces | |
osvr | |
The main namespace for all C++ elements of the framework, internal and external. | |
osvr::connection | |
Messaging transport and device communication functionality. | |
Functions | |
vrpn_MainloopObject * | osvr::connection::generateVrpnDynamicServer (server_generation::ConstructorArgument &init) |
Implementation.