Changes between Version 19 and Version 20 of Ticket #529, comment 8


Ignore:
Timestamp:
Apr 2, 2014, 12:26:27 PM (10 years ago)
Author:
olle

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #529, comment 8

    v19 v20  
    3030|| '''File''' || '''Description''' ||
    3131|| `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. ||
    3233|| `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 %). ||
    3334