summaryrefslogtreecommitdiffstats
path: root/Bachelor/Softwaretechnik2/mixer/CWaage.hpp
blob: f0fabfc3d50ba85bddf0f3ceb62dd08f00103f7b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
/**********************************************************************************/
/*                                Deklarationsmodul                               */
/**********************************************************************************/
/* 
 * generiert mit Innovator Version 8.1.04
 *
 * erstellt am: 12.01.2006  14:36:14
 * Repository : swtc20
 * Modell     : swt
 * Benutzer   : swtc20 
 * File       : /users/swtc20/code/CWaage.hpp
 *
 */


// ino.module.CWaage.1073.ifndef 
#ifndef _CWAAGE_HPP_1073
#define _CWAAGE_HPP_1073
// ino.end
#include <string>
#include "CSubjekt.hpp"
#include "CVentilGeraet.hpp"
using std::string;


namespace systemModel {
   namespace AnalyseModell {


// ino.class.CWaage.436.declaration 
class CWaage: public CSubjekt
// ino.end
// ino.class.CWaage.436.body
{
   // ino.attribute.mGesamtGewicht.481.declaration 
   private:
   int mGesamtGewicht;
   // ino.end
   
   // ino.attribute.mDifferenzGewicht.483.declaration 
   private:
   int mDifferenzGewicht;
   // ino.end
   
   // ino.method.aktiviere.760.declaration 
   public:
   virtual int aktiviere(CVentilGeraet *);
   // ino.end
   
   // ino.method.gewichtErreicht.762.declaration 
   public:
   virtual int gewichtErreicht();
   // ino.end
   
   // ino.method.gewichtNichtErreicht.764.declaration 
   public:
   virtual int gewichtNichtErreicht();
   // ino.end
   
   // ino.method.erhoeheGewicht.568.declaration 
   public:
   virtual int erhoeheGewicht(int fBetrag);
   // ino.end
   
   // ino.method.verringereGewicht.570.declaration 
   public:
   virtual int verringereGewicht(int fBetrag);
   // ino.end
   
   // ino.method.getGesamtGewicht.564.declaration 
   public:
   virtual int getGesamtGewicht();
   // ino.end
   
   // ino.method.getDifferenzGewicht.566.declaration 
   public:
   virtual int getDifferenzGewicht();
   // ino.end
   
   // ino.method.tariere.487.declaration 
   public:
   virtual void tariere();
   // ino.end
   public:
	   CWaage();
   private:
	   CVentilGeraet *pAktVentilGeraet;
   public:
	   void aendereGewicht();
   private:
	   bool mGewichtErreicht;
};
// ino.end





    }; // namespace AnalyseModell
}; // namespace systemModel


#if !defined(NO_IMPLICIT_NAMESPACE_USE)
using namespace systemModel::AnalyseModell;
#endif

// ino.module.CWaage.1073.endif 
#endif
// ino.end