Michael Zillgith
|
9db516350b
|
- updated doc comment
|
2 years ago |
Michael Zillgith
|
d129b8458a
|
- make write access to RCB elements configurable according to ReportSettings (LIB61850-404)
|
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
|
a786198c87
|
Merge branch 'v1.6_develop_387' into v1.6_develop
|
2 years ago |
Michael Zillgith
|
aa863f35f0
|
- IED server: added callback to control access to data model directories (get-name-list requests)(LIB61850-396)
|
2 years ago |
Michael Zillgith
|
7e3b7991d5
|
- added doxygen comments for new access callback functions (LIB61850-381)
|
3 years ago |
Michael Zillgith
|
41ed0dd51a
|
- implemented access control callbacks for logs and LCBs (LIB61850-392)
|
3 years ago |
Michael Zillgith
|
76dbcb4496
|
- IED server: Implemented read/write access control to RCBs (LIB61850-391)
|
3 years ago |
Michael Zillgith
|
9fa68a9d93
|
- IED server: added ControlAction_getSynchroCheck and ControlAction_getInterlockCheck functions
|
3 years ago |
Michael Zillgith
|
e77bd15134
|
- added new callback function headers for dataset access (LIB61850-387)
|
3 years ago |
Michael Zillgith
|
6895d8214b
|
- MMS server: add function to ignore client requests (for test purposes)
|
3 years ago |
Michael Zillgith
|
a3a6f2c77f
|
- IED Server: added function to set time quality for internally updated times (LIB61850-372)
|
3 years ago |
Michael Zillgith
|
bfc0e213c7
|
- removed deprecated compatibility defined for very old library versions
|
3 years ago |
Michael Zillgith
|
f9a7918fbe
|
- fixed - missing API export declarations for functions IedServerConfig_setSyncIntegrityReportTimes and IedServerConfig_getSyncIntegrityReportTimes (LIB61850-353)
|
3 years ago |
Michael Zillgith
|
75c1e89bba
|
- Added functions to access fraction of second part of Timestamp (LIB61850-345)
|
3 years ago |
Michael Zillgith
|
7099535a39
|
Merge branch 'v1.5_develop' into v1.6_develop
|
3 years ago |
Michael Zillgith
|
cfbe677bc5
|
- added feature: synchronization of integrity report times (LIB61850-323)
- fixed potential memory access problems in ReportControlBlock getter functions
|
3 years ago |
Michael Zillgith
|
c76b5dd2da
|
- server reporting: added code to prevent race condition with
RCBEventHandler
|
3 years ago |
Michael Zillgith
|
bb7c2421cd
|
- server: added RCBEventHandler event types REPORT_CREATED and OVERFLOW
|
3 years ago |
Michael Zillgith
|
ee948a0c08
|
- added function ReportControlBlock_getResv
|
3 years ago |
Michael Zillgith
|
1954da2b78
|
- .NET API: added IedServer.GetFunctionalConstrainedData method
(LIB61850-317)
|
3 years ago |
Michael Zillgith
|
d4312d21ac
|
- fixed bugs in ReportControlBlock getter functions and .NET wrapper
code
|
3 years ago |
Michael Zillgith
|
5d1f66d7e6
|
- .NET API: Fixed bug in IedConnection.GetFileAsync
|
4 years ago |
Michael Zillgith
|
81b26f1cb6
|
- added more ReportControlBlock methods
|
4 years ago |
Michael Zillgith
|
b374644d30
|
- added functions Timestamp_fromMmsValue and Quality_toMmsValue
|
4 years ago |
Michael Zillgith
|
b27681f408
|
- implemented GET_PARAMETER event for IedServer_RCBEventHandler
- implemented additional access functions for ReportControlBlock to allow access to runtime values
|
4 years ago |
Michael Zillgith
|
94563cb9f6
|
- additional methods for ReportControlBlock
|
4 years ago |
Michael Zillgith
|
83e21e207b
|
- added additional events for IedServer_RCBEventHandler
|
4 years ago |
Michael Zillgith
|
88148f39ac
|
- added IedServer_RCBEventHandler
|
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
|
ce13002ce1
|
- added const qualifiers to API functions (#348)
|
4 years ago |
Michael Zillgith
|
659dd49338
|
- reworked server side array handling (-> incompatible data model structure changes!)
|
4 years ago |
Michael Zillgith
|
8755019986
|
- IED server: implemented functional naming
|
4 years ago |
Michael Zillgith
|
25394b11e1
|
Merge branch 'v1.5' of https://github.com/mz-automation/libiec61850 into v1.6
|
4 years ago |
Michael Zillgith
|
9a2fd3e23e
|
- started to implement functional naming for LDs
|
4 years ago |
Michael Zillgith
|
de3aba0cb6
|
- .NET API: added support for server integrated GOOSE publisher
- IED server: fixed bug in GoCBEventHandler
|
4 years ago |
Michael Zillgith
|
1b2d194694
|
- IED server: For SBOes check test flag match when accepting operate (sSBOes8)
|
4 years ago |
Michael Zillgith
|
cb3f460fcf
|
- .NET API: added functions to access DataAttribute properties
|
4 years ago |
Michael Zillgith
|
f6110c1158
|
- updated API documentation for command termination handler
|
4 years ago |
Michael Zillgith
|
7540b6a8d7
|
- Fixed problem with installed headers - application code does not compile only with installed headers
|
4 years ago |
Michael Zillgith
|
3532623319
|
- IED server: Goose publisher - set NdsCom when data set not configured or GoEna fails because of large data set
|
5 years ago |
Michael Zillgith
|
c4dcd37449
|
- added new function DataAttribute_setValue
|
5 years ago |
Michael Zillgith
|
ea268b46a7
|
- IED server: make presence of RCB.Owner configurable at runtime with function IedServerConfig_enableOwnerForRCB (B1502/S1634)
|
5 years ago |
Michael Zillgith
|
fd3847dcc5
|
- IED server: make presence of BRCB.ResvTms configurable at runtime with function IedServerConfig_enableResvTmsForBRCB (F1558)
|
5 years ago |
Michael Zillgith
|
842bc271cd
|
- IED server: added new function IedServer_handleWriteAccessForComplexAttribute. Changed WriteAccessHandler behavior when ACCESS_POLICY_ALLOW.
|
5 years ago |
Michael Zillgith
|
cc905b5013
|
- IED server/model: Added additional functions for ModelNode access
|
5 years ago |