Open Core Interface - MLPI
MLPI-MotionLogicProgrammingInterface(mlpi4Java)  1.26.2
com.boschrexroth.mlpi.Logic.LogicSymbolInformation Class Reference
Collaboration diagram for com.boschrexroth.mlpi.Logic.LogicSymbolInformation:
Collaboration graph

Detailed Description

This class defines the information about a symbol.

Elements of class LogicSymbolInformation

Type Element Description
LogicType type Type of symbol.
LogicType subType Type of symbol if 'type' is TYPE_ARRAY.
int dataSize Size of symbol (bytes).
int numElements Number of elements if 'type' is MLPI_LOGIC_TYPE_ARRAY or MLPI_LOGIC_TYPE_USERDEF
int dimension Dimension of array if 'type' is MLPI_LOGIC_TYPE_ARRAY.
LogicArrayRange[] range Range of a dimension of array if 'type' is MLPI_LOGIC_TYPE_ARRAY.
LogicSymbolAccessRights accessRights Access rights to symbol.

Definition at line 384 of file Logic.java.


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