Julius Pfrommer
|
c54348ab9d
nodestore: make the memory handling by the nodestore more intuitive
|
8 years ago |
ichrispa
|
4a3a1c7966
Fixed SEGFAULT when attempting to read a datasource's datatype that did not return a value (but set the hasValue field).
|
8 years ago |
ichrispa
|
a0ad0e6ea0
Reimplemented instantiation callback (required for #503).
|
8 years ago |
wuyangtang
|
4a08c95f54
test case for #494
|
8 years ago |
Sten Grüner
|
c3d4c52e0b
Merge pull request #488 from Wtango/tmp
|
8 years ago |
wuyangtang
|
1f5705d15a
Test for DataSource variable,fix segmentfault caused by DataSource callback function(read & write)
|
8 years ago |
Julius Pfrommer
|
b210b19ae2
cleanup build settings; remove old doxygen documentation
|
9 years ago |
Julius Pfrommer
|
c33b62c682
don't copy data for reading. use a NODELETE variant that points into the node
|
9 years ago |
Julius Pfrommer
|
696a549402
assert that rcu is not locked twice
|
9 years ago |
Julius Pfrommer
|
39eb69ee7f
Further simplify the decoding, reduce indirections
|
9 years ago |
Julius Pfrommer
|
bf62497b45
Merge branch 'master' into unsigned_array_size
|
9 years ago |
Julius Pfrommer
|
a0e73ff02f
add a test for reading arrays with an indexrange
|
9 years ago |
Julius Pfrommer
|
13a658f30e
align the service attribute tests to the use of access level attributes
|
9 years ago |
Julius Pfrommer
|
02745117d6
clean up ua_types.h, fix unit tests
|
9 years ago |
Julius Pfrommer
|
9dd20578a6
use NULL instead of UA_NULL; don't rename standard C functions; provide minimal replacements for libc on embedded targets
|
9 years ago |
Julius Pfrommer
|
1811544b2d
return the added node id only when requested
|
9 years ago |
Julius Pfrommer
|
b3dbefaa51
add a unit test for node management; add hastypedefinition for instantiated nodes
|
9 years ago |
Julius Pfrommer
|
4cd09ec79f
fix unit tests without methodcalls; less pointers for setting attributes
|
9 years ago |
Julius Pfrommer
|
960b9efa7c
fix a shadowed variable
|
9 years ago |
Julius Pfrommer
|
8514dc7703
fix the unit tests
|
9 years ago |
Julius Pfrommer
|
b887d06e42
refactor the addnodes functions to use services
|
9 years ago |
Julius Pfrommer
|
29bed5ef22
Merge branch 'master' into inline_setattribute
|
9 years ago |
Julius Pfrommer
|
87fdfc2f3e
rename UserSpaceCallback to ValueCallback
|
9 years ago |
Julius Pfrommer
|
de60618406
finish refactoring the write service
|
9 years ago |
Julius Pfrommer
|
bf6d754bba
half-finished
|
9 years ago |
Julius Pfrommer
|
d670b45dea
fix string handling, refactor services
|
9 years ago |
Stasik0
|
40d1bdd2a5
adding callback structure to couple with callbacks on non-datasource nodes, relates to #399
|
9 years ago |
Julius Pfrommer
|
010c2d90ab
remove the old copyNode function; refactor the write service
|
9 years ago |
Julius Pfrommer
|
f1724cd501
fix the attribute service tests
|
9 years ago |
Julius Pfrommer
|
951ec345d0
fix test cases. fix lots of memleaks in check_service_attributes
|
9 years ago |