Changes between Version 19 and Version 20 of Ticket #529, comment 8
- Timestamp:
- Apr 2, 2014, 12:26:27 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #529, comment 8
v19 v20 30 30 || '''File''' || '''Description''' || 31 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`. || 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. || 32 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 %). || 33 34