Parent Directory
|
Revision Log
|
Patch
revision 395 by gross, Tue Dec 13 09:12:15 2005 UTC | revision 396 by gross, Wed Dec 21 05:08:25 2005 UTC | |
---|---|---|
# | Line 49 class TimeIntegrationManager: | Line 49 class TimeIntegrationManager: |
49 | ||
50 | def getTime(self): | def getTime(self): |
51 | return self.__t | return self.__t |
52 | def getValue(self): | |
53 | return self.__v_mem[0] | |
54 | def checkin(self,dt,*values): | def checkin(self,dt,*values): |
55 | """ | """ |
56 | adds new values to the manager. the p+1 last value get lost | adds new values to the manager. the p+1 last value get lost |
# | Line 84 class TimeIntegrationManager: | Line 85 class TimeIntegrationManager: |
85 | return out[0] | return out[0] |
86 | else: | else: |
87 | return out | return out |
88 | ||
89 | ||
90 | class Projector: | class Projector: |
91 | """ | """ |
|
ViewVC Help | |
Powered by ViewVC 1.1.26 |