some little form improvements
This commit is contained in:
parent
d600d48816
commit
b4561465ba
@ -1,5 +1,5 @@
|
||||
#ifndef DEVICEHANDLERS_DEVICEHANDLERBASE_H_
|
||||
#define DEVICEHANDLERS_DEVICEHANDLERBASE_H_
|
||||
#ifndef FRAMEWORK_DEVICEHANDLERS_DEVICEHANDLERBASE_H_
|
||||
#define FRAMEWORK_DEVICEHANDLERS_DEVICEHANDLERBASE_H_
|
||||
|
||||
#include <framework/objectmanager/SystemObject.h>
|
||||
#include <framework/tasks/ExecutableObjectIF.h>
|
||||
|
@ -1,5 +1,5 @@
|
||||
# This file needs FRAMEWORK_PATH and API set correctly
|
||||
# Valid API settings: rtems, linux, freeRTOS
|
||||
# This file needs FRAMEWORK_PATH and OS_FSFW set correctly by another Makefile.
|
||||
# Valid API settings: rtems, linux, freeRTOS, host
|
||||
|
||||
CXXSRC += $(wildcard $(FRAMEWORK_PATH)/action/*.cpp)
|
||||
CXXSRC += $(wildcard $(FRAMEWORK_PATH)/container/*.cpp)
|
||||
|
@ -40,7 +40,6 @@ 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;
|
||||
};
|
||||
|
@ -19,6 +19,7 @@ union sid_t {
|
||||
*/
|
||||
uint64_t raw;
|
||||
};
|
||||
|
||||
class HousekeepingMessage {
|
||||
public:
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user