C# 클래스 PIAdapters.PIRTInputAdapter

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

Private Properties

프로퍼티 타입 설명
Dispose void
GetPIPoint PIPoint
ReadEvents void
SubscribeToPointUpdates void
m_connection_Disconnected void
m_dataUpdateObserver_DataUpdated void
m_eventTimer_Elapsed void

공개 메소드들

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

Returns brief status with measurements processed

Initialize ( ) : void

Reads values from the connection string and prepares this PIRTInputAdapter for connecting to PI

PIRTInputAdapter ( ) : System

Receives real-time updates from PI

보호된 메소드들

메소드 설명
AttemptConnection ( ) : void

Connects to the configured PI server.

AttemptDisconnection ( ) : void

Disconnects from the configured PI server if a connection is open

비공개 메소드들

메소드 설명
Dispose ( bool disposing ) : void
GetPIPoint ( PIServer server, string tagName ) : PIPoint
ReadEvents ( ) : void
SubscribeToPointUpdates ( MeasurementKey keys ) : void
m_connection_Disconnected ( object sender, EventArgs e ) : void
m_dataUpdateObserver_DataUpdated ( object sender, EventArgs e ) : void
m_eventTimer_Elapsed ( object sender, System e ) : void

메소드 상세

AttemptConnection() 보호된 메소드

Connects to the configured PI server.
protected AttemptConnection ( ) : void
리턴 void

AttemptDisconnection() 보호된 메소드

Disconnects from the configured PI server if a connection is open
protected AttemptDisconnection ( ) : void
리턴 void

GetShortStatus() 공개 메소드

Returns brief status with measurements processed
public GetShortStatus ( int maxLength ) : string
maxLength int
리턴 string

Initialize() 공개 메소드

Reads values from the connection string and prepares this PIRTInputAdapter for connecting to PI
public Initialize ( ) : void
리턴 void

PIRTInputAdapter() 공개 메소드

Receives real-time updates from PI
public PIRTInputAdapter ( ) : System
리턴 System