2 #ifndef GRAMODS_TRACK_TIMESAMPLEANALOGSTRACKER
3 #define GRAMODS_TRACK_TIMESAMPLEANALOGSTRACKER
5 #include <gmTrack/AnalogsTracker.hh>
7 #include <gmCore/io_float.hh>
8 #include <gmCore/OFactory.hh>
10 BEGIN_NAMESPACE_GMTRACK;
31 void addTime(
double t);
50 std::unique_ptr<Impl> _impl;
54 END_NAMESPACE_GMTRACK;
The base of AnalogsTrackers.
Definition: AnalogsTracker.hh:18
This analogs tracker reports analog states as specified in the samples of the node.
Definition: TimeSampleAnalogsTracker.hh:17
std::array< float, 3 > float3
Array of 3 float.
Definition: io_float.hh:15
Definition: AnalogsTracker.hh:24
Definition: TimeSampleAnalogsTracker.cpp:16