6 | | '''Accessing current configuration''' |
---|
7 | | |
---|
8 | | * ''server.php'' - Returns list of configured data sources |
---|
9 | | * ''database.php'' - Returns list of available databases within data source |
---|
10 | | * ''loggroup.php'' - Returns list of available loggroups within specified database |
---|
11 | | * ''mask.php'' - Returns list of configured masks withing specified loggroup |
---|
12 | | * ''item.php'' - Returns list of available data items (channels) within specified loggroup |
---|
13 | | * ''experiment.php'' - Returns list of experiments |
---|
14 | | * ''timewindow.php'' - Returns list standard window sizes |
---|
15 | | '''Access to the export related configuration''' |
---|
16 | | * ''format.php'' - Returns list of supported export formats |
---|
17 | | * ''export_sampling.php'' - Returns list of supported sampling rates (optional, for data export) |
---|
18 | | * ''export_window.php'' - Returns list of supported export modes (interval) |
---|
19 | | * Selection |
---|
20 | | * Currently opened data window |
---|
21 | | * Whole experiment |
---|
22 | | * ''export_mask.php'' - Returns list of supported export modes (item mask) |
---|
23 | | * Current group only |
---|
24 | | * All groups having the mask with specified name |
---|
25 | | * Complete data source |
---|
26 | | * Everything |
---|
27 | | '''Access to the data aggregation related configuration (image generation)''' |
---|
28 | | * ''aggregation.php'' - Returns list of supported data aggregation modes (MEAN, MMAX, ...) |
---|
29 | | * ''interpolate.php'' - Returns list of current interpolation modes |
---|
30 | | * ''show_gaps.php'' - Returns list of available modes for reporting missing data |
---|
31 | | * ''show_marks.php'' - Returns list of available modes for reporting positions of real data points |
---|
32 | | '''Data requests''' |
---|
| 6 | * [wiki:adeiService_list list.php ] - List various aspects of ADEI configuration |
---|