|
Motion Master 6.0.0-alpha.50
Next-generation motion control software
|
#include "node/cia402_drive.h"#include <chrono>#include <format>#include <string>#include <thread>Namespaces | |
| namespace | mm |
| namespace | mm::node |
Functions | |
| std::expected< Cia402Drive, std::string > | mm::node::createCia402Drive (Device &device) |
Validates that device implements the CiA402 profile, then binds a view to it. | |