9 #ifndef ABSTRACT_DEVICE_H
10 #define ABSTRACT_DEVICE_H
14 #include <mal/Cii.hpp>
15 #include <mal/Mal.hpp>
16 #include <mal/utility/LoadMal.hpp>
29 virtual void GetMessage(std::shared_ptr<::elt::mal::Mal> mal,
30 std::vector<std::shared_ptr<::fcfif::SetupElem>>& setup_buffer,
31 bool ignoreChecked =
false) = 0;
41 #endif // ABSTRACT_DEVICE_H