Julius Pfrommer
|
008ea5f927
use less pointers in the user-facing API
|
9 anni fa |
Julius Pfrommer
|
b887d06e42
refactor the addnodes functions to use services
|
9 anni fa |
Julius Pfrommer
|
de60618406
finish refactoring the write service
|
9 anni fa |
Julius Pfrommer
|
010c2d90ab
remove the old copyNode function; refactor the write service
|
9 anni fa |
Julius Pfrommer
|
63cdd6d09a
Merge branch 'master' into inline_setattribute
|
9 anni fa |
Stasik0
|
705f03b19c
node id is passed to datasource callbacks, relates #377
|
9 anni fa |
Julius Pfrommer
|
3c2869f8a5
Merge branch 'master' into inline_setattribute
|
9 anni fa |
Stasik0
|
e2d1ae37bc
fixes empty Matrix->nodes names, #383
|
9 anni fa |
Stasik0
|
2816af7cd8
Revert "cool feature has been added"
|
9 anni fa |
Sten Grüner
|
a9ad538390
cool change
|
9 anni fa |
Sten Grüner
|
0889be9b96
cool feature has been added
|
9 anni fa |
Stasik0
|
bd9024ff07
fixed empty names regression
|
9 anni fa |
Stasik0
|
519a8accf3
fix for RPI leds
|
9 anni fa |
Stasik0
|
55eaf1c6c4
adding tutorials for variable nodes and methods
|
9 anni fa |
Julius Pfrommer
|
a92572789d
rename get/setNodeAttribute; use inline methods for type safety
|
9 anni fa |
Chris Iatrou
|
20ae4add72
Renamen UA_Server_attachMethod_toNode to UA_Server_setAttribute_method; added UA_Server_getAttribute_method; Replaced attribute getter|setter functions with aliases to UA_Server_get|setAttributeValue (which is now manditorily exported).
|
9 anni fa |
ichrispa
|
350625875c
reinserted lost attachMethod_toNode, removed exported UA_Server_setAttributeValue and replaced it with attribute-specific macors (UA_Server_setAttribute_browseName...); added UA_Server_get|setAttribute_DataSource.
|
9 anni fa |
Stasik0
|
f4ef1e7662
adding datasource example
|
9 anni fa |
ichrispa
|
7737b4ffbf
Merge branch 'master' into api_hl_abstractions
|
9 anni fa |
ichrispa
|
198597c520
Backported handle attachement to method callbacks from application.
|
9 anni fa |
ichrispa
|
d93de433a0
Tutorial on variable/attribute manipulation updated. Several minor problems fixed.
|
9 anni fa |
StalderT
|
3a11ccfe0a
update server.c
|
9 anni fa |
Stasik0
|
9bd3fb19ba
closing a descriptor in error case
|
9 anni fa |
ichrispa
|
5cab8d3cb3
Fixed failing attributes test; displayName and description are now set, the testcase did assume they are not.
|
9 anni fa |
FlorianPalm
|
97551af1c8
changed back reference of method node (->hasComponent)
|
9 anni fa |
FlorianPalm
|
e548bb0bc4
removed memleaks (freeing UA_ExpandedNodeId) was missing)
|
9 anni fa |
ichrispa
|
17ec7526dd
Namespace compiler was rewritten to use userland insertion methods whenever possible. Some adaptations to several add<Type>Node calls where made to facilitate the compiler.
|
9 anni fa |
ichrispa
|
34a3c98e90
Created executable serverside UA_Server_setAttributeValue(); instanitated node manipulation tutorial. Tutorials now called tutorial_xy.rst to keep some order in /doc.
|
9 anni fa |
ichrispa
|
ed738d34b9
Serverside method 'ping' was referenced by 'objects' as being organized, not hasProperty, which prevented it being called in the examples.
|
9 anni fa |
ichrispa
|
c662814c8a
Serverside method 'ping' was wrongly referenced as being 'organizes' by its parent object 'Objects' (not hasProperty), which prevented it from being called.
|
9 anni fa |