Commit History

Author SHA1 Message Date
  ichrispa 250ce04873 Removed docstrings from generates/macrobased function instantiations (was causing travis to fail BUILD_DOCUMENTATION). 9 years ago
  ichrispa 141c369f5a Created nodeiterator UA_Client_forEachChildNodeCall for Client. 9 years ago
  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 years ago
  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 years ago
  ichrispa 8d09a9383e Serverside node iterator in place. 9 years ago
  ichrispa 71d7a10ccc Both Server and Client can create Object- & VariableNodes. Server can now easily delete them (Client: not yet). 9 years ago
  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). 9 years ago
  Julius Pfrommer 0debd114e3 remove the unused UA_Server_attachMethod_toNode; use available error codes; release nodes in all code paths 9 years ago
  ichrispa 50ebfd437f Added userspace function to (re-)attach functions to existing methodnodes. 9 years ago
  ichrispa f4629df441 Merge pull request #291 from acplt/service_call_implementation 9 years ago
  Julius Pfrommer 6ff67cf40c simplfy closing connections in the network layer 9 years ago
  Julius Pfrommer 5caa997870 always copy data from the data source (removing the release function pointer) 9 years ago
  Julius Pfrommer df4753b00d improve amalgamation 9 years ago
  Julius Pfrommer 4043ec2ca1 improve the wording 9 years ago
  Julius Pfrommer c284dda449 simplfy the network layer 9 years ago
  Holger Jeromin 0cbe205d18 fixing typos and one utf8 thing in comments. 9 years ago
  ichrispa a83c8ad0e9 Header for UA_Server_AddMonodirectionalReference being exported. 9 years ago
  Julius Pfrommer a1b04f1035 replace ADDREFERENCE macro with a function 9 years ago
  Julius Pfrommer b04eb0c43e Rename UA_WorkItem to UA_Job. Add async addition and deletion of repeated jobs at runtime 9 years ago
  FlorianPalm 5dcf597a83 restored addExternalNamespace functionality 9 years ago
  Stasik0 b4fc36bc88 fixing multithreaded version 9 years ago
  Stasik0 fc550a60da splitting server_run s.t. the server can run in one thread with other applications 9 years ago
  Julius Pfrommer 9e51e84caa API freezing: add handling of ranges to data sources 10 years ago
  Stasik0 31dea3b36f fixing coverity issues except for ua_server_worker.c 10 years ago
  Stasik0 e9f4560205 cosmetics: renamed exampleServer into server, exampleClient into client, moved demonodes to userspace (server.c) 10 years ago
  Julius Pfrommer cf33d08b7d changing some macros to reenable the library for c++ 10 years ago
  Julius Pfrommer 60d636db85 finalize improved handling of timed work 10 years ago
  Julius Pfrommer 4f6063221d fix timed work, small cosmetic improvements 10 years ago
  Stasik0 a184ddf230 declaring diagnostics as disabled, applicaionname added to server config 10 years ago
  Julius Pfrommer f16fdd7466 securechannel and session cleanup (deactivated) 10 years ago