[Interest] QOpcUaNode Class, Signals are missing
Schwägler, Maximilian
Maximilian.Schwaegler at binder-world.com
Tue Aug 28 12:51:57 CEST 2018
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.Schwaegler at binder-world.com
<mailto:Maximilian.Schwaegler at binder-world.com>www.binder-world.com
[cid:image001.jpg at 01D43EC5.E1537710]<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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.qt-project.org/pipermail/interest/attachments/20180828/6f9798b3/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: image001.jpg
Type: image/jpeg
Size: 9839 bytes
Desc: image001.jpg
URL: <http://lists.qt-project.org/pipermail/interest/attachments/20180828/6f9798b3/attachment.jpg>
More information about the Interest
mailing list