CARMA C++
Main Page
Related Pages
Namespaces
Classes
Files
Examples
File List
File Members
NTPQuery.h
Go to the documentation of this file.
1
14
#ifndef CARMA_UTIL_NTPQ_H
15
#define CARMA_UTIL_NTPQ_H
16
17
namespace
carma {
18
namespace
util {
19
26
class
NTPQuery
{
27
public
:
28
40
double
getDelay
();
41
53
double
getOffset
();
54
55
protected
:
56
57
private
:
58
59
};
// End class NTPQuery
60
}
// End namespace util
61
}
// End namespace carma
62
#endif
carma::util::NTPQuery::getDelay
double getDelay()
Retrieve NTP delay in ms.
carma::util::NTPQuery
NTPQuery class.
Definition:
NTPQuery.h:26
carma::util::NTPQuery::getOffset
double getOffset()
Retrieve NTP offset in ms.
carma
util
NTPQuery.h
Generated by
1.8.5