|
| | HostReading (int id, DateTime time, int zone, Host host, Peer peer, double offset, double jitter, double frequency, double stability) |
| |
| | HostReading (Host host, Peer peer, ReadingBulk bulk, double offset, double jitter, double frequency, double stability) |
| |
| | HostReading (Host host, Peer peer, ReadingBulk bulk, double offset, double jitter) |
| |
| 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...
|
| |
|
| DateTime | RoundedLocalTime |
| |
| DateTime | RoundedUtcTime |
| |
| | 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) |
| |
| | Reading (int id, DateTime time, int zone, Host host) |
| |
| | Reading (Host host, ReadingBulk bulk) |
| |
| | PersistentObject (int id) |
| | Initializes a new instance of the PersistentObject class. More...
|
| |
| | PersistentObject () |
| | Initializes a new instance of the PersistentObject class. More...
|
| |
Definition at line 26 of file HostReading.cs.
| Ntp.Analyzer.Objects.HostReading.HostReading |
( |
int |
id, |
|
|
DateTime |
time, |
|
|
int |
zone, |
|
|
Host |
host, |
|
|
Peer |
peer, |
|
|
double |
offset, |
|
|
double |
jitter, |
|
|
double |
frequency, |
|
|
double |
stability |
|
) |
| |
|
inline |
Definition at line 28 of file HostReading.cs.
39 : base(
id, time, zone, host, peer, offset, jitter)
| Ntp.Analyzer.Objects.HostReading.HostReading |
( |
Host |
host, |
|
|
Peer |
peer, |
|
|
ReadingBulk |
bulk, |
|
|
double |
offset, |
|
|
double |
jitter, |
|
|
double |
frequency, |
|
|
double |
stability |
|
) |
| |
|
inline |
Definition at line 45 of file HostReading.cs.
54 : base(host, peer, bulk, offset, jitter)
| Ntp.Analyzer.Objects.HostReading.HostReading |
( |
Host |
host, |
|
|
Peer |
peer, |
|
|
ReadingBulk |
bulk, |
|
|
double |
offset, |
|
|
double |
jitter |
|
) |
| |
|
inline |
Definition at line 60 of file HostReading.cs.
67 : base(host, peer, bulk, offset, jitter)
| double Ntp.Analyzer.Objects.HostReading.Frequency |
|
get |
| double Ntp.Analyzer.Objects.HostReading.Stability |
|
get |
The documentation for this class was generated from the following file: