GSF.
|
Class | Description | |
---|---|---|
ArchiveDataBlock | Represents a block of ArchiveDataPoints in an ArchiveFile. | |
ArchiveDataBlockPointer | Represents a pointer to an ArchiveDataBlock. | |
ArchiveDataBlockPointerExtensions | Extension methods for the ArchiveDataBlockPointer. | |
ArchiveDataPoint | Represents time-series data stored in ArchiveFile. | |
ArchiveFile | Represents a file that contains ArchiveDataPoints. | |
ArchiveFileAllocationTable | Represents the File Allocation Table of an ArchiveFile. | |
ArchiveFileScanner | Scans an archive file for data points in a given time range and returns them in the order that they are scanned. | |
ArchiveFileStatistics | A class that contains the statistics of an ArchiveFile. | |
ArchiveReader | Opens a local set of historian files for reading with active archive file being monitored for roll-over. | |
IntercomFile | Represents a file containing IntercomRecords. | |
IntercomRecord | Represents a record in the IntercomFile that contains runtime information of a historian. | |
MetadataFile | Represents a file containing MetadataRecords. | |
MetadataRecord | Represents a record in the MetadataFile that contains the various attributes associates to a HistorianID. | |
MetadataRecordAlarmFlags | Defines which data Quality should trigger an alarm notification. | |
MetadataRecordAnalogFields | Defines specific fields for MetadataRecords that are of type Analog. | |
MetadataRecordComposedFields | Defines specific fields for MetadataRecords that are of type Composed. | |
MetadataRecordConstantFields | Defines specific fields for MetadataRecords that are of type Constant. | |
MetadataRecordDigitalFields | Defines specific fields for MetadataRecords that are of type Digital. | |
MetadataRecordGeneralFlags | Defines general boolean settings for a MetadataRecord. | |
MetadataRecordSecurityFlags | Defines the security level for a MetadataRecord. | |
MetadataRecordSummary | A class with a subset of information defined in MetadataRecord. The generated binary image of MetadataRecordSummary is sent back as a reply to PacketType3 and PacketType4. | |
StateFile | Represents a file containing StateRecords. | |
StateRecord | Represents a record in the StateFile that contains the state information associated to a HistorianID. | |
StateRecordDataPoint | Represents time-series data stored in StateFile. | |
StateRecordSummary | A class with just CurrentData. The generated binary image of MetadataRecordSummary is sent back as a reply to PacketType11. | |
TimeSortedArchiveFileScanner | Reads a series of data points from an ArchiveFile in sorted order. |
Interface | Description | |
---|---|---|
IArchiveFileScanner | Represents a scanner that reads data points from an archive file for a given time range. |
Enumeration | Description | |
---|---|---|
ArchiveFileType | Indicates the type of ArchiveFile. | |
DataType | Indicates the type of data being archived for a MetadataRecord. | |
MetadataFileLegacyMode | Defines legacy operational modes for the MetadataFile. |