From edc093e810f375bc1de04511592c09e01fb76e82 Mon Sep 17 00:00:00 2001 From: Michael Zillgith Date: Thu, 15 Nov 2018 17:39:23 +0100 Subject: [PATCH] - updated CHANGELOG file - make iec61850_9_2_LE_example to compile with Visual Studio --- CHANGELOG | 5 +++++ examples/iec61850_9_2_LE_example/iec61850_9_2_LE_example.c | 1 + 2 files changed, 6 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index 1e9d5045..6f054c57 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,10 @@ Changes to version 1.3.1 ------------------------ +- GOOSE publisher: fixed problem in payload length calculation +- .NET API: Added method MmsConnection.ReadMultipleVariables +- IEC 61850 client: implemented tissue 1178 client side (select-response+ is +non-NULL) +- SV publisher: fixed RefrTm and SmpSynch handling - IEC 61850 client: improved support for handling segmented reports - .NET API: Added some additional access function to ReportControlBlock - Java SCL parser: added support for timestamp values in "Val" elements diff --git a/examples/iec61850_9_2_LE_example/iec61850_9_2_LE_example.c b/examples/iec61850_9_2_LE_example/iec61850_9_2_LE_example.c index 259736f6..ccfaa2e9 100644 --- a/examples/iec61850_9_2_LE_example/iec61850_9_2_LE_example.c +++ b/examples/iec61850_9_2_LE_example/iec61850_9_2_LE_example.c @@ -27,6 +27,7 @@ #include #include #include +#define _USE_MATH_DEFINES #include /* Include the generated header with the model access handles */