Julius Pfrommer
|
de60618406
finish refactoring the write service
|
преди 9 години |
Julius Pfrommer
|
bf6d754bba
half-finished
|
преди 9 години |
Julius Pfrommer
|
010c2d90ab
remove the old copyNode function; refactor the write service
|
преди 9 години |
Julius Pfrommer
|
b9c0ac7ef8
typed versions of the get attribute functions
|
преди 9 години |
Julius Pfrommer
|
63cdd6d09a
Merge branch 'master' into inline_setattribute
|
преди 9 години |
Stasik0
|
705f03b19c
node id is passed to datasource callbacks, relates #377
|
преди 9 години |
Julius Pfrommer
|
0628fac947
use functionality already provided in the services
|
преди 9 години |
Julius Pfrommer
|
eeb30de178
cleanup address space
|
преди 9 години |
Julius Pfrommer
|
fe2996bdfd
make the userspace attribute write function use the service. not the other
|
преди 9 години |
Julius Pfrommer
|
7328cd72c1
enable inline functions on msvc
|
преди 9 години |
Julius Pfrommer
|
a92572789d
rename get/setNodeAttribute; use inline methods for type safety
|
преди 9 години |
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 години |
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 години |
Stasik0
|
f4ef1e7662
adding datasource example
|
преди 9 години |
Stasik0
|
d3cf8aa847
* tutorial fixup
|
преди 9 години |
Nick Goossens
|
97b74b8a22
Updates to compile Python and Lua bindings
|
преди 9 години |
ichrispa
|
a71f43aa7d
Completed the node relations tutorial.
|
преди 9 години |
ichrispa
|
b0e4f46304
Node instantiation is now biderictionally hierarchical (inheritance and child instantiation); recursion protection is in place.
|
преди 9 години |
ichrispa
|
d0293da90f
Creates/Added UA_Server_addInstanceOf(); clones a hierarchic objectType (including all method, variables, subobjects and variableTypes) and respects inheritance from supertypes.
|
преди 9 години |
ichrispa
|
198597c520
Backported handle attachement to method callbacks from application.
|
преди 9 години |
ichrispa
|
d93de433a0
Tutorial on variable/attribute manipulation updated. Several minor problems fixed.
|
преди 9 години |
ichrispa
|
b17e6a6ef5
Fixed several doxygen tag problems; make-travis-happy commit #2
|
преди 9 години |
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 години |
ichrispa
|
c263c4335e
Created Serverside UA_Server_getAttributeValue() function; we now have symmetric get|set proxies for all attributes on server|client.
|
преди 9 години |
ichrispa
|
aa80fa705e
Added UA_Server_setAttributeValue() macro as a high-level abstraction for changing node contents.
|
преди 9 години |
ichrispa
|
250ce04873
Removed docstrings from generates/macrobased function instantiations (was causing travis to fail BUILD_DOCUMENTATION).
|
преди 9 години |
ichrispa
|
141c369f5a
Created nodeiterator UA_Client_forEachChildNodeCall for Client.
|
преди 9 години |
ichrispa
|
b481cc3a94
Created missing serverside API calls for creating and deleting all nodetypes. Clientside API calls was matched (symmetry) to the call structure of the server API. Tutorial on adding nodes was started (WIP).
|
преди 9 години |
ichrispa
|
3ade24fe53
Created UA_Server_getNodeCopy and UA_Server_deleteNodeCopy to allow userspace function to get detailed information about a node (references, strings, classInfo...). Both functions are using void **ptr to reference the node, since the node structs are currently not part of userspace.
|
преди 9 години |
ichrispa
|
8d09a9383e
Serverside node iterator in place.
|
преди 9 години |