Julius Pfrommer
|
bdf0cf6658
refactor: decompose MonitoredItem_SampleCallback into smaller chunks
|
8 years ago |
Julius Pfrommer
|
e8f60f8ada
refactor: use less heap allocations when no monitoreditems sample is generated
|
8 years ago |
Julius Pfrommer
|
a38fc21365
suppress a cppcheck false positive
|
8 years ago |
Julius Pfrommer
|
f24a597fa6
fix a false positive gcc warning
|
8 years ago |
Julius Pfrommer
|
fb6ed18703
better statuscode checking in publish callback
|
8 years ago |
Julius Pfrommer
|
4859fd5219
use delayed callback to send dangling publish responses; fix setting the
|
8 years ago |
Julius Pfrommer
|
bd7858bf12
improve handling of timestamps in subscriptions
|
8 years ago |
Julius Pfrommer
|
e705eea331
fix handling of timestamps in read/write
|
8 years ago |
Julius Pfrommer
|
66aaadd0ec
editable datatype; set servertimestamp during writing
|
8 years ago |
Julius Pfrommer
|
bd57e8867a
compiles with datavalue in node
|
8 years ago |
Julius Pfrommer
|
2ac78bb448
Remove repeated job when a subscription has publishing disabled; improve logging
|
8 years ago |
Julius Pfrommer
|
6386ed62d7
move locally usable services into the service sets; some cleanup
|
8 years ago |
Julius Pfrommer
|
02c6ad073d
fix CTT Monitor QueueSize_1
|
9 years ago |
Julius Pfrommer
|
6b4c6f5f19
fix a rare memory issue for subcriptions; add more logging to debug remaining CTT cases
|
9 years ago |
Julius Pfrommer
|
f38cd44c51
immediately sample new monitoreditem
|
9 years ago |
Julius Pfrommer
|
05ed9186fe
fix a potential memleaks in the subscriptions
|
9 years ago |
Stasik0
|
38d4e7fbad
Merge branch 'master' of github.com:acplt/open62541 into 0.2
|
9 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.
|
9 years ago |
Julius Pfrommer
|
9bd014ed78
fix retransmission; improve logging for subscriptions
|
9 years ago |
Stasik0
|
8950931810
some more tests passed in "Subscription Basic" section
|
9 years ago |
Stasik0
|
3fd2bffe2d
changing session id to random GUID, updated logging of session ids
|
9 years ago |
Julius Pfrommer
|
5237a74f30
improve logging with new convenience macros
|
9 years ago |
Julius Pfrommer
|
6809161f73
suppress a cppcheck warning
|
9 years ago |
Julius Pfrommer
|
c317396f4c
Chunking callback (#534)
|
9 years ago |
Stasik0
|
509e4c9821
fixing build, the ifdefs had no chance to be set, since config was not included
|
9 years ago |
Julius Pfrommer
|
cd0c012e47
include all sources in amalgamation + ifdefs to activate features; replace tabs with spaces
|
9 years ago |
Julius Pfrommer
|
b8e8734110
mostly cosmetic improvements
|
9 years ago |
Julius Pfrommer
|
0441355fbc
use the indexRange, check the encoding, use the timestampstoreturn flag
|
9 years ago |
Julius Pfrommer
|
8c4726b1f9
small fixes to make clang analyzer happy
|
9 years ago |
Julius Pfrommer
|
eba0976ae4
Fix subscription issues uncovered by the testing tools
|
9 years ago |