API Documentation
Loading...
Searching...
No Matches
TimeRequest Class Referenceabstract

A request to get the time from the network. More...

#include <ItemDownloader.h>

Inheritance diagram for TimeRequest:
[legend]
Collaboration diagram for TimeRequest:
[legend]

Signals

void errorOccurredSignal (int error)
 
void finishedSignal ()
 

Public Member Functions

TimeSpan localClockOffset () const
 
TimeSpan roundTripDelay () const
 
virtual Time rxTime () const =0
 
virtual Time serverTime () const =0
 
virtual Time txTime () const =0
 

Detailed Description

A request to get the time from the network.


Member Function Documentation

◆ errorOccurredSignal

void errorOccurredSignal ( int error)
signal

◆ finishedSignal

void finishedSignal ( )
signal

◆ localClockOffset()

TimeSpan localClockOffset ( ) const
inline

◆ roundTripDelay()

TimeSpan roundTripDelay ( ) const
inline

◆ rxTime()

virtual Time rxTime ( ) const
pure virtual

◆ serverTime()

virtual Time serverTime ( ) const
pure virtual

◆ txTime()

virtual Time txTime ( ) const
pure virtual

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