C# Class SimTelemetry.Domain.Logger.LogSampleProvider

Afficher le fichier Open project: nlhans/SimTelemetry Class Usage Examples

Méthodes publiques

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

Méthodes protégées

Méthode Description
InitializeSample ( LogSample sample, int timestamp ) : void
UpdateSampleValues ( LogSample sample, int timestamp ) : void

Method Details

GetSamples() public méthode

public GetSamples ( ) : IEnumerable
Résultat IEnumerable

InitializeSample() protected méthode

protected InitializeSample ( LogSample sample, int timestamp ) : void
sample LogSample
timestamp int
Résultat void

LogSampleProvider() public méthode

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

UpdateSampleValues() protected méthode

protected UpdateSampleValues ( LogSample sample, int timestamp ) : void
sample LogSample
timestamp int
Résultat void