Joshua Goins
af485610b4
fix(docs): Fix typo in tutorial_server_firststeps ( #6807 )
2024-10-31 11:26:59 +01:00
Julius Pfrommer
8439c500aa
refactor(examples): Clean up arch-dependent API usage in examples
2023-07-28 21:42:56 +02:00
Julius Pfrommer
4b8ec01827
refactor(examples): Use UA_Server_runUntilInterrupt in examples
2023-01-15 17:34:17 +01:00
Julius Pfrommer
d9dde3ab29
feat(server): Add UA_Server_runUntilInterrupt
2023-01-15 17:34:17 +01:00
Andreas Eckerstorfer
13af9b8688
refactor(core): Remove trailing spaces in code ( #5221 )
2022-06-24 11:03:25 +02:00
Joakim Roubert
3a25ec75c7
docs(ex): Fixes for the Tutorials section
...
Signed-off-by: Joakim Roubert <joakimr@axis.com>
2021-06-11 00:34:24 +02:00
Suriya Narayanan Parthasarathi Vimala
aa39b0fd94
refactor(pubsub): Update removal of ETF in docs
...
- change from u64 to UA_UInt
- added writerGroupConfig_clear API
- modified nodeset examples
Change-Id: I63d09a2e9834a718057671a848b8620b59e050bc
2020-12-11 13:21:57 +01:00
Suriya Narayanan Parthasarathi Vimala
a1379274c0
refactor(pubsub): remove direct hardcoding of subscribe interval and socket timeout
...
- setdefaultconfig for readergroup has been created
Change-Id: I7f84cae9af4b9ceb02f690efb130efe6e4119845
2020-12-11 13:21:57 +01:00
Franz Hollerer
84f499b932
Server tutorial: change variable running to static volatile (see Issue … …#2683 ( #2684 )
2019-04-29 22:21:52 +02:00
Julius Pfrommer
fd08d012d9
Server: Initialize the config in the server
2019-04-23 00:41:32 +02:00
Julius Pfrommer
ca54e72363
Docs: Fix generation for headers that end with _UA_END_DECLS
2019-04-07 14:21:21 +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
Frank Meerkoetter
b24536caaa
Remove confusing footnote
...
This footnote might be related to
https://github.com/open62541/open62541/pull/2349#issuecomment-451748949
but without any context its IMHO not appropriate for a "first steps".
2019-02-07 11:08:26 +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
Jose Cabral
1605455a74
Fixes #1925 and clean examples
2018-07-25 08:17:51 +02:00
tbeu
983f956003
Fix typos
2017-12-13 09:15:49 +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
68402c5ff6
use compilable examples for the tutorials
2017-03-05 15:23:45 +01:00