|
Motion Master 6.0.0-alpha.86
Next-generation motion control software
|
#include "node/profile_device.h"#include <chrono>#include <format>#include <optional>#include <stop_token>#include <string>#include <string_view>#include <thread>#include <vector>Namespaces | |
| namespace | mm |
| namespace | mm::node |
Functions | |
| std::optional< RestoreGroup > | mm::node::parseRestoreGroup (std::string_view token) |
Parses a restore-group token ("all" / "communication" / "application" / "manufacturer") into a RestoreGroup. Returns std::nullopt for any other token. | |
| std::expected< ProfileDevice, std::string > | mm::node::createProfileDevice (Device &device) |
Binds a generic device-profile view to device. | |