![]() |
PRCYCoin
2.0.0.7rc1
P2P Digital Currency
|
#include "timedata.h"#include "netaddress.h"#include "sync.h"#include "guiinterface.h"#include "util.h"#include "utilstrencodings.h"Go to the source code of this file.
Functions | |
| int64_t | GetTimeOffset () |
| "Never go to sea with two chronometers; take one or three." Our three time sources are: More... | |
| int64_t | GetAdjustedTime () |
| void | AddTimeData (const CNetAddr &ip, int64_t nOffsetSample) |
| void AddTimeData | ( | const CNetAddr & | ip, |
| int64_t | nOffsetSample | ||
| ) |
Definition at line 40 of file timedata.cpp.
| int64_t GetAdjustedTime | ( | ) |
Definition at line 30 of file timedata.cpp.
| int64_t GetTimeOffset | ( | ) |
"Never go to sea with two chronometers; take one or three." Our three time sources are:
Functions to keep track of adjusted P2P time.
Definition at line 24 of file timedata.cpp.
1.8.17