|
Motion Master 6.0.0-alpha.86
Next-generation motion control software
|
One item making up a device or assembly (specification §3.2.2.3). More...
#include <hardware_description.h>
Public Attributes | |
| std::string | name |
| Human-understandable description, e.g. "Com EtherCAT". | |
| std::string | version |
| Version of the hardware named above, e.g. "B.4". | |
| std::string | serialNumber |
| Unique identifier for this component. | |
One item making up a device or assembly (specification §3.2.2.3).
Carries no function beyond recording what has a serial number: the specification says so outright. Every field is optional there, so every one of these can legitimately be empty.
| std::string mm::node::HardwareComponent::name |
Human-understandable description, e.g. "Com EtherCAT".
| std::string mm::node::HardwareComponent::serialNumber |
Unique identifier for this component.
| std::string mm::node::HardwareComponent::version |
Version of the hardware named above, e.g. "B.4".