#include "stats.h"
#include <memory.h>
#include <math.h>
#include "event.h"
#include "ptp_core.h"
#include "ptp_defs.h"
#include "settings_interface.h"
Go to the source code of this file.
◆ PTP_TE_FILT_Fc_HZ
#define PTP_TE_FILT_Fc_HZ (0.1) |
Cutoff frequency (Hz)
Definition at line 29 of file stats.c.
◆ ptp_clear_stats()
Clear statitics.
Definition at line 17 of file stats.c.
◆ ptp_collect_stats()
void ptp_collect_stats |
( |
int64_t |
d | ) |
|
Collect statistics.
- Parameters
-
d | time error in nanoseconds. |
Definition at line 32 of file stats.c.
◆ ptp_get_stats()
Get statistics.
- Returns
- const pointer to the filled PTP stats object
Definition at line 23 of file stats.c.