- 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:
@@ -19,7 +19,7 @@ public:
|
||||
Statistics(radio_float_t updateInterval_minMax);
|
||||
~Statistics();
|
||||
void process(ComplexScalar const &xin);
|
||||
IMinMax const& provider_minMax() const;
|
||||
IMinMax const& minMax() const;
|
||||
|
||||
class MinMaxProvider : public IMinMax
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user