Motion Master 6.0.0-alpha.86
Next-generation motion control software
Loading...
Searching...
No Matches
profile_device.cc File Reference
#include "node/profile_device.h"
#include <chrono>
#include <format>
#include <optional>
#include <stop_token>
#include <string>
#include <string_view>
#include <thread>
#include <vector>
Include dependency graph for profile_device.cc:

Namespaces

namespace  mm
 
namespace  mm::node
 

Functions

std::optional< RestoreGroupmm::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.