- updated CHANGELOG file

- make iec61850_9_2_LE_example to compile with Visual Studio
pull/90/head v1.3.1
Michael Zillgith 7 years ago
parent 31f92b5cf0
commit edc093e810

@ -1,5 +1,10 @@
Changes to version 1.3.1 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 - IEC 61850 client: improved support for handling segmented reports
- .NET API: Added some additional access function to ReportControlBlock - .NET API: Added some additional access function to ReportControlBlock
- Java SCL parser: added support for timestamp values in "Val" elements - Java SCL parser: added support for timestamp values in "Val" elements

@ -27,6 +27,7 @@
#include <signal.h> #include <signal.h>
#include <stdlib.h> #include <stdlib.h>
#include <stdio.h> #include <stdio.h>
#define _USE_MATH_DEFINES
#include <math.h> #include <math.h>
/* Include the generated header with the model access handles */ /* Include the generated header with the model access handles */

Loading…
Cancel
Save