Parser新采集脚本对应。

This commit is contained in:
sunwen
2023-04-18 10:37:23 +08:00
parent bd3bd664e7
commit 5afffd143c
14 changed files with 156 additions and 150 deletions

View File

@@ -12,9 +12,9 @@ void MatlabCreator::setDirectoryPath(const std::string& aDirectoryPath)
mPrivate->setDirectoryPath(aDirectoryPath);
}
bool MatlabCreator::createKITMat()
bool MatlabCreator::createKITMat(const std::string& aOutputPath)
{
return mPrivate->createKITMat();
return mPrivate->createKITMat(aOutputPath);
}