Historique des commits

Auteur SHA1 Message Date
  Julius Pfrommer c1f4411d11 Merge pull request #404 from acplt/callbacks il y a 9 ans
  Julius Pfrommer 87fdfc2f3e rename UserSpaceCallback to ValueCallback il y a 9 ans
  Stasik0 d28a371cbb fixing local scope visibility issue flagged by coverity, relates #422 il y a 9 ans
  Stasik0 7139e0ad93 integrating some minor fixes proposed by @tpiat, fixes #418, fixes #408 il y a 9 ans
  Stasik0 40d1bdd2a5 adding callback structure to couple with callbacks on non-datasource nodes, relates to #399 il y a 9 ans
  Stasik0 705f03b19c node id is passed to datasource callbacks, relates #377 il y a 9 ans
  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). il y a 9 ans
  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. il y a 9 ans
  Stasik0 f4ef1e7662 adding datasource example il y a 9 ans
  Stasik0 d3cf8aa847 * tutorial fixup il y a 9 ans
  ichrispa 8724d814f7 Previous commit overlooked some merge conflicts :/ il y a 9 ans
  ichrispa f8de61d222 Merge branch 'api_hl_abstractions' including fixes for issues reported by scan-build and coverity. il y a 9 ans
  ichrispa e96d599acb Fixed several issues reported by coverity and scan-build. il y a 9 ans
  Nick Goossens 1ebcb274b2 Fix for AppleClang error: comparison of constant 'UA_NODECLASS_OBJECTTYPE' (8) with boolean expression is always false (`if (!typeDefNode->nodeClass == UA_NODECLASS_OBJECTTYPE) {`). il y a 9 ans
  ichrispa 7737b4ffbf Merge branch 'master' into api_hl_abstractions il y a 9 ans
  ichrispa a71f43aa7d Completed the node relations tutorial. il y a 9 ans
  ichrispa b0e4f46304 Node instantiation is now biderictionally hierarchical (inheritance and child instantiation); recursion protection is in place. il y a 9 ans
  ichrispa d0293da90f Creates/Added UA_Server_addInstanceOf(); clones a hierarchic objectType (including all method, variables, subobjects and variableTypes) and respects inheritance from supertypes. il y a 9 ans
  ichrispa 198597c520 Backported handle attachement to method callbacks from application. il y a 9 ans
  ichrispa d93de433a0 Tutorial on variable/attribute manipulation updated. Several minor problems fixed. il y a 9 ans
  StalderT 0c97516c88 update UA_Server_addMethodNode il y a 9 ans
  StalderT 863c874723 make change more readable il y a 9 ans
  StalderT 4158393829 memory leak at UA_Server_addMethodNode il y a 9 ans
  StalderT fb844c3b10 memory leak at UA_Server_addMethodNode il y a 9 ans
  ichrispa 03591be112 Fixed wrong preprocessor encapsulation of get|setAttribute in methodCalls; make-travis-happy commit #1 il y a 9 ans
  FlorianPalm e548bb0bc4 removed memleaks (freeing UA_ExpandedNodeId) was missing) il y a 9 ans
  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. il y a 9 ans
  ichrispa c263c4335e Created Serverside UA_Server_getAttributeValue() function; we now have symmetric get|set proxies for all attributes on server|client. il y a 9 ans
  ichrispa 34a3c98e90 Created executable serverside UA_Server_setAttributeValue(); instanitated node manipulation tutorial. Tutorials now called tutorial_xy.rst to keep some order in /doc. il y a 9 ans
  ichrispa aa80fa705e Added UA_Server_setAttributeValue() macro as a high-level abstraction for changing node contents. il y a 9 ans