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 |
ichrispa
|
71d7a10ccc
Both Server and Client can create Object- & VariableNodes. Server can now easily delete them (Client: not yet).
|
лет назад: 9 |
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 |
Julius Pfrommer
|
0debd114e3
remove the unused UA_Server_attachMethod_toNode; use available error codes; release nodes in all code paths
|
лет назад: 9 |
ichrispa
|
50ebfd437f
Added userspace function to (re-)attach functions to existing methodnodes.
|
лет назад: 9 |
ichrispa
|
f4629df441
Merge pull request #291 from acplt/service_call_implementation
|
лет назад: 9 |
Julius Pfrommer
|
6ff67cf40c
simplfy closing connections in the network layer
|
лет назад: 9 |
Julius Pfrommer
|
5caa997870
always copy data from the data source (removing the release function pointer)
|
лет назад: 9 |
Julius Pfrommer
|
df4753b00d
improve amalgamation
|
лет назад: 9 |
Julius Pfrommer
|
4043ec2ca1
improve the wording
|
лет назад: 9 |
Julius Pfrommer
|
c284dda449
simplfy the network layer
|
лет назад: 9 |
Holger Jeromin
|
0cbe205d18
fixing typos and one utf8 thing in comments.
|
лет назад: 9 |
ichrispa
|
a83c8ad0e9
Header for UA_Server_AddMonodirectionalReference being exported.
|
лет назад: 9 |
Julius Pfrommer
|
a1b04f1035
replace ADDREFERENCE macro with a function
|
лет назад: 9 |
Julius Pfrommer
|
b04eb0c43e
Rename UA_WorkItem to UA_Job. Add async addition and deletion of repeated jobs at runtime
|
лет назад: 9 |
FlorianPalm
|
5dcf597a83
restored addExternalNamespace functionality
|
лет назад: 9 |