|
Motion Master 6.0.0-alpha.86
Next-generation motion control software
|
One named value in the master's process image (ENI ProcessImage Variable).
More...
#include <eni.h>
Public Attributes | |
| std::string | name |
| Variable name; a master shows it to an operator. | |
| std::string | comment |
| Free text. | |
| std::string | dataType |
Type name, as an ESI writes it: "INT", "UDINT", "BOOL". | |
| std::uint32_t | bitSize = 0 |
| Length in bits. | |
| std::uint32_t | bitOffs = 0 |
| Offset within its half of the image, in bits. | |
One named value in the master's process image (ENI ProcessImage Variable).
| std::uint32_t mm::etg::EniVariable::bitOffs = 0 |
Offset within its half of the image, in bits.
| std::uint32_t mm::etg::EniVariable::bitSize = 0 |
Length in bits.
| std::string mm::etg::EniVariable::comment |
Free text.
| std::string mm::etg::EniVariable::dataType |
Type name, as an ESI writes it: "INT", "UDINT", "BOOL".
| std::string mm::etg::EniVariable::name |
Variable name; a master shows it to an operator.