]> gerrit.simantics Code Review - simantics/platform.git/blob - bundles/org.simantics.history/src-isv/concepts.mediawiki
Migrated source code from Simantics SVN
[simantics/platform.git] / bundles / org.simantics.history / src-isv / concepts.mediawiki
1 =Concepts=\r
2 {| border="1" cellpadding="5" cellspacing="0" align="center"\r
3 |-\r
4 ! style="background: #efefef;" | Name !! style="background: #efefef;" |Description\r
5 |-\r
6 | HistoryManager || Manages a collection of items. \r
7 |-\r
8 | (History) Item || An item of HistoryManager is ''a time-series'' collection of samples; a file or memory array. It's random-accessable, streamable and appendable. \r
9 |-\r
10 | Sample || An entry in history item. It's a record that contains time and value, possibly other fields too.\r
11 |-\r
12 | (Sample)Format || The record type description of a sample.\r
13 |-\r
14 | Collector || Utility that samples a value from data source and writes to history items according to its configuration.\r
15 |-\r
16 | SamplingFormat (class) || Named description how a datasource's item is to be sampled by a collector. Used for Trend's history subscriptions.\r
17 |-\r
18 | Datasource || An information system that has variables. Provides values to Collector utility.\r
19 |-\r
20 | Variable || A variable in a datasource.\r
21 |}\r