Davide Andreuzza
7463a2c319
fix bufOvfl typo in parsing OptionFields
7 years ago
Michael Zillgith
1e993f20b0
- added IedConnection_getFileDirectoryEx to DLL export files
7 years ago
Michael Zillgith
66f571f03d
- .NET API: add GetFileDirectoryEx function
7 years ago
Michael Zillgith
28e8831029
- modelviewer: show full hierarchy including sub data objects
7 years ago
Michael Zillgith
4ad0567169
- .NET API: DataSet implements IDisposable interface, Report/DataSet GetValues methods return now clones of the original native values to prevent GC issues
7 years ago
Michael Zillgith
c4c55d74ca
- .NET API: MmsValue - added Clone method and implemented IDisposable interface
7 years ago
Michael Zillgith
a4fc173cbf
Merge pull request #90 from sanekas/fix/incorrect_lib_memory_path
...
Fix makefile, add CLion service dirs to .gitignore
7 years ago
Alexander Sergeev
2a98f95df8
Fix makefile, add CLion dirs to .gitignore
7 years ago
Michael Zillgith
edc093e810
- updated CHANGELOG file
...
- make iec61850_9_2_LE_example to compile with Visual Studio
7 years ago
Michael Zillgith
31f92b5cf0
- .NET API: Added method MmsConnection.ReadMultipleVariables
...
- .NET API: extended MmsValue.ToString method to print arrays and data access errors
7 years ago
Michael Zillgith
8d728b3ab4
- fixed problem in GOOSE publisher payload length calculation
7 years ago
Michael Zillgith
0d7a3750e4
- IEC 61850 client: implemented tissue 1178 client side (select-response+ is non-NULL)
7 years ago
Michael Zillgith
074f7a8cd1
- Ethernet HAL Linux: limited interface name in Ethernet_getIntefaceMACAddress to prevent #83
7 years ago
Michael Zillgith
3ad71c7a0b
- added error handling in iec61850_client_example4
7 years ago
Michael Zillgith
1fbadffd6e
- added new functions to windows def files
7 years ago
Michael Zillgith
2bbdfacfe4
- SV: fixed RefrTm and SmpSynch handling in SV publisher
7 years ago
Michael Zillgith
57eb6bd455
- GOOSE publisher: fixed bug in GOOSE message calculation
7 years ago
Michael Zillgith
74a9eb5856
- IEC 61850 client: ControlObjectClient - avoid crash when "ctlVal" is not present in "Oper", also accept "setMag" instead of "ctlVal".
7 years ago
Michael Zillgith
9b4a06e573
- .NET API: ReportControlBlock.GetOwner returns null when no owner available ( #79 )
7 years ago
Michael Zillgith
4a135fa252
- IEC 61850 server: fixed potential deadlock in report processing
7 years ago
Michael Zillgith
f68e97b7a1
Merge pull request #80 from aaribaud/python3-bindings-fix
...
Fixed Python 3 bindings support
7 years ago
Albert ARIBAUD
8f523b1706
Fixed Python 3 bindings support
...
1. Allow specifying Python interpreter version with BUILD_PYTHON_VERSION
2. Fix Python modules install path generation (would produce spurious
line feed which would cause destination directory to be
/usr/lib/python*/dist-packages\n -- note the final \n!
7 years ago
Michael Zillgith
c9fe9b4286
- adopted new functions to version 1.3
7 years ago
Michael Zillgith
1a9de24884
- increased version number to 1.3.1
7 years ago
Michael Zillgith
59e2d19acc
- IEC 61850 client: improved support for segmented report handling
7 years ago
Michael Zillgith
cd81f9b13d
- .NET API: Added ReportControlBlock.GetOwner method ( #79 )
7 years ago
Michael Zillgith
e6ace3a787
- Java SCL parser: added support for timestamp values in "Val" elements
7 years ago
Michael Zillgith
9f0316e4c0
- fixed bug in cmake file (winpcap support) - ( #78 )
7 years ago
Michael Zillgith
ed13cd7ab8
- added C# example code for client side setting group handling
7 years ago
Michael Zillgith
3878a9aad3
- .NET API: added some additional wrapper code for MmsVariableSpecification functions
7 years ago
Michael Zillgith
4d8a768ec5
- .NET API: fixed wrong defintion for ClientReportControlBlock_getResvTms in ReportControlBlock class
7 years ago
Michael Zillgith
af0b2f9edb
- .NET API: Added missing access functions for ResvTms to ReportControlBlock class ( #74 )
7 years ago
Michael Zillgith
2a19b2592f
- python wrapper: some changes in cmake file
7 years ago
Michael Zillgith
eb5b8fba5c
Merge pull request #72 from cedricboudinet/master
...
python wrapper: correcting version detection for swig
7 years ago
Michael Zillgith
c38a0c3d59
Merge pull request #73 from cngkaygusuz/v1.3
...
Add .gitignore, ignore .build/
7 years ago
Cengiz Kaygusuz
f8486de415
Add .gitignore, ignore build/
7 years ago
Cedric Boudinet
c97cac5ad9
correcting version detection for swig
7 years ago
Michael Zillgith
1a8558dcda
- Windows Ethernet Hal: fixed memory leak
7 years ago
Michael Zillgith
75ca279489
- Java tools: fixed bug in SCL parser (wrong interpretation of numbers with leading "0"
7 years ago
Michael Zillgith
026357b5eb
- added doxygen files for .NET API
7 years ago
Michael Zillgith
6ba363bd4a
- updated changelog for release 1.3.0
7 years ago
Michael Zillgith
bed67e4f50
- added missing function definition in DLL export files
7 years ago
Michael Zillgith
aa86d3b259
- IEC 61850 server: number of dynamic data sets configurable at runtime
7 years ago
Michael Zillgith
a0adcf94e7
- IEC 61850 Server: made number of data set entries configurable at runtime
7 years ago
Michael Zillgith
2f0211b188
- GOOSE publisher example: fixed memory leak
7 years ago
Michael Zillgith
c0ce64c758
- file-tool: file client example is now compatible with windows
7 years ago
Michael Zillgith
a830fc3cfb
- IEC 61850 server: reporting - don't delete pending events when buffered report is enabled and dataset didn't change
7 years ago
Michael Zillgith
e905bc242b
- MMS server: initialize maxConnections in IsoServer
7 years ago
Michael Zillgith
77f97dc006
- replaced strndup
7 years ago
Michael Zillgith
51c29fe9a7
- IEC 61850 server/ MMS server: maximum number of client connections configurable at runtime
7 years ago