Commit Graph

217 Commits (52047baab4354c92747616b93a63c6f622118fda)

Author SHA1 Message Date
Maxson Ramon dos Anjos Medeiros e9bfc53698 rename c and c# handlers 1 month ago
Maxson Ramon dos Anjos Medeiros ee224b611c Change c handers to private 1 month ago
Maxson Anjos aa9a8dc2de Merged in v1.6_develop_394 (pull request #4)
V1.6 develop 394

Approved-by: Michael Zillgith
1 month ago
Maxson Ramon dos Anjos Medeiros 29403f39f7 Copyright header added to SMVControlBlock file and CHANGELOG updated 1 month ago
Maxson Ramon dos Anjos Medeiros 37a857e128 C -> LIB61850_API SVControlBlock_getName added
.NET -> Wrapper for SVControl ge_name added, called inside of SMVHandler
1 month ago
Maxson Ramon dos Anjos Medeiros f2940775f6 Add SV control handler 1 month ago
Maxson Ramon dos Anjos Medeiros 5c6ef51159 ->Add ICD test file example to .net Tools;
->Add IEC61850Model/SVControlBlock.cs;
->Add SVCBHandler to .net
1 month ago
Maxson Ramon dos Anjos Medeiros cc4f25d122 -> Add wrapper for GetActiveSettingGroupChangedHandler 1 month ago
Maxson Ramon dos Anjos Medeiros bfa4631eea ->Add –GetChildWithFc on DataObject model, so we can get the DA fc=SE for the SGCB handler 1 month ago
Maxson Ramon dos Anjos Medeiros db0f5b5c9b Add LoadActiveSgValues on control example 1 month ago
Maxson Ramon dos Anjos Medeiros ba9c255aa0 ->SetEditSettingGroupConfirmationHandler 1 month ago
Maxson Ramon dos Anjos Medeiros f3f1ef5cc4 ->SetEditSettingGroupChangedHandler 1 month ago
Maxson Ramon dos Anjos Medeiros 81af5a159c ->SetActiveSettingGroupChangedHandler;
->Update model.cfg with settingGroup
1 month ago
Michael Zillgith 5edfd5932f - .NET API: added documentation related to LogStorage (LIB61850-461) 2 months ago
Michael Zillgith cbcee0a41e - removed unnecessary variable initialization 2 months ago
Michael Zillgith 62b969937a - code format update 2 months ago
Maxson Ramon dos Anjos Medeiros c1a117f038 SetDirectoryAccessHandler added 2 months ago
Maxson Ramon dos Anjos Medeiros 9b90cb2192 SetReadAccessHandler added 2 months ago
Maxson Ramon dos Anjos Medeiros b81279e442 API DataSet access handler added 2 months ago
Maxson Ramon dos Anjos Medeiros 5276813de3 API ControlBlock access handler added 2 months ago
Maxson Ramon dos Anjos Medeiros e13f44b716 Merge remote-tracking branch 'origin/v1.6_develop_486' into v1.6_develop
Merge branch v1.6_develop_486 .NET API: TLS
2 months ago
Maxson Ramon dos Anjos Medeiros b1bcdad4da Upgrade all examples to .net8 2 months ago
Maxson Ramon dos Anjos Medeiros 4a8245caf3 LogServies API added 2 months ago
Michael Zillgith 458d740c9a - .NET API: added missing TLS related functions (LIB61850-486) 2 months ago
Maxson Ramon dos Anjos Medeiros 1cda600ea1 Clean sclLib code -> remove auto commented code 3 months ago
Michael Zillgith 0f627cc250 .NET API: Added missing parameter isDyn for function IedServerConfig.SetReportSetting 9 months ago
Michael Zillgith 4913fd158d - .NET API: fixed from wrong function name SqliteLogStorage_createInstanceEx to SqliteLogStorage_createInstance 11 months ago
Michael Zillgith b86806ef13 - .NET API: added support for server side log service (LIB61850-461) 11 months ago
Michael Zillgith ae02944918 - .NET API: Added properties to MmsVariableSpecification class (LIB61850-460) 11 months ago
Michael Zillgith 08eb41acc9 - .NET API: Added functions SetReportSetting and GetReportSetting to IedServerConfig (LIB61850-404) 1 year ago
Michael Zillgith e3a67573f7 - .NET API: Added functions to set minimum and maximum TLS version
- .NET API: Added functions to configure the used cipher suites
1 year ago
Maxson Ramon dos Anjos Medeiros 462e9c3851 -added function to set the number of outstanding calls-
IedConnection_setMaxOutstandingCalls (LIB61850-433)
1 year ago
Michael Zillgith 05f32320e1 - added function to get timestamp of received command (ControlAction_getT) (LIB61850-422) 1 year ago
Michael Zillgith 0b57f143b5 - .NET API: added function IedServer.IgnoreClientRequests and IedServer.IgnoreReadAccess 1 year ago
Michael Zillgith 569c4a5c20 - .NET API: Added toString method for IedClientError (calling native function IedClientError_toString) 1 year ago
Michael Zillgith 1a0bc8ab8b - .NET API: added function IedServer.HandlerWriteAccessForDataObject (LIB61850-437) 1 year ago
Michael Zillgith 933388128c - .NET API: fixed - crash when GetDataSetDirectoryAsync returns error
(LIB61850-434)
1 year ago
Michael Zillgith fd4fe9ad35 - .NET API: Added finalizer to ControlObject (#459) 2 years ago
Michael Zillgith 3036f99f8f - .NET API: Save TLSConfiguration instance in IedServer to avoid garbage
collection (LIB61850-410)
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 9fa68a9d93 - IED server: added ControlAction_getSynchroCheck and ControlAction_getInterlockCheck functions 3 years ago
Michael Zillgith f7ff7d0675 - fixed - .NET: IedConenction.WriteDataSetValues throws a
NullReferenceException (LIB61850-384)
3 years ago
Michael Zillgith 81149cd32a - .NET API: Added support for TLS event handler (LIB61850-373) 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 f61c58dd35 - added TLSConnection object to provide more context in TLS event callback (LIB61850-366) 3 years ago
Michael Zillgith 75c1e89bba - Added functions to access fraction of second part of Timestamp (LIB61850-345) 3 years ago
Michael Zillgith 0865b6fd99 - .NET API: Added support for functional naming to LogicalDevice 3 years ago
Michael Zillgith fd514f32d6 - added IedServerConfig_setSyncIntegrityReportTimes/IedServerConfig_setSyncIntegrityReportTimes wrapper to .NET API (LIB61850-323) 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