wuyangtang
|
1d26891d35
check datasource callback before invoking
|
9 년 전 |
Julius Pfrommer
|
19fb205713
subscriptions: sampling monitoreditems calls valuecallback; fix 487
|
9 년 전 |
Julius Pfrommer
|
e9437b5c34
Merge branch 'master' into unsigned_array_size
|
9 년 전 |
Chris Iatrou
|
efae15466b
Republish service and retransmit queuing implemented
|
9 년 전 |
Julius Pfrommer
|
3ba9364fdd
remove iterations of unpublished notifications just for counting; remove redundant checks
|
9 년 전 |
Julius Pfrommer
|
78c0891392
Merge branch 'unsigned_array_size' into simple_nodestore
|
9 년 전 |
Julius Pfrommer
|
5bc8d06cb0
remove bugs found with clang analyzer
|
9 년 전 |
Julius Pfrommer
|
9a0b6bc7ae
Fix #451 (broken subscriptions)
|
9 년 전 |
Julius Pfrommer
|
c63411078e
Merge branch 'master' into unsigned_array_size
|
9 년 전 |
Julius Pfrommer
|
4bd62dca74
remove nodestore_release
|
9 년 전 |
Julius Pfrommer
|
7f08e21937
compile methods
|
9 년 전 |
Julius Pfrommer
|
7062cb6e58
make a statuscode comparison unambiguous
|
9 년 전 |
Julius Pfrommer
|
9dd20578a6
use NULL instead of UA_NULL; don't rename standard C functions; provide minimal replacements for libc on embedded targets
|
9 년 전 |
Julius Pfrommer
|
01ca9996de
check the return value where it is required; split a complicated function into two easier parts
|
9 년 전 |
Julius Pfrommer
|
43ab65a52a
subscription change to datavalue
|
9 년 전 |
Joakim L. Gilje
|
7982c8cef9
use UA_DataValue instead of UA_Variant for MonitoredItem_queuedValue - so the monitored item can get the source timestamp
|
9 년 전 |
Jörg Schüler-Maroldt
|
e58d410a5a
Save Handling of Subscriptionlist and Workerjobs
|
9 년 전 |
Julius Pfrommer
|
c1f4411d11
Merge pull request #404 from acplt/callbacks
|
9 년 전 |
Julius Pfrommer
|
87fdfc2f3e
rename UserSpaceCallback to ValueCallback
|
9 년 전 |
ichrispa
|
c56da680ae
In response to #417: Notification Seq.No. now start with 1, not 0; Reenabled keepalive-safeguard (non-async keepalive sending instead of 'queueing' the publish is handled in the service).
|
9 년 전 |
Stasik0
|
40d1bdd2a5
adding callback structure to couple with callbacks on non-datasource nodes, relates to #399
|
9 년 전 |
Jörg Schüler-Maroldt
|
9e4f2b1512
- correct decl. of UA_Variant_copyRange() missing const
|
9 년 전 |
Stasik0
|
705f03b19c
node id is passed to datasource callbacks, relates #377
|
9 년 전 |
Stasik0
|
fd32ca887b
replacing malloc with UA_malloc in subscription-related parts?
|
9 년 전 |
ichrispa
|
7737b4ffbf
Merge branch 'master' into api_hl_abstractions
|
9 년 전 |
ichrispa
|
70571fdc76
Fixed error in setting timestamps in previous commit.
|
9 년 전 |
ichrispa
|
b7c997a9f9
Forcing dataChangeNotifications to return all timestamp fields (even though sourceTimestamps are meaningless here). Pertains to / fixes #324.
|
9 년 전 |
StalderT
|
82564388e3
Update ua_subscription.c
|
9 년 전 |
StalderT
|
097f693ab7
Memory leak in UA_Subscription_deleteMembers
|
9 년 전 |
ichrispa
|
5b919b5486
Replaced ByteString_compare/String_compare's builtin strncmp with memcmp to allow for NULL-Bytes encoded in binary transport encodings in comparisons not throwing of the result.
|
9 년 전 |