Changes between Version 20 and Version 21 of Ticket #529, comment 8
- Timestamp:
- Apr 2, 2014, 12:28:00 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #529, comment 8
v20 v21 29 29 30 30 || '''File''' || '''Description''' || 31 || `labenv/src/net/sf/basedb/labenv/dao/LabSensorConfig.java` || Class for storing lab sensor configuration values in instance variables with corresponding public accessor methods. The values stored are: `int number`, `String url`, `String name`, and `String startDate`. ||31 || `labenv/src/net/sf/basedb/labenv/dao/LabSensorConfig.java` || Class for storing lab sensor configuration values in instance variables with corresponding public accessor methods. The values stored are: `int number`, `String url`, `String name`, `String startDate`, and `List<LabSensorAlarmConfig> alarmList`. || 32 32 || `labenv/src/net/sf/basedb/labenv/dao/LabSensorAlarmConfig.java` || Class for storing configuration values for a lab sensor alarm in instance variables with corresponding public accessor methods. For future use. || 33 33 || `labenv/src/net/sf/basedb/labenv/dao/LabEnvironmentData.java` || Class for storing lab sensor data values in instance variables with corresponding public accessor methods. The values stored are: `String sensorUrl`, `String sensorName`, `String serialNumber`, `Date dateTime`, `long unixTime` (number of seconds since 1070-01-01 00:00:00, obtained from `dateTime`), `double temperature` (in °C), and `double humidity` (in %). ||