Motion Master 6.0.0-alpha.50
Next-generation motion control software
Loading...
Searching...
No Matches
cia402_drive.h File Reference
#include <chrono>
#include <expected>
#include <string>
#include "node/cia402.h"
#include "node/profile_device.h"
Include dependency graph for cia402_drive.h:
This graph shows which files directly or indirectly include this file:

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.