/**********************************************************************************/ /* Definitionsmodul */ /**********************************************************************************/ /* * generiert mit Innovator Version 8.1.04 * * erstellt am: 12.01.2006 14:36:18 * Repository : swtc20 * Modell : swt * Benutzer : swtc20 * File : /users/swtc20/code/CVentilGeraet.cpp * */ // ino.module.CVentilGeraet.1090.includes #include "CVentilGeraet.hpp" // ino.end #include using std::cout; using std::endl; // ino.method.pruefeGewicht.995.definition int systemModel::AnalyseModell::CVentilGeraet::pruefeGewicht() // ino.end // ino.method.pruefeGewicht.995.body { return 0; } // ino.end // ino.method.oeffneVentil.776.definition int systemModel::AnalyseModell::CVentilGeraet::oeffneVentil() // ino.end // ino.method.oeffneVentil.776.body { cout << getname() << " oeffnet Ventil" << endl; return 0; } // ino.end // ino.method.schliesseVentil.778.definition int systemModel::AnalyseModell::CVentilGeraet::schliesseVentil() // ino.end // ino.method.schliesseVentil.778.body { cout << getname() << " schliesst Ventil" <