Changes between Version 7 and Version 8 of adeiInternals
- Timestamp:
- 08/26/09 08:58:44 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
adeiInternals
v7 v8 1 == The READER Interface == 2 The [wiki:adeiClassREADER READER] class provides an abstract interface to the historical and control data of the data source. The minimal READER should provide 3 methods 3 * ''!GetGroupInfo'' - returns annotated list of all logging groups. 4 * ''!GetItemList'' - returns list of all channels in the specified logging group. 5 * ''!GetRawData'' - returns Iterator object with requested data. 6 1 7 == Providing additional data using ADEI Web Interface == 2 8