Rename hcore=>smocore
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
#ifndef _EXTROSPECTOR_H
|
||||
#define _EXTROSPECTOR_H
|
||||
|
||||
#include <cstdint>
|
||||
#include <sensors/sensor.h>
|
||||
|
||||
namespace hk {
|
||||
namespace sensors {
|
||||
|
||||
class Extrospector
|
||||
: public Sensor
|
||||
{
|
||||
public:
|
||||
Extrospector(void) = default;
|
||||
~Extrospector() = default;
|
||||
|
||||
public:
|
||||
};
|
||||
|
||||
} // namespace sensors
|
||||
} // namespace hk
|
||||
|
||||
#endif // _EXTROSPECTOR_H
|
||||
Reference in New Issue
Block a user