Revision 804,
381 bytes
checked in by wojtekp, 12 years ago
(diff) |
|
-
Property svn:mime-type set to
text/plain
|
Line | |
---|
1 | package schedframe.resources.computing.profiles.energy.thermal.ui; |
---|
2 | |
---|
3 | import java.util.List; |
---|
4 | |
---|
5 | import schedframe.Parameters; |
---|
6 | import schedframe.resources.computing.profiles.energy.thermal.TemperatureValue; |
---|
7 | |
---|
8 | public interface ThermalInterface { |
---|
9 | |
---|
10 | public TemperatureValue getRecentTemperature(); |
---|
11 | |
---|
12 | List<TemperatureValue> getTemperatureHistory(); |
---|
13 | |
---|
14 | public Parameters getParameters(); |
---|
15 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.