|
| PeerReading (int id, DateTime time, int zone, Host host, Peer peer, int last, int reach, double delay, double offset, double jitter) |
|
| PeerReading (Host host, Peer peer, ReadingBulk bulk, AssociationEntry entry) |
|
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 PeerReading.cs.
Ntp.Analyzer.Objects.PeerReading.PeerReading |
( |
int |
id, |
|
|
DateTime |
time, |
|
|
int |
zone, |
|
|
Host |
host, |
|
|
Peer |
peer, |
|
|
int |
last, |
|
|
int |
reach, |
|
|
double |
delay, |
|
|
double |
offset, |
|
|
double |
jitter |
|
) |
| |
|
inline |
Definition at line 28 of file PeerReading.cs.
40 : base(
id, time, zone, host, peer, offset, jitter)
double Ntp.Analyzer.Objects.PeerReading.Delay |
|
get |
int Ntp.Analyzer.Objects.PeerReading.LastPoll |
|
get |
int Ntp.Analyzer.Objects.PeerReading.Reach |
|
get |
The documentation for this class was generated from the following file: