Commit Graph

19 Commits

Author SHA1 Message Date
Julius Pfrommer
5d2f84dc4a refactor(examples): tutorial_client_firststeps.c returns 0 when aborted
For the valgrind tests in the CI.
2023-03-27 11:23:41 +02:00
Julius Pfrommer
af805ff2de refactor(doc): Move client tutorial to the front, stylistic improvements 2023-01-18 16:34:36 +01:00
Joakim Roubert
d69ee99f4d
Fix(doc): Documentation spelling fixes (#4472)
Signed-off-by: Joakim Roubert <joakimr@axis.com>
2021-06-14 21:50:36 +02:00
Franz Hollerer
5c1b65c8d7 name of referenced example fixed (Issue #2696) 2019-05-06 14:35:52 +02:00
Stefan Profanter
63f3653ff1 Additional header cleanup and consistent name of ns generated files 2019-03-21 20:16:31 +01:00
Julius Pfrommer
c9c818868f Move header files to a more unix-like structure
This commit drops the 'ua_' prefix and changes the public includes
to the form `#include <open62541/server.h>` instead of the old
`#include <ua_server.h>`
2019-03-21 20:16:31 +01:00
Frank Meerkoetter
1648fb8aaa Use EXIT_SUCCESS/FAILURE for the examples
Make use of EXIT_SUCCESS and EXIT_FAILURE from stdlib.h.
The previous approach of returning a value from UA_StatusCode
was often broken as an exit code can (portably) only be between 0 and 125.
2019-02-09 09:34:46 +01:00
Julius Pfrommer
b4c9fc37eb Client: Initialize client config inside the client structure
Temporarily disable encyrption
2019-01-30 18:45:42 +01:00
Stefan Profanter
d715db1057
Stack: Use non-amalgamated headers in all the examples
For consistency we recommend using non-amalgamation install, thus the
examples should also use the non-amalgamated headers.
2018-12-17 22:40:07 +01:00
Julius Pfrommer
eb9409b435 Examples: Use _clear instead of _deleteMembers for the examples 2018-12-09 19:40:02 +01:00
StalderT
0dbd8b1d1f rename open6251 to open62541 fix #2152 2018-10-31 10:54:57 +01:00
Jose Cabral
1605455a74 Fixes #1925 and clean examples 2018-07-25 08:17:51 +02:00
StalderT
7515ed1a90 change 16664 to 4840 2018-02-26 08:29:56 +01:00
StalderT
7e30f66b0b fix if/while/for/switch typo 2018-01-22 22:00:55 +01:00
Julius Pfrommer
e74b4bf832 simplify datetime handling. 2017-12-12 22:09:55 +01:00
StalderT
d7adcf8550 fix #1364 (#1366)
* fix #1364

* fix #1364
2017-11-15 13:49:05 +01:00
Infinity95
a8012d3040 endpoints in the server config; new/delete functions for the server config 2017-08-15 09:52:34 +02:00
Julius Pfrommer
430b510c12 Merge branch '0.2' 2017-03-06 18:47:36 +01:00
Julius Pfrommer
68402c5ff6 use compilable examples for the tutorials 2017-03-05 15:23:45 +01:00