Michael Zillgith
|
bc29a0b048
|
- IEC 61850 client: avoid double free when operate and select-with-value on APC fails
|
5 years ago |
Michael Zillgith
|
b6b94b0438
|
- fixed VS compilation problems
|
5 years ago |
Michael Zillgith
|
c4a5fd2f27
|
- IEC 61850 client: fixed memory leak in async select function
|
5 years ago |
Michael Zillgith
|
4254af3ff9
|
IEC 61850 client: ControlObjectClient_getLastError provides access to data access error information of last control action
|
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
|
0d2775742a
|
- IEC 61850 client: fixed problems in ClientReportControlBlock_create (see github #134)
|
7 years ago |
Michael Zillgith
|
1d61afaa8b
|
- C library: removed C++ style line comments
|
7 years ago |
Michael Zillgith
|
0842097b7e
|
- IEC 61850 server: fixed some small bugs and compiler warnings
- IEC 61850 server: retrun object-access-unsupported when ctlModel is status-only
|
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
|
cad88b67a1
|
- IEC 61850 client: fixed bug in new control object client implmentation - missing free for oper variable specification
|
7 years ago |
Michael Zillgith
|
2c5fb89449
|
- IEC 61850 client: implemented tissue 1178 client side (select-response+ is non-NULL)
|
7 years ago |
Michael Zillgith
|
43e0fb4d05
|
- IEC 61850 Client: ControlObjectClient - added async control actions
|
7 years ago |
Michael Zillgith
|
f644b8d777
|
- IEC 61850 client: ControlObjectClient - avoid crash when "ctlVal" is not present in "Oper", also accept "setMag" instead of "ctlVal".
|
7 years ago |
Michael Zillgith
|
7ec38e9615
|
- IEC 61850 client: added async client side RCB handling
|
7 years ago |
Michael Zillgith
|
9995a7cfc4
|
- IEC 61850 client: fixed bug in select response handling
|
7 years ago |
Michael Zillgith
|
a7cb12f5b0
|
- IEC 61850 client: added new function ControlObjectClient_getCtlValType to simplify control handling
|
7 years ago |
Michael Zillgith
|
7b98f368dc
|
- some code reformating
|
8 years ago |
Michael Zillgith
|
f5927cfd68
|
- IEC 61850 client: fixed bug in APC control handling
|
8 years ago |
Michael Zillgith
|
9ad549592d
|
- refactoring names in string_utils.h/.c
- fixed bug in StringUtils_copySubString
|
9 years ago |
Michael Zillgith
|
d81e9e1c19
|
- implemente ControlObjectClient_setTestMode function, also for C# wrapper
|
9 years ago |
Michael Zillgith
|
61534daa99
|
- fixed: client control object crashes when orIdent is set to NULL -> now sends empty octet string
|
9 years ago |
Michael Zillgith
|
8f45ac88c6
|
- added functions ControlObjectClient_setInterlockCheck and ControlObjectClient_setSynchroCheck to replace the functions ControlObjectClient_enableInterlockCheck and ControlObjectClient_enableSynchroCheck
|
9 years ago |
Michael Zillgith
|
64199f791c
|
- changed ControlObjectClient_create function: doesn't read "Oper" and uses GetVarSpec instead of GetNameList service
|
10 years ago |
Michael Zillgith
|
94a98bcc6d
|
- added client side control service support for edition 1/2 APC CDCs
|
10 years ago |
Michael Zillgith
|
5ef1da7ac2
|
- added function ControlObjectClient_useConstantT to enable constant T parameter value during a control sequence
|
10 years ago |
Michael Zillgith
|
8c91a53ea9
|
- fixed bug #357: buffer overflow in client control modul with long IED+LD names
|
10 years ago |
Michael Zillgith
|
2f771f6e29
|
- fixed ctlNum bug in client control implementation
|
11 years ago |
Michael Zillgith
|
f70d43b99b
|
- changed FC names (added prefix IEC61850_FC_).
|
11 years ago |
Michael Zillgith
|
d0676ba305
|
- added IedServer_setGooseInterfaceId function to set ethernet interface for GOOSE at runtime
|
11 years ago |
Michael Zillgith
|
a3ae9cb589
|
- added additional "const" modifiers to API functions
|
11 years ago |
Michael Zillgith
|
5bc9834b74
|
- client updates internal ctlVal on operate and SBOw, and opertime on operate
|
11 years ago |
Michael Zillgith
|
375b1a9c12
|
- added access function to data set references for reports to client API C/C#
- renamed function MmsValue_createEmptyArray (fixed typo "Emtpy")
- added some missing API functions to windows DLL def files
|
11 years ago |
Michael Zillgith
|
b5e319b904
|
- updated to version 0.8.3-dev
|
11 years ago |