#include "Sensor.h" Sensor::Sensor() { // this->isSensor = true; type = Type::Sensor; }