C# Class SimTelemetry.Domain.Logger.LogSampleProvider

Datei anzeigen Open project: nlhans/SimTelemetry Class Usage Examples

Public Methods

Method Description
GetSamples ( ) : IEnumerable
LogSampleProvider ( LogFileReader reader, IEnumerable groups, int startTime, int endTime ) : System.Collections.Generic

Protected Methods

Method Description
InitializeSample ( LogSample sample, int timestamp ) : void
UpdateSampleValues ( LogSample sample, int timestamp ) : void

Method Details

GetSamples() public method

public GetSamples ( ) : IEnumerable
return IEnumerable

InitializeSample() protected method

protected InitializeSample ( LogSample sample, int timestamp ) : void
sample LogSample
timestamp int
return void

LogSampleProvider() public method

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

UpdateSampleValues() protected method

protected UpdateSampleValues ( LogSample sample, int timestamp ) : void
sample LogSample
timestamp int
return void