2 #ifndef GRAMODS_TRACK_VRPNANALOGSTRACKER
3 #define GRAMODS_TRACK_VRPNANALOGSTRACKER
5 #include <gmTrack/AnalogsTracker.hh>
7 #ifdef gramods_ENABLE_VRPN
9 #include <gmCore/OFactory.hh>
10 #include <gmCore/Updateable.hh>
12 BEGIN_NAMESPACE_GMTRACK;
33 void update(gmCore::Updateable::clock::time_point,
size_t)
override;
41 void setConnectionString(std::string
id);
52 std::unique_ptr<Impl> _impl;
55 END_NAMESPACE_GMTRACK;
The Updateable class defines an interface for objects that may be updated, for example each execution...
Definition: Updateable.hh:18
The base of AnalogsTrackers.
Definition: AnalogsTracker.hh:18
Analogs tracker reading data off a VRPN server.
Definition: VrpnAnalogsTracker.hh:23
Definition: AnalogsTracker.hh:24
Definition: VrpnAnalogsTracker.cpp:16