From 786dcdf88d915c701a0266768b06e6158cdd59e9 Mon Sep 17 00:00:00 2001 From: "Robin.Mueller" Date: Mon, 28 Sep 2020 22:13:17 +0200 Subject: [PATCH] removed clock include --- datapoollocal/HasLocalDataPoolIF.h | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/datapoollocal/HasLocalDataPoolIF.h b/datapoollocal/HasLocalDataPoolIF.h index e078f01e0..f8f4ef4c4 100644 --- a/datapoollocal/HasLocalDataPoolIF.h +++ b/datapoollocal/HasLocalDataPoolIF.h @@ -4,7 +4,6 @@ #include "../datapool/PoolEntryIF.h" #include "../ipc/MessageQueueSenderIF.h" #include "../housekeeping/HousekeepingMessage.h" -#include "../timemanager/Clock.h" #include @@ -65,11 +64,11 @@ public: virtual LocalDataPoolManager* getHkManagerHandle() = 0; /** - * Returns the minimum sampling frequency, which will usually be the - * period the pool owner performs its periodic operation- + * Returns the minimum sampling frequency in milliseconds, which will + * usually be the period the pool owner performs its periodic operation. * @return */ - virtual dur_millis_t getPeriodicOperationFrequency() const = 0; + virtual uint32_t getPeriodicOperationFrequency() const = 0; /** * This function is used by the pool manager to get a valid dataset