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

Protected Member Functions

 DispersionReading (int id, DateTime time, int zone, Host host, Peer peer, double offset, double jitter)
 
 DispersionReading (Host host, Peer peer, ReadingBulk bulk, double offset, double jitter)
 
- Protected Member Functions inherited from Ntp.Analyzer.Objects.Reading
 Reading (int id, DateTime time, int zone, Host host)
 
 Reading (Host host, ReadingBulk bulk)
 
- Protected Member Functions inherited from Ntp.Analyzer.Objects.PersistentObject
 PersistentObject (int id)
 Initializes a new instance of the PersistentObject class. More...
 
 PersistentObject ()
 Initializes a new instance of the PersistentObject class. More...
 

Properties

double Jitter [get]
 
double Offset [get]
 
Peer Peer [get]
 
- Properties inherited from Ntp.Analyzer.Objects.Reading
Host Host [get]
 
DateTime LocalTime [get]
 
DateTime Time [get]
 
int UtcOffset [get]
 
DateTime UtcTime [get]
 
- Properties inherited from Ntp.Analyzer.Objects.PersistentObject
int Id [get, private set]
 Gets the identifier. More...
 
bool NewObject [get, protected set]
 Gets a value indicating whether this PersistentObject is a new object which does not yet exists in the peristing storage (database etc). More...
 

Additional Inherited Members

- Public Member Functions inherited from Ntp.Analyzer.Objects.PersistentObject
override bool Equals (object obj)
 
override int GetHashCode ()
 
void SetId (int id)
 Sets the identifier after the object have been stored in persistent storage. More...
 
override string ToString ()
 Returns a string that represents the current PersistentObject. More...
 
- Public Attributes inherited from Ntp.Analyzer.Objects.Reading
DateTime RoundedLocalTime
 
DateTime RoundedUtcTime
 

Detailed Description

Definition at line 26 of file DispersionReading.cs.

Constructor & Destructor Documentation

Ntp.Analyzer.Objects.DispersionReading.DispersionReading ( int  id,
DateTime  time,
int  zone,
Host  host,
Peer  peer,
double  offset,
double  jitter 
)
inlineprotected

Definition at line 28 of file DispersionReading.cs.

37  : base(id, time, zone, host)
38  {
39  Peer = peer;
40  Offset = offset;
41  Jitter = jitter;
42  }
Ntp.Analyzer.Objects.DispersionReading.DispersionReading ( Host  host,
Peer  peer,
ReadingBulk  bulk,
double  offset,
double  jitter 
)
inlineprotected

Definition at line 44 of file DispersionReading.cs.

51  : base(host, bulk)
52  {
53  Peer = peer;
54  Offset = offset;
55  Jitter = jitter;
56  }

Property Documentation

double Ntp.Analyzer.Objects.DispersionReading.Jitter
get
double Ntp.Analyzer.Objects.DispersionReading.Offset
get
Peer Ntp.Analyzer.Objects.DispersionReading.Peer
get

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