Steffen Vogel
|
fa694f1b0d
|
sv/goose: remove {SVReceiver,GooseReceiver}_addHandleSet() function as it is unsafe to call before {SVReceiver,GooseReceiver}_startThreadless()
The ethernet socket is now returned by {SVReceiver,GooseReceiver}_startThreadless() which allows us to call EthernetHandleSet_addSocket() afterwards.
|
8 years ago |
Michael Zillgith
|
b673e1d28a
|
Merge pull request #36 from stv0g/ethernet-handleset
EthernetHandleSet
|
8 years ago |
Steffen Vogel
|
12cf073f81
|
refactor "SVClientASDU" to "SVSubscriber_ASDU"
|
8 years ago |
Steffen Vogel
|
b6cf079a94
|
add support for new EthernetHandleSet to SV subscriber
|
8 years ago |
Steffen Vogel
|
09d5daf0b5
|
sampled values: add support for 64 bit integers
|
8 years ago |
Michael Zillgith
|
c291db5d95
|
- updated README file
- SV receiver: Added semaphore to make subscriber list thread-safe
|
8 years ago |
Michael Zillgith
|
d0ac21e487
|
- client/server: added set data set service (MMS write named variable list)
- client/server: improved write access to array elements and sub arrays
|
8 years ago |
Michael Zillgith
|
9ad549592d
|
- refactoring names in string_utils.h/.c
- fixed bug in StringUtils_copySubString
|
9 years ago |
Michael Zillgith
|
33433f1d09
|
- removed debug output
|
10 years ago |
Michael Zillgith
|
daf876e4df
|
- fixed bug in sv_subscriber: missing initialization of allocated memory
|
10 years ago |
Michael Zillgith
|
c0174f9f38
|
- added SV subscriber and example
|
10 years ago |