renormalized line endings

This commit is contained in:
2020-08-28 18:33:29 +02:00
parent 9abd796e6f
commit 1b9c8446b7
381 changed files with 38723 additions and 38723 deletions

View File

@ -1,19 +1,19 @@
#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_ */
#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_ */