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
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
4a8245caf3
LogServies API added
2 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
05f32320e1
- added function to get timestamp of received command (ControlAction_getT) (LIB61850-422)
1 year ago
Michael Zillgith
1a0bc8ab8b
- .NET API: added function IedServer.HandlerWriteAccessForDataObject (LIB61850-437)
1 year ago
Michael Zillgith
3036f99f8f
- .NET API: Save TLSConfiguration instance in IedServer to avoid garbage
...
collection (LIB61850-410)
2 years ago
Michael Zillgith
9fa68a9d93
- IED server: added ControlAction_getSynchroCheck and ControlAction_getInterlockCheck functions
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
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
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
c3191b2864
- .NET API: added additional properties for Server.ReportControlBlock
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
d036b09712
- added .NET wrapper for RCBEventHandler
4 years ago
Michael Zillgith
982b1097fc
- .NET API: fixed bug - server write access handler causes
...
"CallbackOnCollectedDelegate" exception (LIB61850-236)
4 years ago
Michael Zillgith
da08489bc3
- .NET API: Fixed memory release problem in method
...
ModelNode.GetObjectReference
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
cb3f460fcf
- .NET API: added functions to access DataAttribute properties
4 years ago
Michael Zillgith
530cdc0383
- .NET API: added function IedModel.GetDeviceByInst
4 years ago
Michael Zillgith
cda2eba93b
- .NET API: added LogControlBlock and SettingGroupControlBlock classed
...
to added LCBs and setting groups to server data model
4 years ago
Michael Zillgith
ee9d6656b3
- .NET API: Added GSEControlBlock class to add GoCBs to server data
...
model
4 years ago
Michael Zillgith
56bda24641
- .NET API: Added method ReportControlBlock.SetPreconfiguredClient
4 years ago
Michael Zillgith
5ba428fa5b
- .NET API: MmsValue - added functions to create empty visible string and set visible string value
...
- .NET API: DataAttribute - save data attribute type
4 years ago
Michael Zillgith
c4dcd37449
- added new function DataAttribute_setValue
5 years ago
Michael Zillgith
d5d8b70dc2
- .NET API: Added additional ModelNode methods. Added additional method IedServer.HandleWriteAccessForComplexAttribute. Fixed some problems with WriteAccessHandler.
5 years ago
Michael Zillgith
5afa1310f3
- IED server: Add function ModelNode_getObjectReferenceEx
5 years ago
Michael Zillgith
cdd00da057
- .NET API: Added IDisposable interface to IedServer and IedModel classes
...
- .NET API: Added method IedModel.SetIedName
5 years ago
Michael Zillgith
ae4f940753
- .NET API: Added support for SelectStateChangedHandler
...
- .NET API: Added ModelNode.GetObjectReference
5 years ago
Michael Zillgith
1fcbad0b65
- .NET API: added ControlAction.SetError method
5 years ago
andy1547
ff53028ec4
Added various dotnet methods required for server configuration ( #216 )
...
- Added the ability to set/read URCB buffer size in dotnet.
- Added IedServer_getNumberOfOpenConnections, ClientConnection_getLocalAddress and server identity methods for dotnet.
Co-authored-by: Andrew Moorcroft <andrew.moorcroft@nortechonline.co.uk>
6 years ago
Michael Zillgith
bfef9ce5e9
- .NET API: added IedServer:setServerIdentity method
6 years ago
andy1547
0e71091830
Added missing CDC creation methods for dotnet ( #201 )
...
* Added enumerated status CDC creation method for dotnet.
* Added APC and SPC CDC creation methods for dotnet.
* Fixed typo in method name.
* Added BCR CDC creation method for dotnet.
* Added ENC creation method for dotnet.
* Added remaining missing CDC creation methods for dotnet.
6 years ago
Michael Zillgith
6cbadb4b45
- IED server: added new function ControlAction_isSelect
6 years ago
Michael Zillgith
881ebac3dc
- .NET API: added ControlAction.GetControlTime methods
6 years ago
Michael Zillgith
5bd03b0611
- IED server: added function ConfigFileParser_createModelFromConfigFileEx with filename as argument to avoid dependency on FileSystem_... functions
...
- .NET projects: changed target framework of some project files to v4.0
6 years ago
Michael Zillgith
e4c3875e3e
IEC 61850 server: added function ControlAction_getCtlNum to access ctlNum value inside control handlers
6 years ago
Michael Zillgith
8099734f11
- .NET API: adopted to new server side control API
6 years ago
Michael Zillgith
49d06cc9d3
- NET API: added TLS support for server side
7 years ago
Michael Zillgith
48b14619a3
- .NET API: Added IedServerConfig class
7 years ago
Michael Zillgith
eb97d64ae2
- .NET API: updated marshaling of bool types in pinvoke code
7 years ago