CossInterface.h 249 B

12345678910111213
  1. //
  2. // Created by WJG on 2021-3-9.
  3. //
  4. #ifndef COSSDEV_COSSINTERFACE_H
  5. #define COSSDEV_COSSINTERFACE_H
  6. #include <string>
  7. int coss_start(const std::string& file_path, const std::string& base_path);
  8. int coss_stop();
  9. #endif //COSSDEV_COSSINTERFACE_H