Andreas Ebner
|
9842cf1a6b
feat(pubsub) added code review improvements and fixes
|
5 years ago |
Andreas Ebner
|
6d9a36ecbc
feat(pubsub) changed PublishedDataSet storage structure from ptr + size to TAILQ within the PubSubManager struct
|
5 years ago |
Andreas Ebner
|
fcefc5d0bc
feat(pubsub) changed PubSubConnection storage structure from ptr + size to TAILQ within the PubSubManager struct
|
5 years ago |
Andreas Ebner
|
a1cd155875
feat(pubsub) extended PubSub RT level example, added testcase for PubSub RT levels, fixed memory leaks, moved offset calculation into DSM and NM binary size calculation (signature changed)
|
5 years ago |
Andreas Ebner
|
4b52b9e49b
feat(pubsub) extended pubsub fastpath with fixed offsets and static value source, memory fixes, added support for sequence number, added an direct pointer from DSW to the PDS to avoid lookup -> PTR will be updated during each PDS add/remove
|
5 years ago |
Andreas Ebner
|
74f158ffa5
feat(pubsub) extended fast path fixed offset size compatibility checks
|
5 years ago |
Andreas Ebner
|
e5fbae7609
feat(pubsub) extended encoding layer with buffered message handling
|
5 years ago |
Andreas Ebner
|
ac5bebf749
feat(pubsub) added new function to generate networkMessage offsets
|
5 years ago |
Andreas Ebner
|
4bb65bd5e1
extended freeze logic with the creation of DSM (if RT is enabled), moved structures to UADP Layer and created offset calculation skeleton
|
5 years ago |
Andreas Ebner
|
dbebf5cd11
feat(pubsub) separated NetworkMessage sending and generation process
|
5 years ago |
Andreas Ebner
|
3b170d0199
feat(pubsub) added generation of metdata for PDS and DataSetFields
|
5 years ago |
Suriya Narayanan Parthasarathi Vimala
|
112492f6bb
fix(PubSub): Publishing order of multiple DataSetFields
|
5 years ago |
fem
|
73530cd661
fix(pubsub): add size checks before UA_calloc calls
|
5 years ago |
Julius Pfrommer
|
58bd161557
fix(pubsub): Check for Null-Ptr in UA_Server_setWriterGroupOperational
|
5 years ago |
Julius Pfrommer
|
3ad52a1773
refactor(pubsub): Rename deleteMembers to clear
|
5 years ago |
Julius Pfrommer
|
abae79b2f7
refactor(pubsub): Split pubsub core into reader and writer
|
5 years ago |