C# 클래스 PhasorProtocolAdapters.PhasorMeasurementMapper.MissingDataMonitor

상속: GSF.TimeSeries.ConcentratorBase
파일 보기 프로젝트 열기: GridProtectionAlliance/gsf

공개 메소드들

메소드 설명
Start ( ) : void

Starts the MissingDataMonitor.

보호된 메소드들

메소드 설명
PublishFrame ( IFrame frame, int index ) : void

Called when a frame is published by the underlying concentrator engine.

메소드 상세

PublishFrame() 보호된 메소드

Called when a frame is published by the underlying concentrator engine.
protected PublishFrame ( IFrame frame, int index ) : void
frame IFrame The frame that is published.
index int The index of the frame from 0 to - 1.
리턴 void

Start() 공개 메소드

Starts the MissingDataMonitor.
public Start ( ) : void
리턴 void