Borrowed view of a CiA402 drive — the device control state machine, operation modes,...
Definition cia402_drive.h:27
Represents a single node on the fieldbus.
Definition device.h:36
Device & device()
The underlying generic device this view operates on.
Definition profile_device.h:37
Borrowed view of a SOMANET drive — a CiA402 drive plus Synapticon-specific object-dictionary access (...
Definition somanet_drive.h:27
SomanetDrive(Device &device)
Binds an (unchecked) SOMANET view to device. Prefer createSomanetDrive.
Definition somanet_drive.h:30
Definition http_server.h:16
std::expected< SomanetDrive, std::string > createSomanetDrive(Device &device)
Validates that device is a SOMANET drive, then binds a view to it.
Definition somanet_drive.cc:8