summaryrefslogtreecommitdiffstats
path: root/examples/serialbus/modbus/master/main.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Cleanup and modernize the Modbus examplesAndre Hartmann2019-02-131-3/+2
| | | | | | | | | | | | | | * Replace static_cast with QOverload * Fix some Clang warnings * Mark user-visible strings with tr() * Disable verbose log output * Replace auto-connect with explicit functor-style connect * Initialize members at declaration * Small style cleanup Change-Id: Idcb6c24a8733e7fd659ad4750ce0798a72c84af6 Reviewed-by: Alex Blasche <alexander.blasche@qt.io>
* Fix outdated BSD license headerKai Koehne2017-10-201-2/+12
| | | | | | Change-Id: Ifdd8f08e12f471aee37f749b4ad911ab7b6adb2a Reviewed-by: André Hartmann <aha_1980@gmx.de> Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io>
* Updated copyright headersAndre Hartmann2017-02-021-1/+1
| | | | | Change-Id: I7d38491c7ee15a1de788375acf9144c59b507d2a Reviewed-by: Alex Blasche <alexander.blasche@qt.io>
* Adjust header includes according to our coding conventions.Karsten Heimrich2016-01-081-1/+2
| | | | | Change-Id: Id2c01e09e5d24bf2ecce57211cb13299478544e3 Reviewed-by: Alex Blasche <alexander.blasche@theqtcompany.com>
* Introduce QModbus logging categoryAlex Blasche2015-10-141-0/+4
| | | | | Change-Id: I96c66f3cdbb673576f0102f88b0b6adc3b4149c4 Reviewed-by: Karsten Heimrich <karsten.heimrich@theqtcompany.com>
* Read Implementation for libmodbusmasterJanne Partala2015-09-011-0/+51
Only read implementation done. Write and error handling to be done. Minimal modbus master graphical example application added for testing purposes. Change-Id: I0013c57c4e9049d13e5f4f9cd4325c0c7108559a Reviewed-by: Alex Blasche <alexander.blasche@theqtcompany.com>