summaryrefslogtreecommitdiffstats
path: root/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* Add water tank simulation exampleJannis Voelker2018-02-081-0/+2
| | | | | | | | | | | | | | This patch adds a server application based on open62541 which contains two water tanks, a pump and a valve. Water can be pumped from the first tank into the second tank. If the valve is opened, water is removed from the second tank. Both operations have a configurable setpoint. This patch also adds a QML based HMI application which interacts with the simulation running on the server. The setpoint can be set using a slider, buttons start and stop the pump, open the valve or reset the simulation. Change-Id: I3b452dfc5dd681f2e6c78cf6f6815b35d8c560b1 Reviewed-by: Frank Meerkoetter <frank.meerkoetter@basyskom.com>
* Remove the accontrol exampleJannis Voelker2018-01-221-1/+0
| | | | | | | | | | The server side of the accontrol example hasn't been ported to the open62541 test server, so the client was never updated to use the current async API. Change-Id: I394064a2536f04fdb0eac9c6618a14c4be50ca8f Reviewed-by: Alex Blasche <alexander.blasche@qt.io> Reviewed-by: Frank Meerkoetter <frank.meerkoetter@basyskom.com>
* Add more auto generated files to gitignoreDaniel Engelke2017-11-071-0/+5
| | | | | | | | | | | | src/opcua/qtopcua-config.h src/opcua/qtopcua-config.pri src/opcua/qtopcua-config_p.h are being auto generated by the configure script and should be ignored when committing. Change-Id: I0cccca1cba55758d9d6c96d4b0f5b5f0bdcd5f44 Reviewed-by: Maurice Kalinowski <maurice.kalinowski@qt.io> Reviewed-by: Frank Meerkoetter <frank.meerkoetter@basyskom.com>
* Switch to testserver based on Open62541Maurice Kalinowski2017-11-061-1/+1
| | | | | | | | | The FreeOpcUA test server did not provide sufficient amount of features, hence switch to a Open62541 based implementation and add items from there. Change-Id: Icd52f3e8afed4c2d3ef8340bae4077f46a8e224d Reviewed-by: Frank Meerkoetter <frank.meerkoetter@basyskom.com>
* Add .autosave files to .gitignoreDaniel Engelke2017-11-021-0/+1
| | | | | | | | | | Added .autosave files to .gitignore as they shouldn't show up in changed files. Change-Id: I93d7e2b9aeb0b4157b48d729333f6f37dc4da20e Reviewed-by: Frank Meerkoetter <frank.meerkoetter@basyskom.com> Reviewed-by: Alex Blasche <alexander.blasche@qt.io> Reviewed-by: Maurice Kalinowski <maurice.kalinowski@qt.io>
* Remove non existing example from .gitignoreDaniel Engelke2017-10-251-1/+0
| | | | | | | | Example doesn't exist anymore, so we can remove it from .gitignore. Change-Id: Ie06ede2d8b47bd3e902056d018cb647f8fca8966 Reviewed-by: Frank Meerkoetter <frank.meerkoetter@basyskom.com> Reviewed-by: Maurice Kalinowski <maurice.kalinowski@qt.io>
* Update gitignoreAlex Blasche2017-08-041-208/+5
| | | | | | | | Mostly removing things that are specific to qtbase and adding qtopcua specific pattern. Change-Id: I74089a397418a2568ca497cb7e3ae4958cb23e69 Reviewed-by: Maurice Kalinowski <maurice.kalinowski@qt.io>
* Add .gitignore fileMaurice Kalinowski2017-07-211-0/+319
Change-Id: Ic2ae7fbb5b65062e65756225ad3d1ac6483459e5 Reviewed-by: Frank Meerkoetter <frank.meerkoetter@basyskom.com>