Julius Pfrommer
|
e30e0f306b
generate documentation for ua_server.h
|
8 years ago |
Julius Pfrommer
|
375e1c932f
use mingw/msvc compatible printing of size_t
|
8 years ago |
Julius Pfrommer
|
66bbb8581b
align call-service to signed array dimensions
|
8 years ago |
Julius Pfrommer
|
c5bf8a93fc
enable method service set by default
|
8 years ago |
Julius Pfrommer
|
51def00929
array dimensions are *signed* integers
|
8 years ago |
Julius Pfrommer
|
bf191143be
rename ua_statuscodes.h to ua_constants.h
|
8 years ago |
Julius Pfrommer
|
443feaf93f
add statuscodes to the documentation
|
8 years ago |
Julius Pfrommer
|
fbb25e17bc
fix inclusion order for ua_connection.h
|
8 years ago |
Julius Pfrommer
|
570510ae13
include auto-generated datatypes to documentation
|
8 years ago |
Julius Pfrommer
|
3946886130
make UA_Connection_completeMessages an internal function
|
8 years ago |
Julius Pfrommer
|
01cbd8c8d7
move cmake folder to tools/cmake; fix rpi cross-compilation for gcc5
|
8 years ago |
Julius Pfrommer
|
4e529ea850
rename src_extra folder to plugins
|
8 years ago |
Julius Pfrommer
|
b9bf154a07
small improvement to the type documentation
|
8 years ago |
Julius Pfrommer
|
80eb5fb0e5
remove max_array. no longer needed since we use size_t everywhere and decoding checks if the message permits the array length
|
8 years ago |
Julius Pfrommer
|
7d1ef08c26
still a bug in doc generation
|
8 years ago |
Julius Pfrommer
|
27d7320e2f
use old build/doc directory for html output
|
8 years ago |
Julius Pfrommer
|
c42a2f167e
add documentation on doc generation; clean up push_doc script
|
8 years ago |
Julius Pfrommer
|
1dedf58f67
Merge pull request #564 from open62541/c2rst
|
8 years ago |
Julius Pfrommer
|
26cd7ec423
add c2rst tool to generate documentation from header files
|
8 years ago |
ichrispa
|
eed7593f19
Merge branch 'master' of https://github.com/open62541/open62541
|
8 years ago |
ichrispa
|
8b81a9e9a1
Fixed spurius & in ua_nodestore_remove causing hash lookups to fail in urcu (closes #566)
|
8 years ago |
Sten Grüner
|
d037f155d7
Merge pull request #561 from Wtango/include_order
|
8 years ago |
FlorianPalm
|
04ee2de2c9
Update in_a_nutshell.rst
|
8 years ago |
FlorianPalm
|
edd8d2e675
Update in_a_nutshell.rst
|
8 years ago |
ichrispa
|
1ba735c284
Fixed namespace compiler still initializing/duplicating method arguments for methods with no arguments.
|
8 years ago |
ichrispa
|
be8e96f27c
Merge branch 'master' of https://github.com/open62541/open62541
|
8 years ago |
ichrispa
|
330324771e
Changed UA_Server_methodNode_attachCallboack to UA_Server_setMethodNode_callback to conform to naming scheme of very similar dataSources function.
|
8 years ago |
Julius Pfrommer
|
bfc85fa977
Merge pull request #563 from Root-Core/master
|
8 years ago |
Root-Core
|
b66d2def1b
Fixed c&p bug (?) while adding a VariableTypeNode
|
8 years ago |
ichrispa
|
882b7e5a6c
Reinstated userspace UA_Server_methodNode_attachCallback (for the 3rd time now?) and put it into the example server;
|
8 years ago |