- implemented Tracker class

- refactored IMinMAx, Statistics

git-svn-id: http://moon:8086/svn/software/trunk/libsrc/cpp@1036 b431acfa-c32f-4a4a-93f1-934dc6c82436
This commit is contained in:
2022-06-18 14:05:39 +00:00
parent dea5ae345d
commit 4d13e8e41f
5 changed files with 30 additions and 2 deletions
+7
View File
@@ -1,3 +1,8 @@
#ifndef _METRICS_IMINMAX_HPP_
#define _METRICS_IMINMAX_HPP_
#pragma once
#include <radio/radio_types.h>
namespace Radio
@@ -19,3 +24,5 @@ public:
};
} // Metrics
} // Radio
#endif // _METRICS_IMINMAX_HPP_