![]() |
Raven Core
3.0.0
P2P Digital Currency
|
#include <algorithm>#include <assert.h>#include <stdint.h>#include <vector>Go to the source code of this file.
Classes | |
| class | CMedianFilter< T > |
| Median filter over a stream of values. More... | |
Functions | |
| int64_t | GetTimeOffset () |
| Functions to keep track of adjusted P2P time. More... | |
| int64_t | GetAdjustedTime () |
| void | AddTimeData (const CNetAddr &ip, int64_t nTime) |
| void AddTimeData | ( | const CNetAddr & | ip, |
| int64_t | nTime | ||
| ) |
Definition at line 48 of file timedata.cpp.
| int64_t GetAdjustedTime | ( | ) |
Definition at line 36 of file timedata.cpp.
| int64_t GetTimeOffset | ( | ) |
Functions to keep track of adjusted P2P time.
Functions to keep track of adjusted P2P time.
Definition at line 30 of file timedata.cpp.
1.8.13