Definition at line 30 of file NtpctlHostImporter.cs.
void Ntp.Analyzer.Import.NtpctlHostImporter.CreateEntry |
( |
AssociationEntry |
entry | ) |
|
|
inlineprivate |
override void Ntp.Analyzer.Import.NtpctlHostImporter.Initialize |
( |
| ) |
|
|
inlineprotected |
override void Ntp.Analyzer.Import.NtpctlHostImporter.ReadFromStream |
( |
| ) |
|
|
inlineprotected |
Definition at line 55 of file NtpctlHostImporter.cs.
62 while (Reader.Peek() != -1)
64 string peer = Reader.ReadLine();
65 string stat = Reader.ReadLine();
75 Log.OpenNtpUnsynced();
void CreateEntry(AssociationEntry entry)
AssociationEntry ParseLines(string peer, string stats)
readonly ReadingBulk Ntp.Analyzer.Import.NtpctlHostImporter.bulk |
|
private |
readonly Host Ntp.Analyzer.Import.NtpctlHostImporter.host |
|
private |
List<Peer> Ntp.Analyzer.Import.NtpctlHostImporter.peers |
|
private |
The documentation for this class was generated from the following file: