|
Motion Master 6.0.0-alpha.50
Next-generation motion control software
|
One object to stage into the output process image, as parsed from a batch write request. More...
#include <device_manager.h>
Public Attributes | |
| uint16_t | slavePosition = 0 |
| 1-based bus position of the owning device. | |
| uint16_t | index = 0 |
| CoE object index. | |
| uint8_t | subindex = 0 |
| CoE object subindex. | |
| DeviceParameterValue | value |
| Value to write; coerced to the object's declared type. | |
One object to stage into the output process image, as parsed from a batch write request.
The value is coerced to the object's declared data type by the write path (Device::writeParameter), so callers pass a loosely-typed DeviceParameterValue.
| uint16_t mm::node::OutputStageRequest::index = 0 |
CoE object index.
| uint16_t mm::node::OutputStageRequest::slavePosition = 0 |
1-based bus position of the owning device.
| uint8_t mm::node::OutputStageRequest::subindex = 0 |
CoE object subindex.
| DeviceParameterValue mm::node::OutputStageRequest::value |
Value to write; coerced to the object's declared type.