Julius Pfrommer
|
8920cc0512
declare NumericRange before using it (forward declaration was not enough)
|
7 years ago |
Julius Pfrommer
|
020e3812de
cosmetic and documentation improvements
|
7 years ago |
Stefan Profanter
|
99116b1cdf
Untabify
|
7 years ago |
FlorianPalm
|
0ece9cfeed
removed further lisence notes (include directory)
|
7 years ago |
FlorianPalm
|
810db94bca
added MPL v2 license to c/h/py files
|
7 years ago |
Julius Pfrommer
|
dfef59dbaf
make nodeid hashing public; simpler FNV hashing for (short) string nodeids
|
7 years ago |
Julius Pfrommer
|
abc3716e07
First files compiling as cxx
|
8 years ago |
Julius Pfrommer
|
dac72655db
fix: add stdint.h for older Visual Studios
|
8 years ago |
Julius Pfrommer
|
f8acccc62c
feature: make method for finding data types public
|
8 years ago |
Julius Pfrommer
|
ade98fc17a
doc: add a section on the protocol
|
8 years ago |
Julius Pfrommer
|
fe8d648726
fix: UA_BYTE_MAX is 255
|
8 years ago |
Julius Pfrommer
|
6529137c26
enable statuscode descriptions by default; split functionality across
|
8 years ago |
Julius Pfrommer
|
5467bae2dd
refactor: make memory allocator and atomic operations definitions public
|
8 years ago |
Julius Pfrommer
|
9c3426a48e
add more convenience functions for type checking of variants
|
8 years ago |
Julius Pfrommer
|
b86c4e7be5
fix include of c files in documentation; improve handling of toc
|
8 years ago |
Julius Pfrommer
|
392217167f
improve documentation and html/latex generation
|
8 years ago |
Julius Pfrommer
|
8cc2b59fdd
improve documentation
|
8 years ago |
Julius Pfrommer
|
d35b615c8f
add documentation of nodes; move generated datatype documentation
|
8 years ago |
Julius Pfrommer
|
bf8b10f775
variant array dimensions as uint32; use same value/variable consistency check of method arguments
|
8 years ago |
Julius Pfrommer
|
a771272e65
allow deep numeric ranges to reach into scalars containing an array (#777)
|
8 years ago |
Stefan Profanter
|
99522b216c
Fix #769: Wrong NodeIDs offset for BinaryEncoding (#770)
|
8 years ago |
Julius Pfrommer
|
7402557e7e
Move NumericRange definition to the section on arrays
|
8 years ago |
Julius Pfrommer
|
1cc01277d0
initialize types after deleteMembers; clean up type handling
|
8 years ago |
Julius Pfrommer
|
df2a0c6007
improve documentation; limit code width to 80 chars in headers
|
8 years ago |
Julius Pfrommer
|
24819f1b80
cosmetic improvements; no horizontal scrolling in the docs
|
8 years ago |
Julius Pfrommer
|
cbe1851000
add UA_GUID_NULL
|
8 years ago |
Julius Pfrommer
|
54daafd37a
rename plugins to begin with ua_
|
8 years ago |
Julius Pfrommer
|
bc1291e98f
fix #645
|
8 years ago |
Stasik0
|
38d4e7fbad
Merge branch 'master' of github.com:acplt/open62541 into 0.2
|
8 years ago |
ichrispa
|
984342b057
ua_types functionality of allocating strings was changed to be compliant with C++ string allocation (removes the compiler warning for -Wall); Fixed possible SEGFAULTS in subscriptions and method calls when the client issues non-standard compliant messages.
|
8 years ago |