| 
    CatapultServer
    v0.5.0.1 (Elephant)
    
   | 
 
Information about the result of a time synchronization procedure with a remote node. More...

Public Member Functions | |
| TimeSynchronizationResult (catapult::Timestamp timestamp, int64_t currentOffset, int64_t change) | |
| Creates a result around timestamp, currentOffset and change.  More... | |
Public Attributes | |
| catapult::Timestamp | Timestamp | 
| Time when the synchronization happened.  More... | |
| int64_t | CurrentOffset | 
| Time offset after the synchronization.  More... | |
| int64_t | Change | 
| Change in time offset caused by the synchronization.  More... | |
Information about the result of a time synchronization procedure with a remote node.
      
  | 
  inline | 
Creates a result around timestamp, currentOffset and change.
| int64_t catapult::timesync::TimeSynchronizationResult::Change | 
Change in time offset caused by the synchronization.
| int64_t catapult::timesync::TimeSynchronizationResult::CurrentOffset | 
Time offset after the synchronization.
| catapult::Timestamp catapult::timesync::TimeSynchronizationResult::Timestamp | 
Time when the synchronization happened.