NTP Analyzer  0.8.2
Analyze the operation of time servers
Ntp.Analyzer.Statistics.DirectStatusBuilder Class Reference
Inheritance diagram for Ntp.Analyzer.Statistics.DirectStatusBuilder:
Collaboration diagram for Ntp.Analyzer.Statistics.DirectStatusBuilder:

Public Member Functions

 DirectStatusBuilder (Host host, string server, ServerType type, LogBase log)
 
- Public Member Functions inherited from Ntp.Analyzer.Statistics.StatusBuilder
void Build ()
 

Properties

override IList< AssociationEntryPeerAssociations [get]
 
- Properties inherited from Ntp.Analyzer.Statistics.StatusBuilder
List< StatusLineEntries [get]
 
Host Host [get]
 
abstract IList< AssociationEntryPeerAssociations [get]
 

Private Attributes

readonly LogBase log
 
readonly string server
 
readonly ServerType type
 

Additional Inherited Members

- Protected Member Functions inherited from Ntp.Analyzer.Statistics.StatusBuilder
 StatusBuilder (Host host)
 

Detailed Description

Definition at line 30 of file DirectStatusBuilder.cs.

Constructor & Destructor Documentation

Ntp.Analyzer.Statistics.DirectStatusBuilder.DirectStatusBuilder ( Host  host,
string  server,
ServerType  type,
LogBase  log 
)
inline

Definition at line 32 of file DirectStatusBuilder.cs.

33  : base(host)
34  {
35  this.server = server;
36  this.type = type;
37  this.log = log;
38  }

Member Data Documentation

readonly LogBase Ntp.Analyzer.Statistics.DirectStatusBuilder.log
private

Definition at line 40 of file DirectStatusBuilder.cs.

readonly string Ntp.Analyzer.Statistics.DirectStatusBuilder.server
private

Definition at line 41 of file DirectStatusBuilder.cs.

readonly ServerType Ntp.Analyzer.Statistics.DirectStatusBuilder.type
private

Definition at line 42 of file DirectStatusBuilder.cs.

Property Documentation

override IList<AssociationEntry> Ntp.Analyzer.Statistics.DirectStatusBuilder.PeerAssociations
getprotected

Definition at line 45 of file DirectStatusBuilder.cs.


The documentation for this class was generated from the following file: