🏗️」 wip: wut

This commit is contained in:
2025-08-15 18:19:22 +02:00
parent 4c6fc1ecb1
commit 057fb25cf7
3 changed files with 48 additions and 4 deletions

View File

@ -1,3 +1,15 @@
#pragma once
void append_time(double time);
void append_time(double time);
/**
* @brief Can be used to get the avarage rtt
*/
double get_avg_rtt(void);
/**
* @brief Can be used to get the
*/
double get_min_rtt(void);
double get_max_rtt(void);
double get_stddev_rtt(void);