Motion Master 6.0.0-alpha.86
Next-generation motion control software
Loading...
Searching...
No Matches
auto_tuning_setup.cc File Reference
#include "auto_tuning_setup.h"
#include <spdlog/spdlog.h>
#include <string>
#include <utility>
#include "core/platform.h"
Include dependency graph for auto_tuning_setup.cc:

Namespaces

namespace  mm
 

Functions

auto_tuning::ProcessOptions mm::buildAutoTuningOptions (const AutoTuningConfig &config, const std::filesystem::path &logFile)
 Resolves what to start, and where its output goes.
 
AutoTuningStartup mm::startAutoTuning (auto_tuning::Process &process, bool enabled)
 Starts the child unless the configuration or the filesystem says otherwise, and logs it.
 
void mm::stopAutoTuning (auto_tuning::Process &process)
 Stops the child and logs how it ended.