You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
510 B

8 months ago
  1. #pragma once
  2. #include <fstream>
  3. #include <functional>
  4. #include <iostream>
  5. #include <list>
  6. #include <map>
  7. #include <memory>
  8. #include <set>
  9. #include <sstream>
  10. #include <string>
  11. #include <vector>
  12. //
  13. #include "appbase/appbasedep.hpp"
  14. #include "appbase/appbean/hardware_component.hpp"
  15. //
  16. #include "app_protocols/transmit_disfection_protocol/transmit_disfection_protocol.hpp"
  17. //
  18. #include "basic/componentid.hpp"
  19. #include "basic/gconfig.hpp"
  20. #include "basic/project_constant.hpp"
  21. #include "basic/volume_convertor.hpp"