Qt OPC UA C++ Classes▲
List of C++ classes that provide the Qt OPC UA functionality.
This module was introduced in Qt 5.11.
Namespaces▲
-
QOpcUa::NodeIds: This namespace contains enums with known node ids.
Classes▲
-
QOpcUaAddReferenceItem: This class stores the necessary information to add a new reference on the server.
-
QOpcUaApplicationIdentity: QOpcUaApplicationIdentity defines the identity of the application.
-
QOpcUaArgument: The OPC UA Argument type.
-
QOpcUaEndpointDescription: The OPC UA EndpointDescription.
-
QOpcUaPkiConfiguration: QOpcUaPkiConfiguration defines the PKI configuration of the application.
-
QOpcUaX509CertificateSigningRequest: QOpcUaX509CertificateSigningRequest create a certificate signing request.
-
QOpcUaX509Extension: Base class for all X509 extensions.
Detailed Description▲
To link against the module, add this line to your cmake project file:
target_link_libraries(mytarget Qt::
OpcUa)