Steffen Vogel
b4b69bf56d
refactor "SV_ASDU" to "SVPublisher_ASDU"
8 years ago
Steffen Vogel
4c5e1717d1
refactored "SampledValuesPublisher" into "SVPublisher" ( closes #34 )
8 years ago
Michael Zillgith
bc6b7e68a8
- fixed typo in src/sampled_values/sv_publisher.c
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
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
Steffen Vogel
3047681854
refactoring: use spaces instead of tabs consistently
8 years ago
Steffen Vogel
09d5daf0b5
sampled values: add support for 64 bit integers
8 years ago
Michael Zillgith
c08fe41cbb
- SV publisher: Changed SampledValuesPublisher_create to support setting of Communication parameters at runtime
8 years ago
cedric
517f1d958c
Adding SV_ASDU_getSmpCnt
9 years ago
Cedric Boudinet
d95a31c628
Setting DEBUG_SV_PUBLISHER by default to 0
9 years ago
Michael Zillgith
7a5f4a25e2
- added functions SV_ASDU_addFLOAT64 and SV_ASDU_setFLOAT64 to SV publisher
9 years ago
Michael Zillgith
e1a9b6a852
- prepared for 0.9 release
10 years ago
Michael Zillgith
da0af0ba0f
- extented SV publisher code / 9-2LE example
10 years ago
Michael Zillgith
43d99ad438
- extended 9-2LE example
10 years ago
Michael Zillgith
94f62e365b
- added sv subscriber code
10 years ago
Michael Zillgith
61714b5907
- removed old sv code
10 years ago
Michael Zillgith
a0f67f9a5d
- update to current development version
11 years ago
Michael Zillgith
48d717f12c
- initial commit for new repository structure
11 years ago