NTP Analyzer
0.8.2
Analyze the operation of time servers
|
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 |
Definition at line 26 of file DispersionReading.cs.
|
inlineprotected |
Definition at line 28 of file DispersionReading.cs.
|
inlineprotected |
Definition at line 44 of file DispersionReading.cs.
|
get |
Definition at line 62 of file DispersionReading.cs.
Referenced by Ntp.Analyzer.Data.Sql.HostReadingDatabaseMapper.Insert(), and Ntp.Analyzer.Data.Sql.PeerReadingDatabaseMapper.Insert().
|
get |
Definition at line 60 of file DispersionReading.cs.
Referenced by Ntp.Analyzer.Data.Sql.HostReadingDatabaseMapper.Insert(), and Ntp.Analyzer.Data.Sql.PeerReadingDatabaseMapper.Insert().
|
get |
Definition at line 58 of file DispersionReading.cs.
Referenced by Ntp.Analyzer.Data.Sql.HostReadingDatabaseMapper.Insert(), and Ntp.Analyzer.Data.Sql.PeerReadingDatabaseMapper.Insert().