#include "ElectrischeMotor.h" #include "Tsensor.h" #include ElectrischeMotor::ElectrischeMotor(Tsensor* t): t1(t){ } Tsensor* ElectrischeMotor::tsensor(){ return t1; } void ElectrischeMotor::start(){ std::cout <<"Elektrische motor has started"<