2#ifndef GRAMODS_TRACK_VRPNBUTTONSTRACKER
3#define GRAMODS_TRACK_VRPNBUTTONSTRACKER
5#include <gmTrack/ButtonsTracker.hh>
7#ifdef gramods_ENABLE_VRPN
9#include <gmCore/OFactory.hh>
10#include <gmCore/Updateable.hh>
12BEGIN_NAMESPACE_GMTRACK;
33 void update(gmCore::Updateable::clock::time_point time,
34 size_t frame)
override;
42 void setConnectionString(std::string
id);
53 std::unique_ptr<Impl> _impl;
The Updateable class defines an interface for objects that may be updated, for example each execution...
Definition Updateable.hh:18