Extrospector and Interoceptor both inherit from Sensor now
This commit is contained in:
@@ -2,8 +2,13 @@
|
||||
#define _INTEROCEPTOR_H
|
||||
|
||||
#include <cstdint>
|
||||
#include <sensors/sensor.h>
|
||||
|
||||
namespace hk {
|
||||
namespace sensors {
|
||||
|
||||
class Interoceptor
|
||||
: public Sensor
|
||||
{
|
||||
public:
|
||||
Interoceptor(uint32_t _id, uint32_t _value = 0)
|
||||
@@ -98,4 +103,7 @@ public:
|
||||
{}
|
||||
};
|
||||
|
||||
} // namespace sensors
|
||||
} // namespace hk
|
||||
|
||||
#endif // _INTEROCEPTOR_H
|
||||
|
||||
Reference in New Issue
Block a user