|
PROFINET IO Controller Stack 1.0.0
Modern C++ implementation of a PROFINET IO Controller stack
|
One I/O data item within a submodule's cyclic data (GSDML DataItem element). More...
#include <gsdml.h>
Collaboration diagram for profinet::gsdml::GSDMLDataItem:Public Attributes | |
| std::string | dataType |
| GSDML DataType attribute, e.g. "Unsigned8", "Integer16", "OctetString". | |
| int | length = 0 |
| Length in bytes of this item. | |
| std::string | textId |
| Human-readable text ID/name for this item, if the GSDML supplied one. | |
One I/O data item within a submodule's cyclic data (GSDML DataItem element).
| std::string profinet::gsdml::GSDMLDataItem::dataType |
| int profinet::gsdml::GSDMLDataItem::length = 0 |
| std::string profinet::gsdml::GSDMLDataItem::textId |