SF2 C++ FRC Class Library
Sensor Fusion Framework (SF2) for FRC
|
Interface to be implemented by any subscriber of Sensor Data of type T. More...
#include <ISensorDataSubscriber.h>
Public Member Functions | |
virtual void | publish (vector< IQuantity * > curr_values, Timestamp ×tamp)=0 |
Interface to be implemented by any subscriber of Sensor Data of type T.
system_timestamp | - the system timestamp when the data was received. |
update | - the object of type T representing the newly-received data. |