/**********************************************************************************/ /* Definitionsmodul */ /**********************************************************************************/ /* * generiert mit Innovator Version 8.1.04 * * erstellt am: 12.01.2006 14:59:41 * Repository : swtc20 * Modell : swt * Benutzer : swtc20 * File : /users/swtc20/code/CMischer.cpp * */ // ino.module.CMischer.1091.includes #include "CMischer.hpp" // ino.end using std::cout; using std::endl; // ino.method.startGeraet.1134.definition int systemModel::AnalyseModell::CMischer::startCGeraet(int i) // ino.end // ino.method.startGeraet.1134.body { cout << "Gerät " << getname() << " startet mit Wert "<< i << endl; setWert(i); stopCGeraet(); return 0; } // ino.end // ino.method.stopGeraet.1137.definition int systemModel::AnalyseModell::CMischer::stopCGeraet() // ino.end // ino.method.stopGeraet.1137.body { cout << "Gerät " << getname() << " stoppt" <