PLCnext API Documentation
21.0.0.35466
|
Namespace for the Meta component More...
Namespaces | |
TypeSystem | |
Namespace for the type information of the Meta component | |
Classes | |
class | ArrayDimension |
Provide array information. More... | |
class | ArrayDimensions |
Provide array information. More... | |
class | ChangeDataInfoProvider |
Decorator for DataInfoProvider to set IsBackgroundDomain = true More... | |
class | ChildTypeInfo |
Provides detailed type information of a child within TypeBrowser interface. More... | |
class | CustomAttribute |
Container for individual attributes within the interface DataBrowser More... | |
class | DataInfo |
Provides detailed informations for the respective data object. More... | |
class | DataInfoProvider |
Provides information of component root variables More... | |
class | DataTag |
Includes kind as well as instance browse name. More... | |
class | IChangeNavigator |
Enables switching of counterparts during download change More... | |
class | IDataInfoProvider |
Interface to provide information about component roots More... | |
class | IMetaComponent |
Interface for all components providing meta data More... | |
class | IMetaLibrary |
Interface for all libraries providing meta data More... | |
class | ITypeInfoProvider |
Interface to type information of a library More... | |
class | ITypeNavigator |
Provide type information More... | |
class | MetaComponentBase |
Base class for components providing meta data More... | |
class | MetaLibraryBase |
Base class for libraries providing meta data More... | |
class | StandardAttributes |
Collection of StandardAttribute flags More... | |
class | StructNavigator |
Navigates the children of a struct More... | |
class | TypeIdentifier |
Identifies a type descriptions More... | |
class | TypeInfo |
Provides detailed type information within TypeBrowser interface. More... | |
class | TypeInfoProvider |
Provides type information of one library More... | |
Typedefs | |
using | CustomAttributes = std::vector< CustomAttribute > |
List of type attributes TypeAttribute. More... | |
Enumerations | |
enum | ChildKind : byte { ChildKind::None = 0, ChildKind::Instance = 1, ChildKind::Static = 2, ChildKind::Literal = 3, ChildKind::Default = Instance } |
Enumeration of the type of a child type More... | |
enum | StandardAttribute : uint64 { StandardAttribute::None = 0, StandardAttribute::Hidden = (1 << 0), StandardAttribute::Input = (1 << 1), StandardAttribute::Output = (1 << 2), StandardAttribute::ReadOnly = (1 << 3), StandardAttribute::Retain = (1 << 4), StandardAttribute::Opc = (1 << 5), StandardAttribute::Ehmi = (1 << 6), StandardAttribute::ProfiCloud = (1 << 7), StandardAttribute::Archive = (1 << 8), StandardAttribute::Invisible = (1 << 9), StandardAttribute::Assignable = (1 << 10) } |
Standard attributes to types More... | |
Functions | |
bool | operator== (const ArrayDimension &lhs, const ArrayDimension &rhs) |
bool | operator!= (const ArrayDimension &lhs, const ArrayDimension &rhs) |
bool | operator< (const ArrayDimension &lhs, const ArrayDimension &rhs) |
std::ostream & | operator<< (std::ostream &os, const ArrayDimension &rhs) |
bool | operator== (const ArrayDimensions &lhs, const ArrayDimensions &rhs) |
bool | operator!= (const ArrayDimensions &lhs, const ArrayDimensions &rhs) |
std::ostream & | operator<< (std::ostream &os, const ArrayDimensions &rhs) |
std::ostream & | operator<< (std::ostream &os, ChildKind arg) |
std::istream & | operator>> (std::istream &is, ChildKind &arg) |
std::ostream & | operator<< (std::ostream &os, StandardAttribute arg) |
std::istream & | operator>> (std::istream &is, StandardAttribute &arg) |
StandardAttribute & | operator|= (StandardAttribute &lhs, StandardAttribute rhs) |
StandardAttribute | operator| (StandardAttribute lhs, StandardAttribute rhs) |
StandardAttribute & | operator &= (StandardAttribute &lhs, StandardAttribute rhs) |
StandardAttribute | operator & (StandardAttribute lhs, StandardAttribute rhs) |
std::ostream & | operator<< (std::ostream &os, const TypeIdentifier &typeId) |
The ostream operator makes any object of this class or any derived class formattable or loggable, respectively. More... | |
Namespace for the Meta component
using Arp::Plc::Commons::Meta::CustomAttributes = typedef std::vector<CustomAttribute> |
List of type attributes TypeAttribute.
|
strong |
|
strong |
Standard attributes to types
These standard attributes are used to mark ports as inputs, outputs, retain, etc.
|
inline |
The ostream operator makes any object of this class or any derived class formattable or loggable, respectively.
The implementation just calls the ToString operation of this class.