added new IF for thermal messages
This commit is contained in:
parent
99b90e625d
commit
1001c1d48b
18
thermal/AcceptsThermalMessagesIF.h
Normal file
18
thermal/AcceptsThermalMessagesIF.h
Normal file
@ -0,0 +1,18 @@
|
||||
/**
|
||||
* \file AcceptsThermalMessagesIF.h
|
||||
*
|
||||
* \date 16.02.2020
|
||||
*/
|
||||
|
||||
#ifndef FRAMEWORK_THERMAL_ACCEPTSTHERMALMESSAGESIF_H_
|
||||
#define FRAMEWORK_THERMAL_ACCEPTSTHERMALMESSAGESIF_H_
|
||||
#include <framework/ipc/MessageQueueSenderIF.h>
|
||||
|
||||
class AcceptsThermalMessagesIF {
|
||||
public:
|
||||
virtual ~AcceptsThermalMessagesIF();
|
||||
|
||||
virtual MessageQueueId_t getReceptionQueue() const = 0;
|
||||
};
|
||||
|
||||
#endif /* FRAMEWORK_THERMAL_ACCEPTSTHERMALMESSAGESIF_H_ */
|
Loading…
Reference in New Issue
Block a user