C# 클래스 SimTelemetry.Domain.Logger.LogSampleProvider

파일 보기 프로젝트 열기: nlhans/SimTelemetry 1 사용 예제들

공개 메소드들

메소드 설명
GetSamples ( ) : IEnumerable
LogSampleProvider ( LogFileReader reader, IEnumerable groups, int startTime, int endTime ) : System.Collections.Generic

보호된 메소드들

메소드 설명
InitializeSample ( LogSample sample, int timestamp ) : void
UpdateSampleValues ( LogSample sample, int timestamp ) : void

메소드 상세

GetSamples() 공개 메소드

public GetSamples ( ) : IEnumerable
리턴 IEnumerable

InitializeSample() 보호된 메소드

protected InitializeSample ( LogSample sample, int timestamp ) : void
sample LogSample
timestamp int
리턴 void

LogSampleProvider() 공개 메소드

public LogSampleProvider ( LogFileReader reader, IEnumerable groups, int startTime, int endTime ) : System.Collections.Generic
reader LogFileReader
groups IEnumerable
startTime int
endTime int
리턴 System.Collections.Generic

UpdateSampleValues() 보호된 메소드

protected UpdateSampleValues ( LogSample sample, int timestamp ) : void
sample LogSample
timestamp int
리턴 void