ichrispa
|
57f7b1b6d4
Rearranged variable/variableType variant assignement to be conducted by the node, not the value; allows fallthrough cases where the values encoding cannot be determined both in bootstrapping and userland modes. Shut up the logger. Bug #304 resolved in due process.
|
9 years ago |
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 years ago |
ichrispa
|
28ddb8e1e2
Merge branch 'master' of https://github.com/acplt/open62541
|
9 years ago |
ichrispa
|
6da2eab237
Fixed invalid null-pointer safeguard in response to #308 reported by @MatthieuAdam
|
9 years ago |
ichrispa
|
38376a9c0a
Fixed client considering accessLevels as Integers instead of bytes...
|
9 years ago |
ichrispa
|
c263c4335e
Created Serverside UA_Server_getAttributeValue() function; we now have symmetric get|set proxies for all attributes on server|client.
|
9 years ago |
ichrispa
|
e9792a4415
Clientside UA_Client_getAttributeValue() is in place.
|
9 years ago |
ichrispa
|
34a3c98e90
Created executable serverside UA_Server_setAttributeValue(); instanitated node manipulation tutorial. Tutorials now called tutorial_xy.rst to keep some order in /doc.
|
9 years ago |
Stasik0
|
df76f2854d
fixed #307
|
9 years ago |
Stasik0
|
5736668f77
fiixng hasComponent relation of the ping method relates to #306
|
9 years ago |
ichrispa
|
aa80fa705e
Added UA_Server_setAttributeValue() macro as a high-level abstraction for changing node contents.
|
9 years ago |
ichrispa
|
4eacf599f6
Added Clientside UA_Client_delete<Type>Node aliases for UA_Client_deleteNode().
|
9 years ago |
ichrispa
|
31bcf17c5a
Moved new function decalarations to their appropriate headers.
|
9 years ago |
ichrispa
|
49caf89298
Added serverside Service_deleteNodes and wrote deleteOneWayReferenceWithSession() for addresspace.
|
9 years ago |
ichrispa
|
ed738d34b9
Serverside method 'ping' was referenced by 'objects' as being organized, not hasProperty, which prevented it being called in the examples.
|
9 years ago |
ichrispa
|
c662814c8a
Serverside method 'ping' was wrongly referenced as being 'organizes' by its parent object 'Objects' (not hasProperty), which prevented it from being called.
|
9 years ago |
ichrispa
|
505ecd0461
Added forgotten methodNode to UA_Client_getNodeCopy(). Hooked node-specific append attributes to body of function.
|
9 years ago |
ichrispa
|
7634a2e23e
Created clientside UA_Client_getNodeCopy(); symmetric use to server side function.
|
9 years ago |
FlorianPalm
|
c97e8e0da9
added missing include for unit test (session)
|
9 years ago |
FlorianPalm
|
9bf247c81b
added updateLifetime check (+missing file)
|
9 years ago |
FlorianPalm
|
e4b8d9a280
added unit test for session
|
9 years ago |
ichrispa
|
250ce04873
Removed docstrings from generates/macrobased function instantiations (was causing travis to fail BUILD_DOCUMENTATION).
|
9 years ago |
ichrispa
|
cc93def094
Fixed two instances of addNode calls that are were missing the createdNode return argument in response to #306.
|
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
|
76178a02c2
Added a 'getting started' tutorial
|
9 years ago |
ichrispa
|
52e4264d6c
Changed minor error in example server; getNodeCopy() and deleteNodeCopy() tested/successfully backported from application.
|
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 |