Michael Zillgith
|
b695192e56
|
- IEC 61850/MMS Client: Handle MMS service error object-constraint-conflict and added IED_ERROR_OBJECT_CONSTRAINT_CONFLICT
|
2 years ago |
Michael Zillgith
|
bbe23b4b00
|
- extended ListObjectHandler to support different ACSI classes (LIB61850-417)
|
2 years ago |
Michael Zillgith
|
4cba8ab50d
|
- Added function IedConnection_setLocalAddress to define local IP address and optionally local port of a client connection (LIB61850-378)
|
2 years ago |
Michael Zillgith
|
5d1f66d7e6
|
- .NET API: Fixed bug in IedConnection.GetFileAsync
|
4 years ago |
Michael Zillgith
|
01b1f96590
|
Merge branch 'v1.5_feature_260' into v1.5
|
4 years ago |
Michael Zillgith
|
36c65bd2e2
|
- IedConnection: Add function IedConnection_getDataSetDirectoryAsync
|
4 years ago |
Michael Zillgith
|
50fc97734e
|
- new function IedConnection_setTimeQuality - Added support to set time quality for client generated time stamps (LIB61850-280)
|
4 years ago |
Michael Zillgith
|
394bf4ccba
|
- IED client: added function IedConnection_createDataSetAsync
|
4 years ago |
Michael Zillgith
|
ce9584d122
|
- IED client: added new function IedConnection_deleteDataSetAsync
|
4 years ago |
Michael Zillgith
|
1b2d194694
|
- IED server: For SBOes check test flag match when accepting operate (sSBOes8)
|
4 years ago |
Michael Zillgith
|
f6110c1158
|
- updated API documentation for command termination handler
|
4 years ago |
Michael Zillgith
|
176de25ca0
|
- IEC 61850 client: IedConnection - list of client control objects is protected by a lock
|
5 years ago |
Michael Zillgith
|
131fcf5236
|
* IEC 61850 client: added missing check in ClientReportControlBlock_getConfRev
|
5 years ago |
Michael Zillgith
|
920eabe31f
|
- IEC 61850 client: ReasonForInclusion type is now int to be compatible
with C++
|
5 years ago |
Michael Zillgith
|
d85b7ac777
|
- IEC 61850 client: reporting - support data set entries with multiple reasons for inclusion
|
5 years ago |
Michael Zillgith
|
12d703e453
|
- IEC 61850 server: Added ControlAction_setError function - with this function the user application can control the error code used in LastApplError and CommandTermination messages
|
5 years ago |
Michael Zillgith
|
5e16971bbf
|
- updated documentation
|
6 years ago |
Michael Zillgith
|
320f511d33
|
- IEC 61850 client: Added functions IedConnection_setRequestTimeout and IedConnection_getRequestTimeout to C API and IedConnection.RequestTimeout property to .NET API
|
6 years ago |
Michael Zillgith
|
74d78d0618
|
updated server substitution example
|
6 years ago |
Michael Zillgith
|
6c14425ca8
|
- IEC 61850 server: refactored control model API (changed handler signatures, added ControlAction object to access origin and set addCause value, ...)
- IEC 61850 client: added ControlObjectClient_getLastError function
|
6 years ago |
Michael Zillgith
|
8ffbd9f265
|
- removed function MmsValue_deleteIfNotNull (now MmsValue_delete does check for NULL)
|
7 years ago |
Michael Zillgith
|
b35a566145
|
- IEC 61850 server: fixed problem in report module
|
7 years ago |
Michael Zillgith
|
3d8ab44a49
|
- MMS client: improved handling of malformed messages when reading data
- MMS client: improved handling of malformed messages when receiving reports
- MMS client: fixed potential memory leak when receiving malformed messages
|
7 years ago |
Michael Zillgith
|
b6c9a56d4a
|
- .NET API: added more async functions
- .NET API: added GetFileDirectoryEx function
. file-tool: add "s" option to send only a single get file directory request
|
7 years ago |
Michael Zillgith
|
388337a60d
|
- IEC 61850 client: added support for non-thread mode (IedConnection_createEx, IedConnection_tick)
- added example for non-thread mode client and asynchronous API
|
7 years ago |
Michael Zillgith
|
3e30910319
|
- IEC 61850 client: added missing async functions for files
|
7 years ago |
Michael Zillgith
|
618a84d37c
|
- IEC 61850 client: add public header for function ControlObjectClient_createEx to create a client control object without the need to request information from the server
|
7 years ago |
Michael Zillgith
|
91c22b3193
|
- IEC 61850 server: added IedServer_updateCtlModel function to change control model at runtime
|
7 years ago |
Michael Zillgith
|
89d623866e
|
- IEC 61850 client: add function IedConnection_getFileAsync
|
7 years ago |
Michael Zillgith
|
d0f4c06d62
|
- IEC 61850 client: added functions IedConnection_getLogicalDeviceVariables, IedConnection_getLogicalDeviceDataSets, and IedConnection_getLogicalDeviceDataSetsAsync to address #89
|
7 years ago |
Michael Zillgith
|
46211a01e7
|
- IEC 61850 client: IedConnection - added CONNECTING AND CLOSING states - removed IDLE state (now only CLOSED)
|
7 years ago |
Michael Zillgith
|
43e0fb4d05
|
- IEC 61850 Client: ControlObjectClient - added async control actions
|
7 years ago |
Michael Zillgith
|
1cc350ed4a
|
- IEC 61850 client: implemented IedConnection_writeDataSetValuesAsync
|
7 years ago |
Michael Zillgith
|
c04b4e928d
|
- IEC 61850 client: implemented IedConnection_readDataSetValuesAsync
|
7 years ago |
Michael Zillgith
|
836892849c
|
- IEC 61850 client: improved support for segmented report handling
|
7 years ago |
Michael Zillgith
|
e90d5d44fa
|
- IEC 61850 client: added async discovery functions
|
7 years ago |
Michael Zillgith
|
44d8ad8d15
|
- IEC 61850/MMS client: changed all invokeId parameters in async callbacks to uint32_t
|
7 years ago |
Michael Zillgith
|
7ec38e9615
|
- IEC 61850 client: added async client side RCB handling
|
7 years ago |
Michael Zillgith
|
2b7dc5c5fe
|
- added API export/internal decorations
- removed .def files for windows
|
7 years ago |
Michael Zillgith
|
5201473262
|
- IEC 61850 client: added more prototypes for async client API
|
7 years ago |
Michael Zillgith
|
e6884d721b
|
- IEC 61850 client: added asynchronous query log functions
|
7 years ago |
Michael Zillgith
|
54d8fb74d7
|
- IEC 61850 client: added async versions for connect, abort, release, get variable specification, write object
|
7 years ago |
Michael Zillgith
|
56d7ee4f0b
|
- IEC 61850/MMS client: Add support for write variable for array element with component
- added lost README file for winpcap
|
7 years ago |
Michael Zillgith
|
a7cb12f5b0
|
- IEC 61850 client: added new function ControlObjectClient_getCtlValType to simplify control handling
|
7 years ago |
Michael Zillgith
|
60aa022d54
|
- updated documentation
|
7 years ago |
Michael Zillgith
|
f54936045f
|
- updated documentation for ClientReport API
|
7 years ago |
Michael Zillgith
|
49208df7f4
|
- removed ATTRIBUTE_PACKED
|
8 years ago |
Michael Zillgith
|
a07f2cceda
|
- IEC 61850 client: Added ClientGooseControlBlock_getDstAddress/ClientGooseControlBlock_setDstAddress; marked old access functions deprecated
|
8 years ago |
Michael Zillgith
|
81e18261bc
|
- .NET API: Added support for SVCB handling
|
8 years ago |
Michael Zillgith
|
214bcaa39d
|
- IEC 61850/MMS: added TLS for IedConnection
- fixed Makefile to use correct TLS configuration
|
8 years ago |