Motion Master 6.0.0-alpha.86
Next-generation motion control software
Loading...
Searching...
No Matches
mm::etg::EniVariable Struct Reference

One named value in the master's process image (ENI ProcessImage Variable). More...

#include <eni.h>

Collaboration diagram for mm::etg::EniVariable:
[legend]

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.
 

Detailed Description

One named value in the master's process image (ENI ProcessImage Variable).

Member Data Documentation

◆ bitOffs

std::uint32_t mm::etg::EniVariable::bitOffs = 0

Offset within its half of the image, in bits.

◆ bitSize

std::uint32_t mm::etg::EniVariable::bitSize = 0

Length in bits.

◆ comment

std::string mm::etg::EniVariable::comment

Free text.

◆ dataType

std::string mm::etg::EniVariable::dataType

Type name, as an ESI writes it: "INT", "UDINT", "BOOL".

◆ name

std::string mm::etg::EniVariable::name

Variable name; a master shows it to an operator.


The documentation for this struct was generated from the following file: