#ifndef OFD_H #define OFD_H #include #include #include "module.h" class OFD { OFDModule module; public: OFD(); OFD(std::string); std::vector search_ofds(); void set_module(std::string); std::string get_check_data(std::string, std::string, std::string); }; #endif // OFD_H