|
IBR-DTN
1.0.0
|
#include <Configuration.h>


Public Member Functions | |
| bool | hasReference () const |
| bool | doSync () const |
| bool | sendDiscoveryBeacons () const |
| float | getSigma () const |
| float | getPsi () const |
| float | getSyncLevel () const |
Protected Member Functions | |
| TimeSync () | |
| virtual | ~TimeSync () |
| void | load (const ibrcommon::ConfigFile &conf) |
Protected Attributes | |
| bool | _reference |
| bool | _sync |
| bool | _discovery |
| float | _sigma |
| float | _psi |
| float | _sync_level |
Friends | |
| class | Configuration |
Definition at line 546 of file Configuration.h.
|
protected |
Definition at line 107 of file Configuration.cpp.
|
protectedvirtual |
Definition at line 132 of file Configuration.cpp.
| bool dtn::daemon::Configuration::TimeSync::doSync | ( | ) | const |
Definition at line 1326 of file Configuration.cpp.
Referenced by dtn::daemon::DTNTPWorker::DTNTPWorker().
| float dtn::daemon::Configuration::TimeSync::getPsi | ( | ) | const |
Definition at line 1341 of file Configuration.cpp.
Referenced by dtn::daemon::DTNTPWorker::DTNTPWorker().
| float dtn::daemon::Configuration::TimeSync::getSigma | ( | ) | const |
Definition at line 1336 of file Configuration.cpp.
Referenced by dtn::daemon::DTNTPWorker::DTNTPWorker().
| float dtn::daemon::Configuration::TimeSync::getSyncLevel | ( | ) | const |
Definition at line 1346 of file Configuration.cpp.
Referenced by dtn::daemon::DTNTPWorker::DTNTPWorker().
| bool dtn::daemon::Configuration::TimeSync::hasReference | ( | ) | const |
Definition at line 1321 of file Configuration.cpp.
Referenced by dtn::daemon::DTNTPWorker::DTNTPWorker().
|
protectedvirtual |
Implements dtn::daemon::Configuration::Extension.
Definition at line 433 of file Configuration.cpp.
References dtn::utils::Clock::setModifyClock().
Referenced by dtn::daemon::Configuration::load().

| bool dtn::daemon::Configuration::TimeSync::sendDiscoveryBeacons | ( | ) | const |
Definition at line 1331 of file Configuration.cpp.
Referenced by dtn::daemon::DTNTPWorker::DTNTPWorker().
|
friend |
Definition at line 548 of file Configuration.h.
|
protected |
Definition at line 556 of file Configuration.h.
|
protected |
Definition at line 558 of file Configuration.h.
|
protected |
Definition at line 554 of file Configuration.h.
|
protected |
Definition at line 557 of file Configuration.h.
|
protected |
Definition at line 555 of file Configuration.h.
|
protected |
Definition at line 559 of file Configuration.h.