40 const char *listen_tracker_name,
41 unsigned channels, vrpn_float64 vecMinCutoff = 1.15,
42 vrpn_float64 vecBeta = 0.5, vrpn_float64 vecDerivativeCutoff = 1.2,
43 vrpn_float64 quatMinCutoff = 1.5, vrpn_float64 quatBeta = 0.5,
44 vrpn_float64 quatDerivativeCutoff = 1.2);
53 struct timeval *d_last_report_times;
Generic connection class not specific to the transport mechanism.
virtual void mainloop()=0
Called once through each main loop iteration to handle updates. Remote object mainloop() should call ...
Tracker filter based on the one-Euro filter by Jan Ciger jan.ciger@reviatech.com
Header file that completely implements a direction and orientation filter on tracking reports; it doe...