Package | Description |
---|---|
org.eclipse.scada.hd.exporter.http | |
org.eclipse.scada.hd.exporter.http.server.internal |
Modifier and Type | Method and Description |
---|---|
static List<DataPoint> |
Utils.fromJson(String json) |
List<DataPoint> |
HttpExporter.getData(String item,
String type,
Date from,
Date to,
Integer number) |
Modifier and Type | Method and Description |
---|---|
static String |
Utils.toJson(List<DataPoint> items) |
Modifier and Type | Method and Description |
---|---|
List<DataPoint> |
RemoteHttpExporter.getData(String item,
String type,
Date from,
Date to,
Integer number) |
List<DataPoint> |
LocalHttpExporter.getData(String item,
String type,
Date from,
Date to,
Integer number) |
List<DataPoint> |
NotAvailableHttpExporter.getData(String item,
String type,
Date from,
Date to,
Integer number) |
Copyright © 2016 Eclipse NeoSCADA Project. All rights reserved.