WIP: somethings wrong.. #19

Closed
muellerr wants to merge 808 commits from source/master into master
2 changed files with 1 additions and 1 deletions
Showing only changes of commit 70212d9f4e - Show all commits

View File

@ -40,6 +40,7 @@ public:
virtual MessageQueueId_t getCommandQueue() const = 0;
virtual ReturnValue_t initializeHousekeepingPoolEntries(
LocalDataPoolMap& localDataPoolMap) = 0;
//virtual float setMinimalHkSamplingFrequency() = 0;
virtual HousekeepingManager* getHkManagerHandle() = 0;
virtual DataSetIF* getDataSetHandle(sid_t sid) = 0;
};

View File

@ -19,7 +19,6 @@ union sid_t {
*/
uint64_t raw;
};
class HousekeepingMessage {
public:
/**