Michael Zillgith
5fbe455587
Merge branch 'development' into pkgconfig
8 years ago
Michael Zillgith
b673e1d28a
Merge pull request #36 from stv0g/ethernet-handleset
...
EthernetHandleSet
8 years ago
Michael Zillgith
eabba7e484
Merge pull request #35 from stv0g/sv-harmonization-documentation
...
Sampled Values API harmonization and documentation
8 years ago
Steffen Vogel
a1654eef70
smaller fixes
8 years ago
Steffen Vogel
0eaeb8c573
rephrased changelog entry
8 years ago
Steffen Vogel
819bb67d6d
fix examples with new API
8 years ago
Steffen Vogel
73cdb5a0f7
install "sv_subscriber_deprecated.h"
8 years ago
Steffen Vogel
d3ff0f25e5
add ABI compatability wrapper
8 years ago
Steffen Vogel
12cf073f81
refactor "SVClientASDU" to "SVSubscriber_ASDU"
8 years ago
Steffen Vogel
b4b69bf56d
refactor "SV_ASDU" to "SVPublisher_ASDU"
8 years ago
Steffen Vogel
694866cf02
includes without 'libiec61850' prefix wont compile installed versions of the library at '/usr/local/include/libiec61850'
8 years ago
Steffen Vogel
5b29a95da5
install sv_publisher_deprecated.h
8 years ago
Steffen Vogel
dfd077c4c2
declarations in for loops are only allowed in C99
8 years ago
Steffen Vogel
8a83b535a9
install hal_ethernet.h
8 years ago
Steffen Vogel
f4fea90ce3
fix install()
8 years ago
Steffen Vogel
979656094d
add ability to remove sockets from EthernetHandleSet
8 years ago
Steffen Vogel
967e6ef5b3
use poll() instead of select()
8 years ago
Steffen Vogel
8c1d9b1cbe
added entry to changeling
8 years ago
Steffen Vogel
f5e21a41bf
generate pkg-config file only on Unixes (Linux, BSD, Apple)
8 years ago
Steffen Vogel
90f20bce43
generate and install pkg-config file
8 years ago
Steffen Vogel
20f654bbc3
add documentation to SVReceiver_tick()
8 years ago
Steffen Vogel
63b6da6ae7
improve documentation of HandleSet_waitReady()
8 years ago
Steffen Vogel
646c9cf073
add support for new EthernetHandleSet to GOOSE subscriber
8 years ago
Steffen Vogel
b6cf079a94
add support for new EthernetHandleSet to SV subscriber
8 years ago
Steffen Vogel
dec12b61a8
refactor: declare private functions static
8 years ago
Steffen Vogel
c082f09aef
add EthernetHandleSet implementation for Windows
8 years ago
Steffen Vogel
89661b471f
add EthernetHandleSet implementation for BSD
8 years ago
Steffen Vogel
d771444904
add EthernetHandleSet implementation for Linux
8 years ago
Steffen Vogel
1adcd6bcfb
fixed typo
8 years ago
Steffen Vogel
6d36d05ad6
add note to changelog about API change
8 years ago
Steffen Vogel
31249fdce3
updated Doxygen configuration from 1.7 to 1.8
8 years ago
Steffen Vogel
62e04cf0aa
add Doxygen target to CMake
8 years ago
Steffen Vogel
63cd4f6f00
added documentation for Sampled Values publisher
8 years ago
Steffen Vogel
c4a8d90fda
fix syntax error in Doxygen config
8 years ago
Steffen Vogel
eb3be133f6
updated sampled values examples to use new naming
8 years ago
Steffen Vogel
f1163e78db
added deprecated wrappers for ABI compatability
8 years ago
Steffen Vogel
4c5e1717d1
refactored "SampledValuesPublisher" into "SVPublisher" ( closes #34 )
8 years ago
Michael Zillgith
f7b04a02ed
- MMS client: fixed bug in MmsConnection_connect (COTP payload buffer was not reset in case of an error during connect -> connection failed in case of reuse of MmsConnection object)
8 years ago
Michael Zillgith
87583f5859
- integrated travis status into README.MD
8 years ago
Michael Zillgith
bc6b7e68a8
- fixed typo in src/sampled_values/sv_publisher.c
8 years ago
Michael Zillgith
ba985ec2b0
- MMS client: delete named variable list service supports VMD specific lists
8 years ago
Michael Zillgith
3b941ca577
Merge pull request #31 from stv0g/travis
...
Travis-CI
8 years ago
Steffen Vogel
ddae3c70ee
use correct include path for generated configuration files
8 years ago
Michael Zillgith
5d03e77343
Merge pull request #33 from stv0g/sv-add-smprate
...
Sampled Values: add support for sample rate attribute
8 years ago
Michael Zillgith
4cbaa6a7c1
Merge pull request #32 from stv0g/sv-fix-smpmod
...
Sampled Values: fix encoding of optional smpMod attribute:
8 years ago
Michael Zillgith
197a0b853f
Merge pull request #30 from stv0g/sv-types
...
Sampled Values: add support for 64 bit integers
8 years ago
Michael Zillgith
180e5e7f26
Merge pull request #29 from stv0g/refactoring
...
Use spaces instead of tabs consistently
8 years ago
Steffen Vogel
e95b321d12
sampled values: fix data type for smpRate
8 years ago
Steffen Vogel
60c7d3a75f
sampled values: fix encoding of optional smpMod attribute:
...
- The attribute must be encoded as an 16bit unsigned integer. The existing code encodes it as 32 bit integer.
- The attribute is encoded with the ASN.1 BER encoding Tag number 8. The existing code encodes it with tag number 4 which is used for the refrTm attribute.
See also: IEC 61850-9-2:2011 (page 20)
8 years ago
Steffen Vogel
628641cabb
sampled values: add support for sample rate attribute
8 years ago