#include <MTConnectorSDK.h>
Public Attributes | |
| ConfigSchemaItem * | parent |
| std::string | value |
| std::vector< ConfigSchemaItem > | children |
| std::string | fullPath |
Class representation of a supported value within the local config schema.
| std::vector<ConfigSchemaItem> MTConnectorSDK::ConfigSchemaItem::children |
Gets the children of this node within the schema.
| std::string MTConnectorSDK::ConfigSchemaItem::fullPath |
Gets the full path to this item within the config schema.
| ConfigSchemaItem* MTConnectorSDK::ConfigSchemaItem::parent |
Gets the parent node in the schema.
| std::string MTConnectorSDK::ConfigSchemaItem::value |
Gets the value of this config schema item.