C# 클래스 CsvAdapters.CsvInputAdapter

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

Private Properties

프로퍼티 타입 설명
ProcessMeasurements void
ReadNextRecord bool
m_looseTimer_Elapsed void

공개 메소드들

메소드 설명
CsvInputAdapter ( ) : System

Initializes a new instance of the CsvInputAdapter class.

GetShortStatus ( int maxLength ) : string

Gets a short one-line status of this CsvInputAdapter.

Initialize ( ) : void

Initializes this CsvInputAdapter.

보호된 메소드들

메소드 설명
AttemptConnection ( ) : void

Attempts to connect to this CsvInputAdapter.

AttemptDisconnection ( ) : void

Attempts to disconnect from this CsvInputAdapter.

Dispose ( bool disposing ) : void

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

비공개 메소드들

메소드 설명
ProcessMeasurements ( ) : void
ReadNextRecord ( long currentTime ) : bool
m_looseTimer_Elapsed ( object sender, ElapsedEventArgs e ) : void

메소드 상세

AttemptConnection() 보호된 메소드

Attempts to connect to this CsvInputAdapter.
protected AttemptConnection ( ) : void
리턴 void

AttemptDisconnection() 보호된 메소드

Attempts to disconnect from this CsvInputAdapter.
protected AttemptDisconnection ( ) : void
리턴 void

CsvInputAdapter() 공개 메소드

Initializes a new instance of the CsvInputAdapter class.
public CsvInputAdapter ( ) : System
리턴 System

Dispose() 보호된 메소드

Releases the unmanaged resources used by the CsvInputAdapter 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 CsvInputAdapter.
public GetShortStatus ( int maxLength ) : string
maxLength int Maximum length of the status message.
리턴 string

Initialize() 공개 메소드

Initializes this CsvInputAdapter.
public Initialize ( ) : void
리턴 void