ichrispa
|
7737b4ffbf
Merge branch 'master' into api_hl_abstractions
|
лет назад: 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
|
3a11ccfe0a
update server.c
|
лет назад: 9 |
Stasik0
|
9bd3fb19ba
closing a descriptor in error case
|
лет назад: 9 |
ichrispa
|
5cab8d3cb3
Fixed failing attributes test; displayName and description are now set, the testcase did assume they are not.
|
лет назад: 9 |
FlorianPalm
|
97551af1c8
changed back reference of method node (->hasComponent)
|
лет назад: 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.
|
лет назад: 9 |
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 |
ichrispa
|
ed738d34b9
Serverside method 'ping' was referenced by 'objects' as being organized, not hasProperty, which prevented it being called in the examples.
|
лет назад: 9 |
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 |
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
|
52e4264d6c
Changed minor error in example server; getNodeCopy() and deleteNodeCopy() tested/successfully backported from application.
|
лет назад: 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 |
Stasik0
|
dddd77ba8c
amalagated server compile with multi-threading on
|
лет назад: 9 |
Stasik0
|
2107446310
getting server compiled with multithreading and amalgamation
|
лет назад: 9 |
joyhope
|
ba371cd6c6
support cygwin envirnment
|
лет назад: 9 |
Stasik0
|
817d39c35f
fixing demo cpu temperature reading function
|
лет назад: 9 |
Stasik0
|
671004830d
types reverted
|
лет назад: 9 |
Stasik0
|
4342319521
adding matrix nodes to demo node folder
|
лет назад: 9 |
FlorianPalm
|
ef037512e6
fixed bug within UA_Variant_decodeBinary: Multidimensional array weren't decoded correct. Data of variant was overwritten by arrayDimensions field
|
лет назад: 9 |
FlorianPalm
|
fb0bee87a1
Merge branch 'master' of https://github.com/acplt/open62541
|
лет назад: 9 |
FlorianPalm
|
cf424650c3
fixed bug within UA_Variant_decodeBinary: arrayDimensions data was copied erroneously to the data field of the variant
|
лет назад: 9 |
ichrispa
|
f4629df441
Merge pull request #291 from acplt/service_call_implementation
|
лет назад: 9 |
Julius Pfrommer
|
0b9b7095ca
no compiler flag required to compile amalgamated server
|
лет назад: 9 |
Julius Pfrommer
|
5caa997870
always copy data from the data source (removing the release function pointer)
|
лет назад: 9 |
Julius Pfrommer
|
6b52e3c5dc
add a define for multithreading
|
лет назад: 9 |