|
Motion Master 6.0.0-alpha.86
Next-generation motion control software
|
#include "etg/esi_unit.h"#include <algorithm>#include <array>#include <nlohmann/json.hpp>#include <string>Namespaces | |
| namespace | mm |
| namespace | mm::etg |
Functions | |
| std::string | mm::etg::esiUnitSymbol (uint32_t unit, std::span< const UnitType > local={}) |
| Renders a packed unit notation value as a display symbol. | |
| void | mm::etg::to_json (nlohmann::json &j, const UnitType &unit) |
Serialises a UnitType to JSON (notationIndex, index, name, symbol). | |