C# 클래스 WavInputAdapter.WavInputAdapter

상속: InputAdapterBase
파일 보기 프로젝트 열기: GridProtectionAlliance/gsf

Private Properties

프로퍼티 타입 설명
OpenWaveDataReader TVA.Media.WaveDataReader
ProcessMeasurements void

공개 메소드들

메소드 설명
GetShortStatus ( int maxLength ) : string

Gets a short one-line status of this AdapterBase.

Initialize ( ) : void

Initializes the connection string parameters of this WavInputAdapter.

보호된 메소드들

메소드 설명
AttemptConnection ( ) : void

Attempts to open the file to start getting wave data.

AttemptDisconnection ( ) : void

Attempts to close the file and release resources held by the adapter.

Dispose ( bool disposing ) : void

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

비공개 메소드들

메소드 설명
OpenWaveDataReader ( ) : TVA.Media.WaveDataReader
ProcessMeasurements ( ) : void

메소드 상세

AttemptConnection() 보호된 메소드

Attempts to open the file to start getting wave data.
protected AttemptConnection ( ) : void
리턴 void

AttemptDisconnection() 보호된 메소드

Attempts to close the file and release resources held by the adapter.
protected AttemptDisconnection ( ) : void
리턴 void

Dispose() 보호된 메소드

Releases the unmanaged resources used by the WavInputAdapter 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

GetShortStatus() 공개 메소드

Gets a short one-line status of this AdapterBase.
public GetShortStatus ( int maxLength ) : string
maxLength int Maximum number of available characters for display.
리턴 string

Initialize() 공개 메소드

Initializes the connection string parameters of this WavInputAdapter.
public Initialize ( ) : void
리턴 void