include replacements
This commit is contained in:
@ -1,19 +1,19 @@
|
||||
#ifndef RECEIVESPARAMETERMESSAGESIF_H_
|
||||
#define RECEIVESPARAMETERMESSAGESIF_H_
|
||||
|
||||
|
||||
#include <framework/parameters/HasParametersIF.h>
|
||||
#include <framework/ipc/MessageQueueSenderIF.h>
|
||||
|
||||
class ReceivesParameterMessagesIF : public HasParametersIF {
|
||||
public:
|
||||
|
||||
static const uint8_t DOMAIN_ID_BASE = 0;
|
||||
virtual ~ReceivesParameterMessagesIF() {
|
||||
}
|
||||
|
||||
virtual MessageQueueId_t getCommandQueue() const = 0;
|
||||
};
|
||||
|
||||
|
||||
#endif /* RECEIVESPARAMETERMESSAGESIF_H_ */
|
||||
#ifndef RECEIVESPARAMETERMESSAGESIF_H_
|
||||
#define RECEIVESPARAMETERMESSAGESIF_H_
|
||||
|
||||
|
||||
#include "../parameters/HasParametersIF.h"
|
||||
#include "../ipc/MessageQueueSenderIF.h"
|
||||
|
||||
class ReceivesParameterMessagesIF : public HasParametersIF {
|
||||
public:
|
||||
|
||||
static const uint8_t DOMAIN_ID_BASE = 0;
|
||||
virtual ~ReceivesParameterMessagesIF() {
|
||||
}
|
||||
|
||||
virtual MessageQueueId_t getCommandQueue() const = 0;
|
||||
};
|
||||
|
||||
|
||||
#endif /* RECEIVESPARAMETERMESSAGESIF_H_ */
|
||||
|
Reference in New Issue
Block a user