|
Motion Master 6.0.0-alpha.86
Next-generation motion control software
|
A complete network configuration (ENI EtherCATConfig/Config).
More...
#include <eni.h>
Public Attributes | |
| EniMaster | master |
| The master and its bus-wide init commands. | |
| std::vector< EniSlave > | slaves |
| Devices in bus order. | |
| std::optional< EniCyclic > | cyclic |
| The process-data task. | |
| std::optional< EniProcessImage > | processImage |
| The image the cyclic task exchanges. | |
A complete network configuration (ENI EtherCATConfig/Config).
| std::optional<EniCyclic> mm::etg::EniNetwork::cyclic |
The process-data task.
| EniMaster mm::etg::EniNetwork::master |
The master and its bus-wide init commands.
| std::optional<EniProcessImage> mm::etg::EniNetwork::processImage |
The image the cyclic task exchanges.
| std::vector<EniSlave> mm::etg::EniNetwork::slaves |
Devices in bus order.