25 #ifndef SRC_SENSOR_ISENSORDATASUBSCRIBER_H_
26 #define SRC_SENSOR_ISENSORDATASUBSCRIBER_H_
31 #include "quantity/IQuantity.h"
32 #include "time/Timestamp.h"
42 virtual void publish(vector<IQuantity*> curr_values,
Interface to be implemented by any subscriber of Sensor Data of type T.
Definition: ISensorDataSubscriber.h:40
Definition: Timestamp.h:30