Motion Master 6.0.0-alpha.86
Next-generation motion control software
Loading...
Searching...
No Matches
status.h File Reference

What Motion Master knows about its auto-tuning process, as a client can read it. More...

#include <cstdint>
#include <nlohmann/json.hpp>
#include <string>
Include dependency graph for status.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  mm::auto_tuning::Status
 The state of the auto-tuning process, reported by GET /api/auto-tuning. More...
 

Namespaces

namespace  mm
 
namespace  mm::auto_tuning
 

Functions

void mm::auto_tuning::to_json (nlohmann::json &j, const Status &status)
 Serialises a Status. Free function found by ADL, as nlohmann expects.
 

Detailed Description

What Motion Master knows about its auto-tuning process, as a client can read it.