|
Motion Master 6.0.0-alpha.86
Next-generation motion control software
|
The cyclic task that exchanges process data (ENI Config/Cyclic).
More...
#include <eni.h>
Public Attributes | |
| std::string | comment |
| Free text a master may log. | |
| std::optional< std::uint32_t > | cycleTimeUs |
| Cycle period in microseconds. | |
| std::optional< std::uint32_t > | priority |
| Task priority, as the master reads it. | |
| std::string | taskId |
| Task name, as the master reads it. | |
| std::vector< EniFrame > | frames |
| At least one; the schema requires it. | |
The cyclic task that exchanges process data (ENI Config/Cyclic).
| std::string mm::etg::EniCyclic::comment |
Free text a master may log.
| std::optional<std::uint32_t> mm::etg::EniCyclic::cycleTimeUs |
Cycle period in microseconds.
| std::vector<EniFrame> mm::etg::EniCyclic::frames |
At least one; the schema requires it.
| std::optional<std::uint32_t> mm::etg::EniCyclic::priority |
Task priority, as the master reads it.
| std::string mm::etg::EniCyclic::taskId |
Task name, as the master reads it.