27 namespace Ntp.Analyzer.Import
40 private readonly
string file;
48 StreamReader reader = null;
53 reader =
new StreamReader(file);
54 text = reader.ReadLine();
58 log.DriftFileReadError(host.Name, file, e);
67 if (
double.TryParse(text, out value))
73 log.DriftReadError(host.Name, file);
readonly ReadingBulk bulk
Value from NTP drift file.
DriftFileImporter(Host host, string file, ReadingBulk bulk, LogBase log)