Stasik0
|
38d4e7fbad
Merge branch 'master' of github.com:acplt/open62541 into 0.2
|
8 lat temu |
LEvertz
|
478d555ed1
One way reference ofr external namespaces (#635)
|
8 lat temu |
Julius Pfrommer
|
982638042c
expose the function to retrieve a type hierarchy to other parts of the stack
|
8 lat temu |
Julius Pfrommer
|
d20f97c3b0
search upwards in the tree with multiple reference types
|
8 lat temu |
Julius Pfrommer
|
e739dd97d3
better verification for addnodes; always add a typedefinition for variables and objects
|
8 lat temu |
Julius Pfrommer
|
c2ec0ca1ae
variable and object nodes always have a type
|
8 lat temu |
Julius Pfrommer
|
3df11d18da
cosmetic improvements
|
8 lat temu |
Julius Pfrommer
|
c4b386c499
fix integer conversion for the external namespace code
|
8 lat temu |
Julius Pfrommer
|
5237a74f30
improve logging with new convenience macros
|
8 lat temu |
StalderT
|
6194f75828
fix gcc 6.1.0 compilation (#610)
|
8 lat temu |
Stefan Profanter
|
45256a43af
Fix all the cppcheck warnings and enable travis fail on cppcheck error
|
9 lat temu |
Julius Pfrommer
|
e014b88d51
activate modifymonitoreditems and reset subscription lifetime
|
9 lat temu |
Julius Pfrommer
|
6702b53ec1
refactor server-functions out of the service layer
|
9 lat temu |
Julius Pfrommer
|
bf191143be
rename ua_statuscodes.h to ua_constants.h
|
9 lat temu |
ichrispa
|
be8e96f27c
Merge branch 'master' of https://github.com/open62541/open62541
|
9 lat temu |
ichrispa
|
330324771e
Changed UA_Server_methodNode_attachCallboack to UA_Server_setMethodNode_callback to conform to naming scheme of very similar dataSources function.
|
9 lat temu |
Root-Core
|
b66d2def1b
Fixed c&p bug (?) while adding a VariableTypeNode
|
9 lat temu |
ichrispa
|
882b7e5a6c
Reinstated userspace UA_Server_methodNode_attachCallback (for the 3rd time now?) and put it into the example server;
|
9 lat temu |
Julian Grothoff
|
efe1ab2830
Added external namespace urls to namespace String list.
|
9 lat temu |
Chris Iatrou
|
643cc327c6
Namespace compiler wraps low-level calls to nodestore in RCU_LOCK/UNLOCK. Several missing locks added before calls to addExistingNode().
|
9 lat temu |
ichrispa
|
bd76419d5c
Revised namespace compiler to properly construct method argument descriptions. Workaround in addMethodNode - broken anyway since size_t was introduced - is now obsoleted.
|
9 lat temu |
Julius Pfrommer
|
34dafb78ce
Use the less noisy C99 true/false throughout. But keep the UA_TRUE/UA_FALSE macros for compatibility
|
9 lat temu |
Julius Pfrommer
|
2ae7fef1e4
add Wshadow and Wconversion compiler flags; fix all warnings; networklayer takes the logger from the server at startup
|
9 lat temu |
Julius Pfrommer
|
fa20920d3f
fix a memleak in the generated ns0
|
9 lat temu |
Julius Pfrommer
|
c54348ab9d
nodestore: make the memory handling by the nodestore more intuitive
|
9 lat temu |
ichrispa
|
4a3a1c7966
Fixed SEGFAULT when attempting to read a datasource's datatype that did not return a value (but set the hasValue field).
|
9 lat temu |
ichrispa
|
b319a30078
In the absence of nodestore_release, "sampled" template nodes may go out of scope during instantiation (particularly when a lot of nodes are being build). Changing the instantiation functions to use copies of the original as templates avoids segfaults.
|
9 lat temu |
ichrispa
|
a0ad0e6ea0
Reimplemented instantiation callback (required for #503).
|
9 lat temu |
Julius Pfrommer
|
b04d6f867c
Merge branch 'master' into cleanup_build
|
9 lat temu |
ichrispa
|
5f16e6e97d
Fixed argument creation for XML defined methods (Warning: "Dirty" Fix, see #485). Works for now.
|
9 lat temu |