25 #ifndef SRC_SENSOR_ISENSORINFO_H_
26 #define SRC_SENSOR_ISENSORINFO_H_
31 #include "time/TimestampInfo.h"
32 #include "sensor/IProcessorInfo.h"
36 virtual string getMake() = 0;
37 virtual string getModel() = 0;
38 virtual string getName() = 0;
Definition: TimestampInfo.h:28
Definition: IProcessorInfo.h:31
The ITimestampedQuaternionSensor interface should be implemented by any sensor which generates timest...
Definition: ISensorDataSource.h:42
Definition: ISensorInfo.h:34