|
|
GSF.
|
| Class | Description | |
|---|---|---|
|
|
CsvExporter | Represents an exporter that can export the current time-series data in CSV format to a file. |
|
|
DataMonitorExporter | Represents an exporter that can export real-time time-series data over a TCP server socket. |
|
|
Export | A class with information that can be used by an exporter for exporting time-series data. |
|
|
ExporterBase | Base class for an exporter of real-time time-series data. |
|
|
ExporterBaseRealTimeData | A class that can be used to save real-time time-series data for Exports of type RealTime. |
|
|
ExportRecord | A class that can be used to define the time-series data to be exported for an Export. |
|
|
ExportSetting | A class that can be used to add custom settings to an Export. |
|
|
FileHelper | A class with helper methods for file related operations. |
|
|
RawDataExporter | Represents an exporter that can export real-time time-series data in CSV or XML format to a file. |
|
|
RebroadcastExporter | Represents an exporter that can export real-time time-series data using TCP or UDP to a listening Socket. |
|
|
RollingHistoryExporter | Represents an exporter that can export current and runtime historic time-series data in CSV or XML format to a file. |
|
|
StatisticsExporter | Represents an exporter that can export the StatisticsExporterStatistics in CSV or XML format to a file. |
|
|
StatisticsExporterStatistics | A class for calculating the MIN, MAX and AVG of time-series data over a period of time. |
|
|
XmlExporter | Represents an exporter that can export the current time-series data in XML format to a file. |
| Interface | Description | |
|---|---|---|
|
|
IExporter | Defines an exporter of real-time time-series data. |
| Enumeration | Description | |
|---|---|---|
|
|
ExportProcessResult | Indicates the processing result of an Export. |
|
|
ExportType | Indicates the processing frequency of an Export. |