Skip to content

Commit

Permalink
- updated CHANGELOG file
Browse files Browse the repository at this point in the history
- make iec61850_9_2_LE_example to compile with Visual Studio
  • Loading branch information
mzillgith committed Nov 15, 2018
1 parent 31f92b5 commit edc093e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -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
Expand Down
1 change: 1 addition & 0 deletions examples/iec61850_9_2_LE_example/iec61850_9_2_LE_example.c
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
#include <signal.h>
#include <stdlib.h>
#include <stdio.h>
#define _USE_MATH_DEFINES
#include <math.h>

/* Include the generated header with the model access handles */
Expand Down

0 comments on commit edc093e

Please sign in to comment.