C# Класс openHistorian.OldHistorianReader

Version 1.0 openHistorian optimized file reader.
Наследование: IDisposable
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
File string

Private Properties

Свойство Тип Описание

Открытые методы

Метод Описание
Dispose ( ) : void

Releases all the resources used by the OldHistorianReader object.

OldHistorianReader ( string File ) : System
Open ( string fileName ) : void

Opens the historian archive file.

Read ( ) : IEnumerable

Reads points from openHistorian 1.0 archive file in native order.

Read ( ) : void
Read ( Action callback ) : void
ToSingle ( UInt32 value ) : float
ToUInt ( float value ) : UInt32

Защищенные методы

Метод Описание
Dispose ( bool disposing ) : void

Releases the unmanaged resources used by the OldHistorianReader object and optionally releases the managed resources.

Описание методов

Dispose() публичный Метод

Releases all the resources used by the OldHistorianReader object.
public Dispose ( ) : void
Результат void

Dispose() защищенный Метод

Releases the unmanaged resources used by the OldHistorianReader object and optionally releases the managed resources.
protected Dispose ( bool disposing ) : void
disposing bool true to release both managed and unmanaged resources; false to release only unmanaged resources.
Результат void

OldHistorianReader() публичный Метод

public OldHistorianReader ( string File ) : System
File string
Результат System

Open() публичный Метод

Opens the historian archive file.
public Open ( string fileName ) : void
fileName string File name of historian archive to open.
Результат void

Read() публичный Метод

Reads points from openHistorian 1.0 archive file in native order.
public Read ( ) : IEnumerable
Результат IEnumerable

Read() публичный Метод

public Read ( ) : void
Результат void

Read() публичный Метод

public Read ( Action callback ) : void
callback Action
Результат void

ToSingle() публичный статический Метод

public static ToSingle ( UInt32 value ) : float
value System.UInt32
Результат float

ToUInt() публичный статический Метод

public static ToUInt ( float value ) : UInt32
value float
Результат System.UInt32

Описание свойств

File публичное свойство

public string File
Результат string