a1654eef70
smaller fixes
2017-11-19 20:16:41 +01:00
0eaeb8c573
rephrased changelog entry
2017-11-19 20:14:43 +01:00
819bb67d6d
fix examples with new API
2017-11-19 20:03:55 +01:00
73cdb5a0f7
install "sv_subscriber_deprecated.h"
2017-11-19 20:03:28 +01:00
d3ff0f25e5
add ABI compatability wrapper
2017-11-19 20:03:13 +01:00
12cf073f81
refactor "SVClientASDU" to "SVSubscriber_ASDU"
2017-11-19 20:02:53 +01:00
b4b69bf56d
refactor "SV_ASDU" to "SVPublisher_ASDU"
2017-11-19 20:02:22 +01:00
5b29a95da5
install sv_publisher_deprecated.h
2017-11-19 14:02:46 +01:00
6d36d05ad6
add note to changelog about API change
2017-11-18 13:39:00 +01:00
31249fdce3
updated Doxygen configuration from 1.7 to 1.8
2017-11-18 13:14:58 +01:00
62e04cf0aa
add Doxygen target to CMake
2017-11-18 13:05:34 +01:00
63cd4f6f00
added documentation for Sampled Values publisher
2017-11-18 12:53:06 +01:00
c4a8d90fda
fix syntax error in Doxygen config
2017-11-18 12:52:34 +01:00
eb3be133f6
updated sampled values examples to use new naming
2017-11-18 11:46:49 +01:00
f1163e78db
added deprecated wrappers for ABI compatability
2017-11-18 11:46:24 +01:00
4c5e1717d1
refactored "SampledValuesPublisher" into "SVPublisher" ( closes #34 )
2017-11-18 11:45:52 +01:00
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)
2017-11-17 17:29:48 +01:00
Michael Zillgith
87583f5859
- integrated travis status into README.MD
2017-11-12 18:52:14 +01:00
Michael Zillgith
bc6b7e68a8
- fixed typo in src/sampled_values/sv_publisher.c
2017-11-12 18:43:50 +01:00
Michael Zillgith
ba985ec2b0
- MMS client: delete named variable list service supports VMD specific lists
2017-11-12 18:34:13 +01:00
Michael Zillgith
3b941ca577
Merge pull request #31 from stv0g/travis
...
Travis-CI
2017-11-12 17:50:48 +01:00
ddae3c70ee
use correct include path for generated configuration files
2017-11-12 11:13:18 +01:00
Michael Zillgith
5d03e77343
Merge pull request #33 from stv0g/sv-add-smprate
...
Sampled Values: add support for sample rate attribute
2017-11-10 19:12:08 +01:00
Michael Zillgith
4cbaa6a7c1
Merge pull request #32 from stv0g/sv-fix-smpmod
...
Sampled Values: fix encoding of optional smpMod attribute:
2017-11-10 19:10:26 +01:00
Michael Zillgith
197a0b853f
Merge pull request #30 from stv0g/sv-types
...
Sampled Values: add support for 64 bit integers
2017-11-10 18:54:06 +01:00
Michael Zillgith
180e5e7f26
Merge pull request #29 from stv0g/refactoring
...
Use spaces instead of tabs consistently
2017-11-10 18:48:26 +01:00
e95b321d12
sampled values: fix data type for smpRate
2017-11-10 16:50:05 +01:00
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)
2017-11-10 15:50:23 +01:00
628641cabb
sampled values: add support for sample rate attribute
2017-11-10 15:45:34 +01:00
1d8d6211ca
remove OS X to cut build time
2017-11-10 14:55:14 +01:00
dffe219303
fix version incompatability in Swig
2017-11-10 14:54:11 +01:00
581bd6e9af
run tests in Travis-CI
2017-11-10 14:54:10 +01:00
403c3a9e93
added missing case to switch statement in order to silence compiler warnings
2017-11-10 14:54:10 +01:00
064bfa902e
mostly cosmetical cleanup of CMakeLists
2017-11-10 14:54:10 +01:00
4fb3141088
enable build on OS X and Python bindings
2017-11-10 14:54:10 +01:00
02bc54a8c2
fix wrong #cmakedefine01 statement
2017-11-10 11:51:22 +01:00
fc6e3892c6
added Travis-CI config
2017-11-10 11:43:14 +01:00
3047681854
refactoring: use spaces instead of tabs consistently
2017-11-10 11:26:20 +01:00
09d5daf0b5
sampled values: add support for 64 bit integers
2017-11-10 11:23:45 +01:00
Michael Zillgith
c291db5d95
- updated README file
...
- SV receiver: Added semaphore to make subscriber list thread-safe
2017-11-08 08:53:37 +01:00
Michael Zillgith
0c09385462
- .NET API: ControlObject implements IDisposable interface
2017-10-28 15:52:49 +02:00
Michael Zillgith
5fb8c5b984
- MMS: added more length checks in parsers for file services
2017-10-28 13:13:13 +02:00
Michael Zillgith
cd8f5f483d
- IED server: added new function IedServer_udpateDbposValue; added new return code for control check callback function
2017-10-26 09:32:16 +02:00
Michael Zillgith
02689d1410
- MMS server: more restrictive value type check when handling write access
2017-10-25 21:51:35 +02:00
Michael Zillgith
8a67fcc00b
- fixed problem with cmake include folders
2017-10-25 18:20:22 +02:00
Michael Zillgith
e26ac787d7
- MMS client: file services -fixed encoding problem with long file names
2017-10-24 11:41:25 +02:00
Michael Zillgith
d8f964ac7c
- MMS server: ACSE authenticator passes application reference (ap-title and ae-qualifier)
2017-10-19 15:09:17 +02:00
Michael Zillgith
34dff85ed6
- added missing examples
2017-10-19 09:02:29 +02:00
Michael Zillgith
53e741852e
- example directory cleanup
2017-10-19 08:54:13 +02:00
Michael Zillgith
922dac1a34
- MMS: fixed potential memory leak in asn1 code that can be caused by malformed MMS messages
2017-09-28 13:23:15 +02:00