Hi Maximilian,

the doc snapshots are covering the developement branch. They document things you won't find in the 5.11 release (Events for example).

The 5.11 API is documented here

https://doc.qt.io/QtOPCUA/index.html

dev is already pretty stable so depending on how brave you are (and how important for example Events are for you) you might want to try out this one. Please get in contact if you need help compiling the dev-branch.

Kind Regards,
Frank

Am 28.08.2018 um 12:51 schrieb Schwägler, Maximilian:

Hello Everyone,

I am using Qt 5.11.1 with the open62541 branch 0.3 plugin.

While developing an OPC UA Client application, I discovered that there are signals missing in the QOpcUaNode Class (qopcuanode.h)

If you compare the “Q_SIGNALS” in the qopcuanode.h file and the Signals in the Qt documentation snapshot of the QOpcUaNode Class, you will notice the three missing signals:

-void  dataChangeOccurred(QOpcUa::NodeAttribute attr, QVariant value)

-void  eventOccurred(QVariantList eventFields)

-void resolveBrowsePathFinished(QVector<QOpcUa::QBrowsePathTarget> targets, QVector<QOpcUa::QRelativePathElement> path, QOpcUa::UaStatusCode statusCode)

I noticed it with the following code:

connect(opcChamberNode, &QOpcUaNode::dataChangeOccurred, this, …);  -> Semantic Issue: no member named ‘dataChangeOccurred’ in ‘QOpcUaNode’

Is there a new Version of the open62541 plugin or did I miss something?

Thank you in advance.

Best regards

Maximilian Schwägler
Student

BINDER GmbH
Im Mittleren Ösch 5
D-78532 Tuttlingen


E-Mail: maximilian.schwaeg...@binder-world.com
<mailto:maximilian.schwaeg...@binder-world.com>www.binder-world.com

<https://www.binder-world.com/de/Produkte/CO2-Inkubatoren/Serie-CB/CB-170>


-----------------------------------------------------------------------------------------------------------------------------------------
Diese E-Mail könnte vertrauliche und/oder rechtlich geschützte Informationen enthalten. Wenn Sie nicht der richtige Adressat sind oder diese E-Mail irrtümlich erhalten haben, informieren Sie bitte sofort den Absender und vernichten Sie diese Mail. Das unerlaubte Kopieren sowie die unbefugte Weitergabe dieser Mail sind nicht gestattet. Binder GmbH, Sitz der Gesellschaft: Tuttlingen, Deutschland, HR Amtsgericht Stuttgart Nr. HRB 727150, Geschäftsführung: Peter M. Binder Informationen zur Verarbeitung Ihrer personenbezogenen Daten finden Sie hier: https://www.binder-world.com/de/Global/Datenschutz

This e-mail may contain confidential and/or privileged information. If you are not the intended recipient (or have received this e-mail in error) please notify the sender immediately and destroy this e-mail. Any unauthorized copying, disclosure or distribution of the material in this e-mail is strictly prohibited. Binder GmbH, Headquarters: Tuttlingen, Germany, District Court Stuttgart HRB 727150, CEO: Peter M.Binder You can find information on the processing of your personal data here: https://www.binder-world.com/en/Global/Data-protection



_______________________________________________
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest

--
Frank Meerkötter
Development Lead
basysKom GmbH
Robert-Bosch-Str. 7 | 64293 Darmstadt | Germany
Tel   : +49 6151 870 589 161  | Fax: +49 6151 - 870 589 162
frank.meerkoet...@basyskom.com | www.basyskom.com

Handelsregister: Darmstadt HRB 9352
Geschäftsführung: Heike Ziegler

_______________________________________________
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest

Reply via email to