#include "Sensor.h" Sensor::Sensor() : Thing(0) { // for now, id should be set properly later this->type = Thing::SensorType; }