Commit History

Author SHA1 Message Date
  Julius Pfrommer e83ac67f45 use inline NODEID_ creation functions 9 years ago
  Julius Pfrommer 8514dc7703 fix the unit tests 9 years ago
  Julius Pfrommer ae7332d944 simplify the API. less expandednodeids 9 years ago
  Julius Pfrommer 008ea5f927 use less pointers in the user-facing API 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 67cf0af100 refactored the networklayer interface 9 years ago
  Julius Pfrommer 87fdfc2f3e rename UserSpaceCallback to ValueCallback 9 years ago
  Julius Pfrommer 92b90222a6 remove macro magic from ua_server.h 9 years ago
  Julius Pfrommer de60618406 finish refactoring the write service 9 years ago
  Julius Pfrommer bf6d754bba half-finished 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 b9c0ac7ef8 typed versions of the get attribute functions 9 years ago
  Julius Pfrommer 63cdd6d09a Merge branch 'master' into inline_setattribute 9 years ago
  Stasik0 705f03b19c node id is passed to datasource callbacks, relates #377 9 years ago
  Julius Pfrommer 0628fac947 use functionality already provided in the services 9 years ago
  Julius Pfrommer eeb30de178 cleanup address space 9 years ago
  Julius Pfrommer fe2996bdfd make the userspace attribute write function use the service. not the other 10 years ago
  Julius Pfrommer 7328cd72c1 enable inline functions on msvc 10 years ago
  Julius Pfrommer a92572789d rename get/setNodeAttribute; use inline methods for type safety 10 years ago
  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). 10 years ago
  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. 10 years ago
  Stasik0 f4ef1e7662 adding datasource example 10 years ago
  Stasik0 d3cf8aa847 * tutorial fixup 10 years ago
  Nick Goossens 97b74b8a22 Updates to compile Python and Lua bindings 10 years ago
  ichrispa a71f43aa7d Completed the node relations tutorial. 10 years ago
  ichrispa b0e4f46304 Node instantiation is now biderictionally hierarchical (inheritance and child instantiation); recursion protection is in place. 10 years ago
  ichrispa d0293da90f Creates/Added UA_Server_addInstanceOf(); clones a hierarchic objectType (including all method, variables, subobjects and variableTypes) and respects inheritance from supertypes. 10 years ago
  ichrispa 198597c520 Backported handle attachement to method callbacks from application. 10 years ago