|
Motion Master 6.0.0-alpha.86
Next-generation motion control software
|
A device's process-data description (ENI Slave/ProcessData).
More...
#include <eni.h>
Public Attributes | |
| std::optional< EniProcessDataWindow > | send |
| Window in the master's output image. | |
| std::optional< EniProcessDataWindow > | recv |
| Window in the master's input image. | |
| std::vector< EniSyncManager > | syncManagers |
Sync Managers, in any order; index places them. | |
| std::vector< EniPdo > | rxPdos |
| Master-to-device PDOs, so the outputs. | |
| std::vector< EniPdo > | txPdos |
| Device-to-master PDOs, so the inputs. | |
A device's process-data description (ENI Slave/ProcessData).
| std::optional<EniProcessDataWindow> mm::etg::EniProcessData::recv |
Window in the master's input image.
| std::vector<EniPdo> mm::etg::EniProcessData::rxPdos |
Master-to-device PDOs, so the outputs.
| std::optional<EniProcessDataWindow> mm::etg::EniProcessData::send |
Window in the master's output image.
| std::vector<EniSyncManager> mm::etg::EniProcessData::syncManagers |
Sync Managers, in any order; index places them.
| std::vector<EniPdo> mm::etg::EniProcessData::txPdos |
Device-to-master PDOs, so the inputs.