Commit History

Автор SHA1 Съобщение Дата
  Stasik0 f4ef1e7662 adding datasource example преди 9 години
  Stasik0 d3cf8aa847 * tutorial fixup преди 9 години
  ichrispa 8724d814f7 Previous commit overlooked some merge conflicts :/ преди 9 години
  ichrispa f8de61d222 Merge branch 'api_hl_abstractions' including fixes for issues reported by scan-build and coverity. преди 9 години
  ichrispa e96d599acb Fixed several issues reported by coverity and scan-build. преди 9 години
  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) {`). преди 9 години
  ichrispa 7737b4ffbf Merge branch 'master' into api_hl_abstractions преди 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 години
  StalderT 0c97516c88 update UA_Server_addMethodNode преди 9 години
  StalderT 863c874723 make change more readable преди 9 години
  StalderT 4158393829 memory leak at UA_Server_addMethodNode преди 9 години
  StalderT fb844c3b10 memory leak at UA_Server_addMethodNode преди 9 години
  ichrispa 03591be112 Fixed wrong preprocessor encapsulation of get|setAttribute in methodCalls; make-travis-happy commit #1 преди 9 години
  FlorianPalm e548bb0bc4 removed memleaks (freeing UA_ExpandedNodeId) was missing) преди 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. преди 10 години
  ichrispa c263c4335e Created Serverside UA_Server_getAttributeValue() function; we now have symmetric get|set proxies for all attributes on server|client. преди 10 години
  ichrispa 34a3c98e90 Created executable serverside UA_Server_setAttributeValue(); instanitated node manipulation tutorial. Tutorials now called tutorial_xy.rst to keep some order in /doc. преди 10 години
  ichrispa aa80fa705e Added UA_Server_setAttributeValue() macro as a high-level abstraction for changing node contents. преди 10 години
  ichrispa 31bcf17c5a Moved new function decalarations to their appropriate headers. преди 10 години
  ichrispa 49caf89298 Added serverside Service_deleteNodes and wrote deleteOneWayReferenceWithSession() for addresspace. преди 10 години
  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). преди 10 години
  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. преди 10 години
  ichrispa 8d09a9383e Serverside node iterator in place. преди 10 години
  ichrispa 71d7a10ccc Both Server and Client can create Object- & VariableNodes. Server can now easily delete them (Client: not yet). преди 10 години
  ichrispa 0fb4fd0f12 UA_Server_add<Type>Node now takes an additional argument to return the nodeId of the actually created node, allowing userspace functions to create hierarchic instances of objects. Fixed an error in addMethodNode that prevented dynamic methods having arguments when using NODEID_NUMERIC(x,0). преди 10 години
  ichrispa 6f50fdeb1a Merge branch 'master' of https://github.com/acplt/open62541 преди 10 години