|
Motion Master 6.0.0-alpha.50
Next-generation motion control software
|
#include <chrono>#include <expected>#include <string>#include "node/cia402.h"#include "node/profile_device.h"Go to the source code of this file.
Classes | |
| class | mm::node::Cia402Drive |
Borrowed view of a CiA402 drive — the device control state machine, operation modes, and the standard cyclic setpoints, expressed over a Device's parameter access. More... | |
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. | |