Irini Kosmidou
ad168f18b3
Some checks failed
EIVE/eive-obsw/pipeline/head There was a failure building this commit
14 lines
290 B
C++
14 lines
290 B
C++
//
|
|
// Created by irini on 24.11.22.
|
|
//
|
|
|
|
#ifndef EIVE_OBSW_DUMMYHEATERHANDLER_H
|
|
#define EIVE_OBSW_DUMMYHEATERHANDLER_H
|
|
|
|
#include "mission/devices/HeaterHandler.h"
|
|
class DummyHeaterHandler: public HeaterHandler{
|
|
public:
|
|
//DummyHeaterHandler();
|
|
};
|
|
#endif // EIVE_OBSW_DUMMYHEATERHANDLER_H
|