- improved logging

git-svn-id: http://moon:8086/svn/projects/HendiControl@117 fda53097-d464-4ada-af97-ba876c37ca34
This commit is contained in:
2019-03-21 19:11:59 +00:00
parent 08d8c32106
commit 786da2bb05
6 changed files with 63 additions and 22 deletions
+3
View File
@@ -33,5 +33,8 @@ class Mass(APlant):
def setPower(self, power_w):
self.P = power_w
def getPower(self):
return self.P
def getTemperature(self):
return self.theta + self.theta_amb