diff --git a/CMakeLists.txt b/CMakeLists.txt index 43ab14267..263529558 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ # Main CMakeLists. # -# @author Steffen Vogel +# @author Steffen Vogel # @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC # @license Apache 2.0 ################################################################################### diff --git a/README.md b/README.md index 7e1b0e058..987246af1 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ For other licensing options please consult [Prof. Antonello Monti](mailto:amonti [![EONERC ACS Logo](doc/pictures/eonerc_logo.png)](http://www.acs.eonerc.rwth-aachen.de) -- Steffen Vogel +- Steffen Vogel - Marija Stevic [Institute for Automation of Complex Power Systems (ACS)](http://www.acs.eonerc.rwth-aachen.de) diff --git a/clients/CMakeLists.txt b/clients/CMakeLists.txt index 55296dbab..53b6c278e 100644 --- a/clients/CMakeLists.txt +++ b/clients/CMakeLists.txt @@ -1,6 +1,6 @@ # CMakeLists.txt. # -# @author Steffen Vogel +# @author Steffen Vogel # @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC # @license Apache 2.0 ################################################################################### diff --git a/clients/matlab/receiver.m b/clients/matlab/receiver.m index 3a24f0e3a..3cb234458 100644 --- a/clients/matlab/receiver.m +++ b/clients/matlab/receiver.m @@ -1,7 +1,7 @@ % Simple MATLAB code to receive VILLAS UDP samples % % @author Megha Gupta -% @author Steffen Vogel +% @author Steffen Vogel % @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC % @license Apache 2.0 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% diff --git a/clients/opal/CMakeLists.txt b/clients/opal/CMakeLists.txt index 08b9261a7..774b83339 100644 --- a/clients/opal/CMakeLists.txt +++ b/clients/opal/CMakeLists.txt @@ -1,6 +1,6 @@ # CMakeLists.txt. # -# @author Steffen Vogel +# @author Steffen Vogel # @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC # @license Apache 2.0 ################################################################################### diff --git a/clients/opal/models/send_receive/Makefile.mk b/clients/opal/models/send_receive/Makefile.mk index 2204f5b2b..8632312f8 100644 --- a/clients/opal/models/send_receive/Makefile.mk +++ b/clients/opal/models/send_receive/Makefile.mk @@ -1,6 +1,6 @@ # Makefile. # -# @author Steffen Vogel +# @author Steffen Vogel # @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC # @license Apache 2.0 ################################################################################### diff --git a/clients/opal/models/send_receive/include/config.h b/clients/opal/models/send_receive/include/config.h index fc806724b..bd2e88a24 100644 --- a/clients/opal/models/send_receive/include/config.h +++ b/clients/opal/models/send_receive/include/config.h @@ -1,7 +1,7 @@ /** Compile-time configuration. * * @file - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache 2.0 *********************************************************************************/ diff --git a/clients/opal/models/send_receive/include/msg.h b/clients/opal/models/send_receive/include/msg.h index 2b771bb4c..a2726756e 100644 --- a/clients/opal/models/send_receive/include/msg.h +++ b/clients/opal/models/send_receive/include/msg.h @@ -1,7 +1,7 @@ /** Message related functions * * @file - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache 2.0 *********************************************************************************/ diff --git a/clients/opal/models/send_receive/include/msg_format.h b/clients/opal/models/send_receive/include/msg_format.h index 372e403a4..bcbb45824 100644 --- a/clients/opal/models/send_receive/include/msg_format.h +++ b/clients/opal/models/send_receive/include/msg_format.h @@ -1,7 +1,7 @@ /** Message format * * @file - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache 2.0 *********************************************************************************/ diff --git a/clients/opal/models/send_receive/include/socket.h b/clients/opal/models/send_receive/include/socket.h index de92bed40..f8f6d41dc 100644 --- a/clients/opal/models/send_receive/include/socket.h +++ b/clients/opal/models/send_receive/include/socket.h @@ -1,7 +1,7 @@ /** Helper functions for sockets. * * @file - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache 2.0 *********************************************************************************/ diff --git a/clients/opal/models/send_receive/include/utils.h b/clients/opal/models/send_receive/include/utils.h index c3a56e26e..0ea275c5c 100644 --- a/clients/opal/models/send_receive/include/utils.h +++ b/clients/opal/models/send_receive/include/utils.h @@ -1,7 +1,7 @@ /** Configure scheduler. * * @file - * @author Steffen Vogel + * @author Steffen Vogel * @author Mathieu Dubé-Dallaire * @copyright 2003, OPAL-RT Technologies inc * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC diff --git a/clients/opal/models/send_receive/src/compat.c b/clients/opal/models/send_receive/src/compat.c index 41ae645dd..f5958b3ba 100644 --- a/clients/opal/models/send_receive/src/compat.c +++ b/clients/opal/models/send_receive/src/compat.c @@ -3,7 +3,7 @@ * OPAL-RT's libSystem.a links against some Intel * * @file - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache 2.0 *********************************************************************************/ diff --git a/clients/opal/models/send_receive/src/main.asv b/clients/opal/models/send_receive/src/main.asv index 90f2cc452..0046dc9f1 100644 --- a/clients/opal/models/send_receive/src/main.asv +++ b/clients/opal/models/send_receive/src/main.asv @@ -1,7 +1,7 @@ /** Main routine of AsyncIP. * * @file - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache 2.0 *********************************************************************************/ diff --git a/clients/opal/models/send_receive/src/main.c b/clients/opal/models/send_receive/src/main.c index 0d8f0a4db..12975126d 100644 --- a/clients/opal/models/send_receive/src/main.c +++ b/clients/opal/models/send_receive/src/main.c @@ -1,7 +1,7 @@ /** Main routine of AsyncIP. * * @file - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache 2.0 *********************************************************************************/ diff --git a/clients/opal/models/send_receive/src/msg.c b/clients/opal/models/send_receive/src/msg.c index e29cfb892..5cc9c7fd9 100644 --- a/clients/opal/models/send_receive/src/msg.c +++ b/clients/opal/models/send_receive/src/msg.c @@ -1,6 +1,6 @@ /** Message related functions. * - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache 2.0 *********************************************************************************/ diff --git a/clients/opal/models/send_receive/src/socket.c b/clients/opal/models/send_receive/src/socket.c index 238f6699b..c6cbd94fd 100644 --- a/clients/opal/models/send_receive/src/socket.c +++ b/clients/opal/models/send_receive/src/socket.c @@ -1,6 +1,6 @@ /** Helper functions for sockets. * - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache 2.0 *********************************************************************************/ diff --git a/clients/opal/models/send_receive/src/utils.c b/clients/opal/models/send_receive/src/utils.c index 7ad7660d2..3a8118ed2 100644 --- a/clients/opal/models/send_receive/src/utils.c +++ b/clients/opal/models/send_receive/src/utils.c @@ -1,6 +1,6 @@ /** Configure scheduler. * - * @author Steffen Vogel + * @author Steffen Vogel * @author Mathieu Dubé-Dallaire * @copyright 2003, OPAL-RT Technologies inc * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC diff --git a/clients/shmem/CMakeLists.txt b/clients/shmem/CMakeLists.txt index bddd92a23..0cffc905f 100644 --- a/clients/shmem/CMakeLists.txt +++ b/clients/shmem/CMakeLists.txt @@ -1,6 +1,6 @@ # CMakeLists.txt. # -# @author Steffen Vogel +# @author Steffen Vogel # @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC # @license Apache 2.0 ################################################################################### diff --git a/cmake/FindEtherlab.cmake b/cmake/FindEtherlab.cmake index a28fa1a55..bd343ac5e 100644 --- a/cmake/FindEtherlab.cmake +++ b/cmake/FindEtherlab.cmake @@ -1,7 +1,7 @@ # CMakeLists.txt. # # @author Niklas Eiling -# @author Steffen Vogel +# @author Steffen Vogel # @copyright 2018, Institute for Automation of Complex Power Systems, EONERC # @license Apache 2.0 ################################################################################### diff --git a/cmake/FindIBVerbs.cmake b/cmake/FindIBVerbs.cmake index b864761e5..57315d6c8 100644 --- a/cmake/FindIBVerbs.cmake +++ b/cmake/FindIBVerbs.cmake @@ -1,6 +1,6 @@ # CMakeLists.txt. # -# @author Steffen Vogel +# @author Steffen Vogel # @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC # @license Apache 2.0 ################################################################################### diff --git a/cmake/FindOpal.cmake b/cmake/FindOpal.cmake index 13a414e96..1d659e883 100644 --- a/cmake/FindOpal.cmake +++ b/cmake/FindOpal.cmake @@ -1,6 +1,6 @@ # CMakeLists.txt. # -# @author Steffen Vogel +# @author Steffen Vogel # @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC # @license Apache 2.0 ################################################################################### diff --git a/cmake/FindRDMACM.cmake b/cmake/FindRDMACM.cmake index fcf0cdd1f..b5cbd466d 100644 --- a/cmake/FindRDMACM.cmake +++ b/cmake/FindRDMACM.cmake @@ -1,6 +1,6 @@ # CMakeLists.txt. # -# @author Steffen Vogel +# @author Steffen Vogel # @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC # @license Apache 2.0 ################################################################################### diff --git a/cmake/FindSymbol.cmake b/cmake/FindSymbol.cmake index 3381e83be..c6654ede8 100644 --- a/cmake/FindSymbol.cmake +++ b/cmake/FindSymbol.cmake @@ -1,6 +1,6 @@ # CMakeLists.txt. # -# @author Steffen Vogel +# @author Steffen Vogel # @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC # @license Apache 2.0 ################################################################################### diff --git a/cmake/VILLASnodePackaging.cmake b/cmake/VILLASnodePackaging.cmake index ccf379ce2..90fe4d003 100644 --- a/cmake/VILLASnodePackaging.cmake +++ b/cmake/VILLASnodePackaging.cmake @@ -1,6 +1,6 @@ # CMakeLists.txt. # -# @author Steffen Vogel +# @author Steffen Vogel # @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC # @license Apache 2.0 ################################################################################### diff --git a/cmake/config/Coverage.cmake b/cmake/config/Coverage.cmake index 87af440f0..ec4852bdf 100644 --- a/cmake/config/Coverage.cmake +++ b/cmake/config/Coverage.cmake @@ -1,6 +1,6 @@ # CMakeLists.txt. # -# @author Steffen Vogel +# @author Steffen Vogel # @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC # @license Apache 2.0 ################################################################################### diff --git a/cmake/config/Debug.cmake b/cmake/config/Debug.cmake index f1326e33c..37961761c 100644 --- a/cmake/config/Debug.cmake +++ b/cmake/config/Debug.cmake @@ -1,6 +1,6 @@ # CMakeLists.txt. # -# @author Steffen Vogel +# @author Steffen Vogel # @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC # @license Apache 2.0 ################################################################################### diff --git a/cmake/config/Profiling.cmake b/cmake/config/Profiling.cmake index e107d7c4d..7296d4fdf 100644 --- a/cmake/config/Profiling.cmake +++ b/cmake/config/Profiling.cmake @@ -1,6 +1,6 @@ # CMakeLists.txt. # -# @author Steffen Vogel +# @author Steffen Vogel # @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC # @license Apache 2.0 ################################################################################### diff --git a/cmake/config/Release.cmake b/cmake/config/Release.cmake index f1326e33c..37961761c 100644 --- a/cmake/config/Release.cmake +++ b/cmake/config/Release.cmake @@ -1,6 +1,6 @@ # CMakeLists.txt. # -# @author Steffen Vogel +# @author Steffen Vogel # @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC # @license Apache 2.0 ################################################################################### diff --git a/doc/CMakeLists.txt b/doc/CMakeLists.txt index 4247dd25a..4cf0e4023 100644 --- a/doc/CMakeLists.txt +++ b/doc/CMakeLists.txt @@ -1,6 +1,6 @@ # CMakeLists.txt. # -# @author Steffen Vogel +# @author Steffen Vogel # @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC # @license Apache 2.0 ################################################################################### diff --git a/doc/openapi-relay.yaml b/doc/openapi-relay.yaml index 54b88582c..9fd870414 100644 --- a/doc/openapi-relay.yaml +++ b/doc/openapi-relay.yaml @@ -7,7 +7,7 @@ info: termsOfService: 'https://www.fein-aachen.org/projects/villas-node/' contact: name: 'Steffen Vogel' - email: svogel2@eonerc.rwth-aachen.de + email: post@steffenvogel.de url: 'https://fein-aachen.org/contact/' license: name: Apache-2.0 diff --git a/doc/openapi/openapi.yaml b/doc/openapi/openapi.yaml index a4de4d4e7..5b277260b 100644 --- a/doc/openapi/openapi.yaml +++ b/doc/openapi/openapi.yaml @@ -12,7 +12,7 @@ info: contact: name: Steffen Vogel - email: svogel2@eonerc.rwth-aachen.de + email: post@steffenvogel.de url: 'https://fein-aachen.org/contact/' license: diff --git a/etc/CMakeLists.txt b/etc/CMakeLists.txt index 5d44531a8..38d9b6685 100644 --- a/etc/CMakeLists.txt +++ b/etc/CMakeLists.txt @@ -1,6 +1,6 @@ # CMakeLists.txt. # -# @author Steffen Vogel +# @author Steffen Vogel # @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC # @license Apache 2.0 ################################################################################### diff --git a/etc/eric-lab.conf b/etc/eric-lab.conf index a1fd4cc66..64a812413 100644 --- a/etc/eric-lab.conf +++ b/etc/eric-lab.conf @@ -8,7 +8,7 @@ # A detailed description of the format can be found here: # http://www.hyperrealm.com/libconfig/libconfig_manual.html#Configuration-Files # -# Author: Steffen Vogel +# Author: Steffen Vogel # Copyright: 2016, Institute for Automation of Complex Power Systems, EONERC ## diff --git a/etc/examples/example.conf b/etc/examples/example.conf index 36877dc23..bb56b247d 100644 --- a/etc/examples/example.conf +++ b/etc/examples/example.conf @@ -8,7 +8,7 @@ * A detailed description of the format can be found here: * http://www.hyperrealm.com/libconfig/libconfig_manual.html#Configuration-Files * - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache 2.0 *********************************************************************************/ diff --git a/etc/examples/global.conf b/etc/examples/global.conf index 2d5d8feca..c1bf60e63 100644 --- a/etc/examples/global.conf +++ b/etc/examples/global.conf @@ -4,7 +4,7 @@ * A detailed description of the format can be found here: * http://www.hyperrealm.com/libconfig/libconfig_manual.html#Configuration-Files * - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache 2.0 *********************************************************************************/ diff --git a/etc/gtnet-skt/emulate_gtnet.conf b/etc/gtnet-skt/emulate_gtnet.conf index c49a3ae66..c3b517c93 100644 --- a/etc/gtnet-skt/emulate_gtnet.conf +++ b/etc/gtnet-skt/emulate_gtnet.conf @@ -4,7 +4,7 @@ * A detailed description of the format can be found here: * http://www.hyperrealm.com/libconfig/libconfig_manual.html#Configuration-Files * - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache 2.0 *********************************************************************************/ diff --git a/etc/gtnet-skt/test1.conf b/etc/gtnet-skt/test1.conf index 4b8248e6a..9b670d54f 100644 --- a/etc/gtnet-skt/test1.conf +++ b/etc/gtnet-skt/test1.conf @@ -4,7 +4,7 @@ * A detailed description of the format can be found here: * http://www.hyperrealm.com/libconfig/libconfig_manual.html#Configuration-Files * - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache 2.0 *********************************************************************************/ diff --git a/etc/gtnet-skt/test2.conf b/etc/gtnet-skt/test2.conf index c5badc55f..04a492ab1 100644 --- a/etc/gtnet-skt/test2.conf +++ b/etc/gtnet-skt/test2.conf @@ -4,7 +4,7 @@ * A detailed description of the format can be found here: * http://www.hyperrealm.com/libconfig/libconfig_manual.html#Configuration-Files * - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache 2.0 *********************************************************************************/ diff --git a/etc/gtnet-skt/test3.conf b/etc/gtnet-skt/test3.conf index fe5f6a743..a99410a76 100644 --- a/etc/gtnet-skt/test3.conf +++ b/etc/gtnet-skt/test3.conf @@ -4,7 +4,7 @@ * A detailed description of the format can be found here: * http://www.hyperrealm.com/libconfig/libconfig_manual.html#Configuration-Files * - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache 2.0 *********************************************************************************/ diff --git a/etc/gtnet-skt/test4.conf b/etc/gtnet-skt/test4.conf index 7d39bb44f..2261c9111 100644 --- a/etc/gtnet-skt/test4.conf +++ b/etc/gtnet-skt/test4.conf @@ -4,7 +4,7 @@ * A detailed description of the format can be found here: * http://www.hyperrealm.com/libconfig/libconfig_manual.html#Configuration-Files * - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache 2.0 *********************************************************************************/ diff --git a/etc/gtnet-skt/test5.conf b/etc/gtnet-skt/test5.conf index 5fde77afe..3ec13249a 100644 --- a/etc/gtnet-skt/test5.conf +++ b/etc/gtnet-skt/test5.conf @@ -4,7 +4,7 @@ * A detailed description of the format can be found here: * http://www.hyperrealm.com/libconfig/libconfig_manual.html#Configuration-Files * - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache 2.0 *********************************************************************************/ diff --git a/etc/gtnet-skt/test6_gtsync_compare.conf b/etc/gtnet-skt/test6_gtsync_compare.conf index 14ac1f0ef..a9c72e708 100644 --- a/etc/gtnet-skt/test6_gtsync_compare.conf +++ b/etc/gtnet-skt/test6_gtsync_compare.conf @@ -21,7 +21,7 @@ # # $ ./pipe etc/loopback.conf node2 # -# Author: Steffen Vogel +# Author: Steffen Vogel # Copyright: 2016, Institute for Automation of Complex Power Systems, EONERC ## diff --git a/etc/js/config.js b/etc/js/config.js index a5d599f1d..8efbf78e0 100644 --- a/etc/js/config.js +++ b/etc/js/config.js @@ -7,7 +7,7 @@ * * villas node <(node /etc/villas/node/js/config.js) * - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache 2.0 *********************************************************************************/ diff --git a/etc/js/global.js b/etc/js/global.js index a2a258c1d..ddfceb43d 100644 --- a/etc/js/global.js +++ b/etc/js/global.js @@ -4,7 +4,7 @@ * A detailed description of the format can be found here: * http://www.hyperrealm.com/libconfig/libconfig_manual.html//Configuration-Files * - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache 2.0 *********************************************************************************/ diff --git a/etc/loopback.conf b/etc/loopback.conf index bad3f383d..87f3b2704 100644 --- a/etc/loopback.conf +++ b/etc/loopback.conf @@ -25,7 +25,7 @@ * A detailed description of the format can be found here: * http://www.hyperrealm.com/libconfig/libconfig_manual.html#Configuration-Files * - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache 2.0 *********************************************************************************/ diff --git a/etc/python/example.py b/etc/python/example.py index cb264e5f9..bb725cbe4 100644 --- a/etc/python/example.py +++ b/etc/python/example.py @@ -8,7 +8,7 @@ villas node <(python3 etc/python/example.py) - @author Steffen Vogel + @author Steffen Vogel @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC @license Apache 2.0 ''' diff --git a/etc/websocket-client.conf b/etc/websocket-client.conf index 583473b0a..27dc4386f 100644 --- a/etc/websocket-client.conf +++ b/etc/websocket-client.conf @@ -4,7 +4,7 @@ * A detailed description of the format can be found here: * http://www.hyperrealm.com/libconfig/libconfig_manual.html#Configuration-Files * - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache 2.0 *********************************************************************************/ diff --git a/etc/websocket-demo.conf b/etc/websocket-demo.conf index 6d8ee6385..ecc8372b0 100644 --- a/etc/websocket-demo.conf +++ b/etc/websocket-demo.conf @@ -4,7 +4,7 @@ * A detailed description of the format can be found here: * http://www.hyperrealm.com/libconfig/libconfig_manual.html#Configuration-Files * - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache 2.0 *********************************************************************************/ diff --git a/go/cmd/example.go b/go/cmd/example.go index 3e2ebcf1f..716fcd11a 100644 --- a/go/cmd/example.go +++ b/go/cmd/example.go @@ -3,7 +3,7 @@ * This example demonstrate how you can use VILLASnode's * node-types from a Go application. * - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache 2.0 *********************************************************************************/ @@ -42,7 +42,8 @@ func main() { }, { Name: "sig2", - }, { + }, + { Name: "sig3", }, }, diff --git a/go/lib/bridge.c b/go/lib/bridge.c index 5a7ecba18..719c09582 100644 --- a/go/lib/bridge.c +++ b/go/lib/bridge.c @@ -1,6 +1,6 @@ /** Bridge code for call C-function pointers from Go code * - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache 2.0 *********************************************************************************/ diff --git a/go/lib/lib.go b/go/lib/lib.go index 117c2e2f2..95cc39a6d 100644 --- a/go/lib/lib.go +++ b/go/lib/lib.go @@ -1,6 +1,6 @@ /** CGo interface for writing node-types in Go * - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache 2.0 *********************************************************************************/ @@ -42,7 +42,7 @@ func RegisterGoNodeTypes(cb C._go_register_node_factory_cb, pl C._go_plugin_list //export NewGoNode func NewGoNode(t *C.char) C.uintptr_t { - var nodeTypes = nodes.NodeTypes() + nodeTypes := nodes.NodeTypes() typ, ok := nodeTypes[C.GoString(t)] if !ok { diff --git a/go/lib/logger.go b/go/lib/logger.go index 421e3b0d0..fd613fc9c 100644 --- a/go/lib/logger.go +++ b/go/lib/logger.go @@ -1,6 +1,6 @@ /** CGo interface for VILLASnode logger * - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache 2.0 *********************************************************************************/ @@ -11,6 +11,7 @@ package main // #include // void bridge_go_logger_log(_go_logger_log_cb cb, _go_logger l, int level, char *msg); import "C" + import ( "fmt" "os" @@ -104,6 +105,7 @@ func (l *VillasLogger) Panic(msg string) { fmt.Println("Paniced") os.Exit(-1) } + func (l *VillasLogger) Panicf(format string, args ...interface{}) { l.Criticalf(format, args...) fmt.Println("Paniced") diff --git a/go/pkg/config/hook.go b/go/pkg/config/hook.go index 7d8067783..243b08e79 100644 --- a/go/pkg/config/hook.go +++ b/go/pkg/config/hook.go @@ -1,6 +1,6 @@ /** Go types for hook configuration. * - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache 2.0 *********************************************************************************/ diff --git a/go/pkg/config/node.go b/go/pkg/config/node.go index 33a76e452..d1cd3b774 100644 --- a/go/pkg/config/node.go +++ b/go/pkg/config/node.go @@ -1,6 +1,6 @@ /** Go types for node configuration. * - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache 2.0 *********************************************************************************/ @@ -12,8 +12,7 @@ type Node struct { Type string `json:"type"` } -type NodeDir struct { -} +type NodeDir struct{} type NodeLoopbackIn struct { NodeDir diff --git a/go/pkg/config/signal.go b/go/pkg/config/signal.go index e00b2688a..2935bfd3b 100644 --- a/go/pkg/config/signal.go +++ b/go/pkg/config/signal.go @@ -1,6 +1,6 @@ /** Go types for signal configuration. * - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache 2.0 *********************************************************************************/ diff --git a/go/pkg/errors/errors.go b/go/pkg/errors/errors.go index 0add642bc..75a120e00 100644 --- a/go/pkg/errors/errors.go +++ b/go/pkg/errors/errors.go @@ -1,6 +1,6 @@ /** Common error types * - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache 2.0 *********************************************************************************/ @@ -12,9 +12,7 @@ import ( ) import "fmt" -var ( - ErrEndOfFile = fmt.Errorf("end-of-file") -) +var ErrEndOfFile = fmt.Errorf("end-of-file") func ErrorToInt(e error) int { if e == nil { diff --git a/go/pkg/node/node.go b/go/pkg/node/node.go index 5d97ffc8b..e15823f88 100644 --- a/go/pkg/node/node.go +++ b/go/pkg/node/node.go @@ -1,6 +1,6 @@ /** Wrapper for using libvillas in Go applications. * - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache 2.0 *********************************************************************************/ @@ -10,6 +10,7 @@ package node // #cgo LDFLAGS: -lvillas // #include import "C" + import ( "encoding/json" "fmt" @@ -22,8 +23,10 @@ import ( "git.rwth-aachen.de/acs/public/villas/node/go/pkg/errors" ) -const MAX_SIGNALS = 64 -const NUM_HUGEPAGES = 100 +const ( + MAX_SIGNALS = 64 + NUM_HUGEPAGES = 100 +) type Node struct { inst *C.vnode @@ -80,7 +83,7 @@ func (n *Node) Reverse() error { } func (n *Node) Read(cnt int) []Sample { - var csmps = make([]*C.vsample, cnt) + csmps := make([]*C.vsample, cnt) for i := 0; i < cnt; i++ { csmps[i] = C.sample_alloc(MAX_SIGNALS) @@ -88,7 +91,7 @@ func (n *Node) Read(cnt int) []Sample { read := int(C.node_read(n.inst, (**C.vsample)(unsafe.Pointer(&csmps[0])), C.uint(cnt))) - var smps = make([]Sample, read) + smps := make([]Sample, read) for i := 0; i < read; i++ { smps[i].FromC(csmps[i]) C.sample_decref(csmps[i]) @@ -99,7 +102,7 @@ func (n *Node) Read(cnt int) []Sample { func (n *Node) Write(smps []Sample) int { cnt := len(smps) - var csmps = make([]*C.vsample, cnt) + csmps := make([]*C.vsample, cnt) for i := 0; i < cnt; i++ { csmps[i] = smps[i].ToC() @@ -112,7 +115,7 @@ func (n *Node) PollFDs() []int { var cfds [16]C.int cnt := int(C.node_poll_fds(n.inst, (*C.int)(unsafe.Pointer(&cfds)))) - var fds = make([]int, cnt) + fds := make([]int, cnt) for i := 0; i < cnt; i++ { fds[i] = int(cfds[i]) } @@ -124,7 +127,7 @@ func (n *Node) NetemFDs() []int { var cfds [16]C.int cnt := int(C.node_netem_fds(n.inst, (*C.int)(unsafe.Pointer(&cfds)))) - var fds = make([]int, cnt) + fds := make([]int, cnt) for i := 0; i < cnt; i++ { fds[i] = int(cfds[i]) } diff --git a/go/pkg/node/node_test.go b/go/pkg/node/node_test.go index e841db287..c5e1e4057 100644 --- a/go/pkg/node/node_test.go +++ b/go/pkg/node/node_test.go @@ -1,6 +1,6 @@ /** Unit tests for using libvillas in Go code. * - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache 2.0 *********************************************************************************/ @@ -37,7 +37,8 @@ func TestNode(t *testing.T) { }, { Name: "sig2", - }, { + }, + { Name: "sig3", }, }, diff --git a/go/pkg/nodes/base.go b/go/pkg/nodes/base.go index 1848d1c2e..16fe3de75 100644 --- a/go/pkg/nodes/base.go +++ b/go/pkg/nodes/base.go @@ -1,6 +1,6 @@ /** Common code for implementing node-types in Go code. * - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache 2.0 *********************************************************************************/ diff --git a/go/pkg/nodes/example/node.go b/go/pkg/nodes/example/node.go index 81c2d24f5..6e14fc296 100644 --- a/go/pkg/nodes/example/node.go +++ b/go/pkg/nodes/example/node.go @@ -1,6 +1,6 @@ /** Little example node-type written in Go code. * - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache 2.0 *********************************************************************************/ diff --git a/go/pkg/nodes/logger.go b/go/pkg/nodes/logger.go index edb5d8114..293628616 100644 --- a/go/pkg/nodes/logger.go +++ b/go/pkg/nodes/logger.go @@ -1,6 +1,6 @@ /** Logger interface. * - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache 2.0 *********************************************************************************/ diff --git a/go/pkg/nodes/loopback/node.go b/go/pkg/nodes/loopback/node.go index 488b22dcc..6c196fe12 100644 --- a/go/pkg/nodes/loopback/node.go +++ b/go/pkg/nodes/loopback/node.go @@ -1,6 +1,6 @@ /** Simple loopback node-type written in Go code. * - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache 2.0 *********************************************************************************/ diff --git a/go/pkg/nodes/node.go b/go/pkg/nodes/node.go index 0afb772c5..8ca3279ff 100644 --- a/go/pkg/nodes/node.go +++ b/go/pkg/nodes/node.go @@ -1,6 +1,6 @@ /** Node interface. * - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache 2.0 *********************************************************************************/ @@ -51,9 +51,7 @@ type Node interface { type NodeConfig struct { Type string `json:"type"` - In struct { - } `json:"in"` + In struct{} `json:"in"` - Out struct { - } `json:"out"` + Out struct{} `json:"out"` } diff --git a/go/pkg/nodes/registry.go b/go/pkg/nodes/registry.go index 53ff8bd84..f3afcba9d 100644 --- a/go/pkg/nodes/registry.go +++ b/go/pkg/nodes/registry.go @@ -1,15 +1,13 @@ /** Node-type registry. * - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache 2.0 *********************************************************************************/ package nodes -var ( - goNodeTypes = map[string]NodeType{} -) +var goNodeTypes = map[string]NodeType{} type NodeType struct { Constructor NodeConstructor diff --git a/go/pkg/nodes/webrtc/backoff.go b/go/pkg/nodes/webrtc/backoff.go index 802737d61..c8b4b8f2f 100644 --- a/go/pkg/nodes/webrtc/backoff.go +++ b/go/pkg/nodes/webrtc/backoff.go @@ -1,6 +1,6 @@ /** Exponential backoffs for reconnect timing. * - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache 2.0 *********************************************************************************/ @@ -9,14 +9,12 @@ package webrtc import "time" -var ( - DefaultExponentialBackoff = ExponentialBackoff{ - Factor: 1.5, - Maximum: 1 * time.Minute, - Initial: 1 * time.Second, - Duration: 1 * time.Second, - } -) +var DefaultExponentialBackoff = ExponentialBackoff{ + Factor: 1.5, + Maximum: 1 * time.Minute, + Initial: 1 * time.Second, + Duration: 1 * time.Second, +} type ExponentialBackoff struct { Factor float32 diff --git a/go/pkg/nodes/webrtc/client.go b/go/pkg/nodes/webrtc/client.go index 52951391e..4f25f84f7 100644 --- a/go/pkg/nodes/webrtc/client.go +++ b/go/pkg/nodes/webrtc/client.go @@ -1,6 +1,6 @@ /** Websocket signaling channel for WebRTC. * - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache 2.0 *********************************************************************************/ @@ -135,7 +135,6 @@ func (c *SignalingClient) read() { msg := &SignalingMessage{} if err := c.Conn.ReadJSON(msg); err != nil { if websocket.IsCloseError(err, websocket.CloseGoingAway, websocket.CloseNormalClosure) { - } else { c.logger.Errorf("Failed to read: %s", err) } diff --git a/go/pkg/nodes/webrtc/node.go b/go/pkg/nodes/webrtc/node.go index efd4206de..02d7ae761 100644 --- a/go/pkg/nodes/webrtc/node.go +++ b/go/pkg/nodes/webrtc/node.go @@ -1,6 +1,6 @@ /** WebRTC node-type. * - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache 2.0 *********************************************************************************/ @@ -19,42 +19,40 @@ import ( "github.com/pion/webrtc/v3" ) -var ( - DefaultConfig = Config{ - Server: &url.URL{ - Scheme: "wss", - Host: "villas.k8s.eonerc.rwth-aachen.de", - Path: "/ws/signaling", - }, - Wait: true, - MaxRetransmits: 0, - Ordered: false, - WebRTC: webrtc.Configuration{ - ICEServers: []webrtc.ICEServer{ - { - URLs: []string{"stun:stun.l.google.com:19302"}, +var DefaultConfig = Config{ + Server: &url.URL{ + Scheme: "wss", + Host: "villas.k8s.eonerc.rwth-aachen.de", + Path: "/ws/signaling", + }, + Wait: true, + MaxRetransmits: 0, + Ordered: false, + WebRTC: webrtc.Configuration{ + ICEServers: []webrtc.ICEServer{ + { + URLs: []string{"stun:stun.l.google.com:19302"}, + }, + { + URLs: []string{ + "stun:stun.0l.de", }, - { - URLs: []string{ - "stun:stun.0l.de", - }, - CredentialType: webrtc.ICECredentialTypePassword, - Username: "villas", - Credential: "villas", - }, - { - URLs: []string{ - "turn:turn.0l.de?transport=udp", - "turn:turn.0l.de?transport=tcp", - }, - CredentialType: webrtc.ICECredentialTypePassword, - Username: "villas", - Credential: "villas", + CredentialType: webrtc.ICECredentialTypePassword, + Username: "villas", + Credential: "villas", + }, + { + URLs: []string{ + "turn:turn.0l.de?transport=udp", + "turn:turn.0l.de?transport=tcp", }, + CredentialType: webrtc.ICECredentialTypePassword, + Username: "villas", + Credential: "villas", }, }, - } -) + }, +} type Node struct { nodes.BaseNode @@ -67,9 +65,9 @@ type Config struct { Server *url.URL Session string - Wait bool + Wait bool MaxRetransmits uint16 - Ordered bool + Ordered bool WebRTC webrtc.Configuration } @@ -88,7 +86,7 @@ func (n *Node) Parse(c []byte) error { Wait *bool `json:"wait,omitemty"` MaxRetransmits *uint16 `json:"max_retransmits,omitempty"` Ordered *bool `json:"ordered,omitempty"` - Ice *struct { + Ice *struct { Servers []struct { URLs []string `json:"urls,omitempty"` Username *string `json:"username,omitempty"` diff --git a/go/pkg/nodes/webrtc/types.go b/go/pkg/nodes/webrtc/types.go index 8a0fe2a5d..d67cdc289 100644 --- a/go/pkg/nodes/webrtc/types.go +++ b/go/pkg/nodes/webrtc/types.go @@ -1,6 +1,6 @@ /** Types for WebRTC node-type. * - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache 2.0 *********************************************************************************/ diff --git a/go/pkg/nodes/webrtc/webrtc.go b/go/pkg/nodes/webrtc/webrtc.go index fd7e30b84..bd613abe2 100644 --- a/go/pkg/nodes/webrtc/webrtc.go +++ b/go/pkg/nodes/webrtc/webrtc.go @@ -1,6 +1,6 @@ /** WebRTC peer connection handling. * - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache 2.0 *********************************************************************************/ @@ -9,8 +9,8 @@ package webrtc import ( "fmt" - "sync" "path" + "sync" "git.rwth-aachen.de/acs/public/villas/node/go/pkg/nodes" "github.com/pion/webrtc/v3" @@ -90,7 +90,7 @@ func (pc *PeerConnection) createPeerConnection() (*webrtc.PeerConnection, error) func (pc *PeerConnection) createDataChannel() (*webrtc.DataChannel, error) { dc, err := pc.CreateDataChannel("villas", &webrtc.DataChannelInit{ - Ordered: &pc.config.Ordered, + Ordered: &pc.config.Ordered, MaxRetransmits: &pc.config.MaxRetransmits, }) if err != nil { diff --git a/go/pkg/sample.go b/go/pkg/sample.go index 20eb8b531..a6efcb811 100644 --- a/go/pkg/sample.go +++ b/go/pkg/sample.go @@ -1,6 +1,6 @@ /** Sample datastructure. * - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache 2.0 *********************************************************************************/ diff --git a/include/villas/api.hpp b/include/villas/api.hpp index 3d78dcd94..bbb32680f 100644 --- a/include/villas/api.hpp +++ b/include/villas/api.hpp @@ -1,7 +1,7 @@ /** REST-API-releated functions. * * @file - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache 2.0 *********************************************************************************/ diff --git a/include/villas/api/request.hpp b/include/villas/api/request.hpp index 2a24e3508..ac962d26b 100644 --- a/include/villas/api/request.hpp +++ b/include/villas/api/request.hpp @@ -1,7 +1,7 @@ /** API Request. * * @file - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache 2.0 *********************************************************************************/ diff --git a/include/villas/api/requests/node.hpp b/include/villas/api/requests/node.hpp index c020af438..a6bf91c8e 100644 --- a/include/villas/api/requests/node.hpp +++ b/include/villas/api/requests/node.hpp @@ -1,7 +1,7 @@ /** API Request for nodes. * * @file - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache 2.0 *********************************************************************************/ diff --git a/include/villas/api/requests/path.hpp b/include/villas/api/requests/path.hpp index a2ca458ad..e6f2d9c2a 100644 --- a/include/villas/api/requests/path.hpp +++ b/include/villas/api/requests/path.hpp @@ -1,7 +1,7 @@ /** API Request for paths. * * @file - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache 2.0 *********************************************************************************/ diff --git a/include/villas/api/requests/universal.hpp b/include/villas/api/requests/universal.hpp index 91a86932f..25be3940e 100644 --- a/include/villas/api/requests/universal.hpp +++ b/include/villas/api/requests/universal.hpp @@ -1,7 +1,7 @@ /** Universal Data-exchange API request. * * @file - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache 2.0 *********************************************************************************/ diff --git a/include/villas/api/response.hpp b/include/villas/api/response.hpp index 67262e698..ac9c6434b 100644 --- a/include/villas/api/response.hpp +++ b/include/villas/api/response.hpp @@ -1,7 +1,7 @@ /** API response. * * @file - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache 2.0 *********************************************************************************/ diff --git a/include/villas/api/session.hpp b/include/villas/api/session.hpp index 6840ab557..5c0aa7c77 100644 --- a/include/villas/api/session.hpp +++ b/include/villas/api/session.hpp @@ -1,7 +1,7 @@ /** API session. * * @file - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache 2.0 *********************************************************************************/ diff --git a/include/villas/capabilities.hpp b/include/villas/capabilities.hpp index a5a817a6c..c7e54d51c 100644 --- a/include/villas/capabilities.hpp +++ b/include/villas/capabilities.hpp @@ -1,6 +1,6 @@ /** Capabilities * - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache 2.0 *********************************************************************************/ diff --git a/include/villas/config_class.hpp b/include/villas/config_class.hpp index e569f3514..567f75dc9 100644 --- a/include/villas/config_class.hpp +++ b/include/villas/config_class.hpp @@ -1,7 +1,7 @@ /** Configuration file parsing. * * @file - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache 2.0 *********************************************************************************/ diff --git a/include/villas/config_helper.hpp b/include/villas/config_helper.hpp index b04e2be8a..17bb6e73b 100644 --- a/include/villas/config_helper.hpp +++ b/include/villas/config_helper.hpp @@ -1,6 +1,6 @@ /** Helpers for configuration parsers. * - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache 2.0 *********************************************************************************/ diff --git a/include/villas/format.hpp b/include/villas/format.hpp index bca441f02..901836c34 100644 --- a/include/villas/format.hpp +++ b/include/villas/format.hpp @@ -1,7 +1,7 @@ /** Read / write sample data in different formats. * * @file - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache 2.0 *********************************************************************************/ diff --git a/include/villas/formats/column.hpp b/include/villas/formats/column.hpp index 2a3bb7b02..585f9a930 100644 --- a/include/villas/formats/column.hpp +++ b/include/villas/formats/column.hpp @@ -1,7 +1,7 @@ /** Comma-separated values. * * @file - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache 2.0 *********************************************************************************/ diff --git a/include/villas/formats/json.hpp b/include/villas/formats/json.hpp index 5230fa337..8fc0ccf66 100644 --- a/include/villas/formats/json.hpp +++ b/include/villas/formats/json.hpp @@ -1,6 +1,6 @@ /** JSON serializtion sample data. * - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache 2.0 *********************************************************************************/ diff --git a/include/villas/formats/json_kafka.hpp b/include/villas/formats/json_kafka.hpp index 74f152a4f..6876d79d3 100644 --- a/include/villas/formats/json_kafka.hpp +++ b/include/villas/formats/json_kafka.hpp @@ -1,6 +1,6 @@ /** JSON serializtion for Kafka schema/payloads. * - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache 2.0 *********************************************************************************/ diff --git a/include/villas/formats/json_reserve.hpp b/include/villas/formats/json_reserve.hpp index 6b08af99b..4e236309b 100644 --- a/include/villas/formats/json_reserve.hpp +++ b/include/villas/formats/json_reserve.hpp @@ -1,6 +1,6 @@ /** JSON serializtion for RESERVE project. * - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache 2.0 *********************************************************************************/ diff --git a/include/villas/formats/line.hpp b/include/villas/formats/line.hpp index f21ef3629..30a19ef8e 100644 --- a/include/villas/formats/line.hpp +++ b/include/villas/formats/line.hpp @@ -1,7 +1,7 @@ /** Line-based formats * * @file - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache 2.0 *********************************************************************************/ diff --git a/include/villas/formats/msg.hpp b/include/villas/formats/msg.hpp index 9899a0cde..62b120420 100644 --- a/include/villas/formats/msg.hpp +++ b/include/villas/formats/msg.hpp @@ -1,6 +1,6 @@ /** Message related functions. * - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache 2.0 *********************************************************************************/ diff --git a/include/villas/formats/msg_format.hpp b/include/villas/formats/msg_format.hpp index d9948143e..6ee6e1e9d 100644 --- a/include/villas/formats/msg_format.hpp +++ b/include/villas/formats/msg_format.hpp @@ -1,7 +1,7 @@ /** Message format * * @file - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache 2.0 *********************************************************************************/ diff --git a/include/villas/formats/opal_asyncip.hpp b/include/villas/formats/opal_asyncip.hpp index 13994c4b0..d154b74c2 100644 --- a/include/villas/formats/opal_asyncip.hpp +++ b/include/villas/formats/opal_asyncip.hpp @@ -1,7 +1,7 @@ /** A custom format for OPAL-RTs AsyncIP example * * @file - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache 2.0 *********************************************************************************/ diff --git a/include/villas/formats/protobuf.hpp b/include/villas/formats/protobuf.hpp index 6fc57bc33..e3b8d91c4 100644 --- a/include/villas/formats/protobuf.hpp +++ b/include/villas/formats/protobuf.hpp @@ -1,7 +1,7 @@ /** Protobuf IO format * * @file - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache 2.0 *********************************************************************************/ diff --git a/include/villas/formats/raw.hpp b/include/villas/formats/raw.hpp index 334a249f0..95d06b356 100644 --- a/include/villas/formats/raw.hpp +++ b/include/villas/formats/raw.hpp @@ -1,7 +1,7 @@ /** RAW IO format * * @file - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache 2.0 *********************************************************************************/ diff --git a/include/villas/formats/value.hpp b/include/villas/formats/value.hpp index bd628e9f0..83763090f 100644 --- a/include/villas/formats/value.hpp +++ b/include/villas/formats/value.hpp @@ -1,7 +1,7 @@ /** The VILLASframework sample format * * @file - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache 2.0 *********************************************************************************/ diff --git a/include/villas/formats/villas_binary.hpp b/include/villas/formats/villas_binary.hpp index d4ee467fb..81146ad8f 100644 --- a/include/villas/formats/villas_binary.hpp +++ b/include/villas/formats/villas_binary.hpp @@ -1,7 +1,7 @@ /** Message related functions * * @file - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache 2.0 *********************************************************************************/ diff --git a/include/villas/formats/villas_human.hpp b/include/villas/formats/villas_human.hpp index 1aca0bac1..58e97899c 100644 --- a/include/villas/formats/villas_human.hpp +++ b/include/villas/formats/villas_human.hpp @@ -1,7 +1,7 @@ /** The VILLASframework sample format * * @file - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache 2.0 *********************************************************************************/ diff --git a/include/villas/hook.hpp b/include/villas/hook.hpp index 6bdeb2813..233d13386 100644 --- a/include/villas/hook.hpp +++ b/include/villas/hook.hpp @@ -5,7 +5,7 @@ * or alter the sample contents. * * @file - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache 2.0 *********************************************************************************/ diff --git a/include/villas/hook_list.hpp b/include/villas/hook_list.hpp index 1650a231c..2ed1c7c9e 100644 --- a/include/villas/hook_list.hpp +++ b/include/villas/hook_list.hpp @@ -3,7 +3,7 @@ * This file includes some examples. * * @file - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache 2.0 **********************************************************************************/ diff --git a/include/villas/hooks/decimate.hpp b/include/villas/hooks/decimate.hpp index 805e6e9bf..35251767a 100644 --- a/include/villas/hooks/decimate.hpp +++ b/include/villas/hooks/decimate.hpp @@ -1,6 +1,6 @@ /** Decimate hook. * - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache 2.0 *********************************************************************************/ diff --git a/include/villas/hooks/limit_rate.hpp b/include/villas/hooks/limit_rate.hpp index 75fff45c7..9e443c9ba 100644 --- a/include/villas/hooks/limit_rate.hpp +++ b/include/villas/hooks/limit_rate.hpp @@ -1,6 +1,6 @@ /** Rate-limiting hook. * - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache 2.0 *********************************************************************************/ diff --git a/include/villas/hooks/lua.hpp b/include/villas/hooks/lua.hpp index ff34e4597..85cb5e03b 100644 --- a/include/villas/hooks/lua.hpp +++ b/include/villas/hooks/lua.hpp @@ -1,6 +1,6 @@ /** Lua expressions hook. * - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache 2.0 *********************************************************************************/ diff --git a/include/villas/kernel/if.hpp b/include/villas/kernel/if.hpp index 850a1f6f0..48ac20dd1 100644 --- a/include/villas/kernel/if.hpp +++ b/include/villas/kernel/if.hpp @@ -4,7 +4,7 @@ * Most of them make use of Linux-specific APIs. * * @file - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache 2.0 *********************************************************************************/ diff --git a/include/villas/kernel/nl.hpp b/include/villas/kernel/nl.hpp index 15218ebe1..c2c83c50e 100644 --- a/include/villas/kernel/nl.hpp +++ b/include/villas/kernel/nl.hpp @@ -1,7 +1,7 @@ /** Netlink related functions. * * @file - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache 2.0 *********************************************************************************/ diff --git a/include/villas/kernel/tc.hpp b/include/villas/kernel/tc.hpp index 0bcfc2ad4..0a51053c4 100644 --- a/include/villas/kernel/tc.hpp +++ b/include/villas/kernel/tc.hpp @@ -6,7 +6,7 @@ * we can classify traffic originating from a node seperately. * * @file - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache 2.0 *********************************************************************************/ diff --git a/include/villas/kernel/tc_netem.hpp b/include/villas/kernel/tc_netem.hpp index c13c63aff..0559c3e89 100644 --- a/include/villas/kernel/tc_netem.hpp +++ b/include/villas/kernel/tc_netem.hpp @@ -6,7 +6,7 @@ * we can classify traffic originating from a node seperately. * * @file - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache 2.0 *********************************************************************************/ diff --git a/include/villas/log_opal_sink.hpp b/include/villas/log_opal_sink.hpp index 526342261..1826e1546 100644 --- a/include/villas/log_opal_sink.hpp +++ b/include/villas/log_opal_sink.hpp @@ -1,7 +1,7 @@ /** Log sink for OPAL-RTs OpalPrint(). * * @file - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache 2.0 *********************************************************************************/ diff --git a/include/villas/mapping.hpp b/include/villas/mapping.hpp index 14cfe2a44..df1c1494f 100644 --- a/include/villas/mapping.hpp +++ b/include/villas/mapping.hpp @@ -1,7 +1,7 @@ /** Sample value remapping for path source muxing. * * @file - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache 2.0 *********************************************************************************/ diff --git a/include/villas/mapping_list.hpp b/include/villas/mapping_list.hpp index f34808ded..b21695a2c 100644 --- a/include/villas/mapping_list.hpp +++ b/include/villas/mapping_list.hpp @@ -3,7 +3,7 @@ /** Sample value remapping for path source muxing. * * @file - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache 2.0 *********************************************************************************/ diff --git a/include/villas/node.h b/include/villas/node.h index ea3159a91..96d737a79 100644 --- a/include/villas/node.h +++ b/include/villas/node.h @@ -1,7 +1,7 @@ /** Node C-API * * @file - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache 2.0 *********************************************************************************/ diff --git a/include/villas/node.hpp b/include/villas/node.hpp index 0f99e2d02..77fc2d407 100644 --- a/include/villas/node.hpp +++ b/include/villas/node.hpp @@ -1,7 +1,7 @@ /** Nodes * * @file - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache 2.0 *********************************************************************************/ diff --git a/include/villas/node/config.hpp.in b/include/villas/node/config.hpp.in index db4e1ef5e..f1d3d30d3 100644 --- a/include/villas/node/config.hpp.in +++ b/include/villas/node/config.hpp.in @@ -4,7 +4,7 @@ * This settings are not part of the configuration file. * * @file - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache 2.0 *********************************************************************************/ diff --git a/include/villas/node/exceptions.hpp b/include/villas/node/exceptions.hpp index 4ab4818f2..2225ab9af 100644 --- a/include/villas/node/exceptions.hpp +++ b/include/villas/node/exceptions.hpp @@ -1,7 +1,7 @@ /** VILLASnode exceptions. * * @file - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache 2.0 *********************************************************************************/ diff --git a/include/villas/node/memory.hpp b/include/villas/node/memory.hpp index 094ddf1ed..c7a0db721 100644 --- a/include/villas/node/memory.hpp +++ b/include/villas/node/memory.hpp @@ -1,7 +1,7 @@ /** Memory allocators. * * @file - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache 2.0 *********************************************************************************/ diff --git a/include/villas/node/memory_type.hpp b/include/villas/node/memory_type.hpp index 49dc0d6b8..98f6ef587 100644 --- a/include/villas/node/memory_type.hpp +++ b/include/villas/node/memory_type.hpp @@ -1,7 +1,7 @@ /** Memory allocators. * * @file - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache 2.0 *********************************************************************************/ diff --git a/include/villas/node_compat.hpp b/include/villas/node_compat.hpp index ca38f7bf3..14b3ef58f 100644 --- a/include/villas/node_compat.hpp +++ b/include/villas/node_compat.hpp @@ -1,7 +1,7 @@ /** Node compatability layer for C++ * * @file - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache 2.0 *********************************************************************************/ diff --git a/include/villas/node_compat_type.hpp b/include/villas/node_compat_type.hpp index c6b48f6a3..b962d68a6 100644 --- a/include/villas/node_compat_type.hpp +++ b/include/villas/node_compat_type.hpp @@ -1,7 +1,7 @@ /** Nodes * * @file - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache 2.0 *********************************************************************************/ diff --git a/include/villas/node_direction.hpp b/include/villas/node_direction.hpp index ca07b2414..053374d4c 100644 --- a/include/villas/node_direction.hpp +++ b/include/villas/node_direction.hpp @@ -1,7 +1,7 @@ /** Node direction * * @file - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache 2.0 *********************************************************************************/ diff --git a/include/villas/node_list.hpp b/include/villas/node_list.hpp index 8f99cb4c4..52c05d16d 100644 --- a/include/villas/node_list.hpp +++ b/include/villas/node_list.hpp @@ -1,7 +1,7 @@ /** Node list * * @file - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache 2.0 **********************************************************************************/ diff --git a/include/villas/nodes/amqp.hpp b/include/villas/nodes/amqp.hpp index 0872bbd0c..8c24c4580 100644 --- a/include/villas/nodes/amqp.hpp +++ b/include/villas/nodes/amqp.hpp @@ -1,7 +1,7 @@ /** Node type: amqp * * @file - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache 2.0 *********************************************************************************/ diff --git a/include/villas/nodes/api.hpp b/include/villas/nodes/api.hpp index e1df60ef3..075f03b2b 100644 --- a/include/villas/nodes/api.hpp +++ b/include/villas/nodes/api.hpp @@ -2,7 +2,7 @@ * * @see https://github.com/ERIGrid2/JRA-3.1-api * @file - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache 2.0 *********************************************************************************/ diff --git a/include/villas/nodes/comedi.hpp b/include/villas/nodes/comedi.hpp index 640e0e203..a5bc3eb7b 100644 --- a/include/villas/nodes/comedi.hpp +++ b/include/villas/nodes/comedi.hpp @@ -1,7 +1,7 @@ /** Node type: comedi * * @file - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache 2.0 *********************************************************************************/ diff --git a/include/villas/nodes/ethercat.hpp b/include/villas/nodes/ethercat.hpp index 11218fa04..43169955d 100644 --- a/include/villas/nodes/ethercat.hpp +++ b/include/villas/nodes/ethercat.hpp @@ -2,7 +2,7 @@ * * @file * @author Niklas Eiling - * @author Steffen Vogel + * @author Steffen Vogel * @author Divya Laxetti * @copyright 2018-2020, Institute for Automation of Complex Power Systems, EONERC * @license Apache 2.0 diff --git a/include/villas/nodes/ethercat_config.hpp b/include/villas/nodes/ethercat_config.hpp index c3da02c93..19a996b68 100644 --- a/include/villas/nodes/ethercat_config.hpp +++ b/include/villas/nodes/ethercat_config.hpp @@ -2,7 +2,7 @@ * * @file * @author Niklas Eiling - * @author Steffen Vogel + * @author Steffen Vogel * @author Divya Laxetti * @copyright 2018-2020, Institute for Automation of Complex Power Systems, EONERC * @license Apache 2.0 diff --git a/include/villas/nodes/example.hpp b/include/villas/nodes/example.hpp index 5be64fe40..4454104fa 100644 --- a/include/villas/nodes/example.hpp +++ b/include/villas/nodes/example.hpp @@ -4,7 +4,7 @@ * It is just a skeleton to get you started with new node-types. * * @file - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache 2.0 *********************************************************************************/ diff --git a/include/villas/nodes/exec.hpp b/include/villas/nodes/exec.hpp index 27dcdd6f2..e7cb83c3b 100644 --- a/include/villas/nodes/exec.hpp +++ b/include/villas/nodes/exec.hpp @@ -1,7 +1,7 @@ /** Node-type for exec node-types. * * @file - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache 2.0 *********************************************************************************/ diff --git a/include/villas/nodes/file.hpp b/include/villas/nodes/file.hpp index fc80de730..01bc952ec 100644 --- a/include/villas/nodes/file.hpp +++ b/include/villas/nodes/file.hpp @@ -1,7 +1,7 @@ /** Node type: File * * @file - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache 2.0 *********************************************************************************/ diff --git a/include/villas/nodes/fpga.hpp b/include/villas/nodes/fpga.hpp index acd2779b9..06486f6ca 100644 --- a/include/villas/nodes/fpga.hpp +++ b/include/villas/nodes/fpga.hpp @@ -1,7 +1,7 @@ /** Communicate with VILLASfpga Xilinx FPGA boards * * @file - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache 2.0 *********************************************************************************/ diff --git a/include/villas/nodes/go.h b/include/villas/nodes/go.h index 281568b52..d0dbc0544 100644 --- a/include/villas/nodes/go.h +++ b/include/villas/nodes/go.h @@ -1,7 +1,7 @@ /** Node-type implemeted in Go language * * @file - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache 2.0 *********************************************************************************/ diff --git a/include/villas/nodes/go.hpp b/include/villas/nodes/go.hpp index cde3a68ae..b0cdebe8f 100644 --- a/include/villas/nodes/go.hpp +++ b/include/villas/nodes/go.hpp @@ -1,7 +1,7 @@ /** Node-type implemeted in Go language * * @file - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache 2.0 *********************************************************************************/ diff --git a/include/villas/nodes/iec61850.hpp b/include/villas/nodes/iec61850.hpp index fafb65e7c..002b6e9d0 100644 --- a/include/villas/nodes/iec61850.hpp +++ b/include/villas/nodes/iec61850.hpp @@ -1,7 +1,7 @@ /** Some helpers to libiec61850 * * @file - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache 2.0 *********************************************************************************/ diff --git a/include/villas/nodes/iec61850_sv.hpp b/include/villas/nodes/iec61850_sv.hpp index ae8cf28cd..6be13f043 100644 --- a/include/villas/nodes/iec61850_sv.hpp +++ b/include/villas/nodes/iec61850_sv.hpp @@ -1,7 +1,7 @@ /** Node type: IEC 61850-9-2 (Sampled Values) * * @file - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache 2.0 *********************************************************************************/ diff --git a/include/villas/nodes/influxdb.hpp b/include/villas/nodes/influxdb.hpp index cbb04fa4a..a31174ab2 100644 --- a/include/villas/nodes/influxdb.hpp +++ b/include/villas/nodes/influxdb.hpp @@ -1,7 +1,7 @@ /** Node-type for InfluxDB. * * @file - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache 2.0 *********************************************************************************/ diff --git a/include/villas/nodes/loopback.hpp b/include/villas/nodes/loopback.hpp index 731a6ee94..9322b11ce 100644 --- a/include/villas/nodes/loopback.hpp +++ b/include/villas/nodes/loopback.hpp @@ -1,7 +1,7 @@ /** Node-type for loopback connections. * * @file - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache 2.0 *********************************************************************************/ diff --git a/include/villas/nodes/loopback_internal.hpp b/include/villas/nodes/loopback_internal.hpp index 5bf9dede7..d270801d4 100644 --- a/include/villas/nodes/loopback_internal.hpp +++ b/include/villas/nodes/loopback_internal.hpp @@ -1,7 +1,7 @@ /** Node type: internal loopback * * @file - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache 2.0 *********************************************************************************/ diff --git a/include/villas/nodes/mqtt.hpp b/include/villas/nodes/mqtt.hpp index 184a0de6e..9d683070e 100644 --- a/include/villas/nodes/mqtt.hpp +++ b/include/villas/nodes/mqtt.hpp @@ -1,7 +1,7 @@ /** Node type: mqtt * * @file - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache 2.0 *********************************************************************************/ diff --git a/include/villas/nodes/nanomsg.hpp b/include/villas/nodes/nanomsg.hpp index 69df8f4ff..9f0f8abf6 100644 --- a/include/villas/nodes/nanomsg.hpp +++ b/include/villas/nodes/nanomsg.hpp @@ -1,7 +1,7 @@ /** Node type: nanomsg * * @file - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache 2.0 *********************************************************************************/ diff --git a/include/villas/nodes/ngsi.hpp b/include/villas/nodes/ngsi.hpp index 32b88e458..33b037076 100644 --- a/include/villas/nodes/ngsi.hpp +++ b/include/villas/nodes/ngsi.hpp @@ -7,7 +7,7 @@ * @see https://forge.fiware.org/plugins/mediawiki/wiki/fiware/index.php/FI-WARE_NGSI-10_Open_RESTful_API_Specification * @see http://technical.openmobilealliance.org/Technical/Release_Program/docs/NGSI/V1_0-20120529-A/OMA-TS-NGSI_Context_Management-V1_0-20120529-A.pdf * @file - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache 2.0 *********************************************************************************/ diff --git a/include/villas/nodes/opal.hpp b/include/villas/nodes/opal.hpp index 9e8bed800..9e8541b74 100644 --- a/include/villas/nodes/opal.hpp +++ b/include/villas/nodes/opal.hpp @@ -1,7 +1,7 @@ /** Node type: OPAL (libOpalAsync API) * * @file - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache 2.0 *********************************************************************************/ diff --git a/include/villas/nodes/redis.hpp b/include/villas/nodes/redis.hpp index 48523f3a9..56744877b 100644 --- a/include/villas/nodes/redis.hpp +++ b/include/villas/nodes/redis.hpp @@ -1,7 +1,7 @@ /** Redis node-type * * @file - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache 2.0 *********************************************************************************/ diff --git a/include/villas/nodes/redis_helpers.hpp b/include/villas/nodes/redis_helpers.hpp index dbc1765f1..e30c291a4 100644 --- a/include/villas/nodes/redis_helpers.hpp +++ b/include/villas/nodes/redis_helpers.hpp @@ -1,7 +1,7 @@ /** Redis node-type helpers * * @file - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache 2.0 *********************************************************************************/ diff --git a/include/villas/nodes/rtp.hpp b/include/villas/nodes/rtp.hpp index bfb9cc2ab..f8a7c2e35 100644 --- a/include/villas/nodes/rtp.hpp +++ b/include/villas/nodes/rtp.hpp @@ -1,7 +1,7 @@ /** Node type: rtp * * @file - * @author Steffen Vogel + * @author Steffen Vogel * @author Marvin Klimke * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache 2.0 diff --git a/include/villas/nodes/signal.hpp b/include/villas/nodes/signal.hpp index d8287a149..f1c437157 100644 --- a/include/villas/nodes/signal.hpp +++ b/include/villas/nodes/signal.hpp @@ -1,7 +1,7 @@ /** Node-type for signal generation. * * @file - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache 2.0 *********************************************************************************/ diff --git a/include/villas/nodes/signal_old.hpp b/include/villas/nodes/signal_old.hpp index c0ce93b86..d00cdf423 100644 --- a/include/villas/nodes/signal_old.hpp +++ b/include/villas/nodes/signal_old.hpp @@ -1,7 +1,7 @@ /** Node-type for signal generation. * * @file - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache 2.0 *********************************************************************************/ diff --git a/include/villas/nodes/socket.hpp b/include/villas/nodes/socket.hpp index f9da4e4c9..d0305ede1 100644 --- a/include/villas/nodes/socket.hpp +++ b/include/villas/nodes/socket.hpp @@ -1,7 +1,7 @@ /** The socket node-type for Layer 2, 3, 4 BSD-style sockets * * @file - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache 2.0 *********************************************************************************/ diff --git a/include/villas/nodes/stats.hpp b/include/villas/nodes/stats.hpp index bbc4d682c..7a1538bb9 100644 --- a/include/villas/nodes/stats.hpp +++ b/include/villas/nodes/stats.hpp @@ -1,7 +1,7 @@ /** Node-type for stats streaming. * * @file - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache 2.0 *********************************************************************************/ diff --git a/include/villas/nodes/temper.hpp b/include/villas/nodes/temper.hpp index f76ebefbd..e86f35efd 100644 --- a/include/villas/nodes/temper.hpp +++ b/include/villas/nodes/temper.hpp @@ -1,7 +1,7 @@ /** An temper get started with new implementations of new node-types * * @file - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache 2.0 *********************************************************************************/ diff --git a/include/villas/nodes/test_rtt.hpp b/include/villas/nodes/test_rtt.hpp index f2bbed5fd..0986ba8b7 100644 --- a/include/villas/nodes/test_rtt.hpp +++ b/include/villas/nodes/test_rtt.hpp @@ -1,7 +1,7 @@ /** Node type: Node-type for testing Round-trip Time. * * @file - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache 2.0 *********************************************************************************/ diff --git a/include/villas/nodes/uldaq.hpp b/include/villas/nodes/uldaq.hpp index da9d9c1c9..8c06d53ba 100644 --- a/include/villas/nodes/uldaq.hpp +++ b/include/villas/nodes/uldaq.hpp @@ -2,7 +2,7 @@ * * @file * @author Manuel Pitz - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache 2.0 *********************************************************************************/ diff --git a/include/villas/nodes/websocket.hpp b/include/villas/nodes/websocket.hpp index aa86b19ff..b2b775a57 100644 --- a/include/villas/nodes/websocket.hpp +++ b/include/villas/nodes/websocket.hpp @@ -1,7 +1,7 @@ /** Node type: WebSockets * * @file - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache 2.0 *********************************************************************************/ diff --git a/include/villas/nodes/zeromq.hpp b/include/villas/nodes/zeromq.hpp index bbce940c3..ad3990916 100644 --- a/include/villas/nodes/zeromq.hpp +++ b/include/villas/nodes/zeromq.hpp @@ -1,7 +1,7 @@ /** Node type: ZeroMQ * * @file - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache 2.0 *********************************************************************************/ diff --git a/include/villas/path.hpp b/include/villas/path.hpp index cded5d860..7bf48073f 100644 --- a/include/villas/path.hpp +++ b/include/villas/path.hpp @@ -1,7 +1,7 @@ /** Message paths * * @file - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache 2.0 *********************************************************************************/ diff --git a/include/villas/path_destination.hpp b/include/villas/path_destination.hpp index c570e060e..97d513484 100644 --- a/include/villas/path_destination.hpp +++ b/include/villas/path_destination.hpp @@ -1,7 +1,7 @@ /** Path destination * * @file - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache 2.0 *********************************************************************************/ diff --git a/include/villas/path_list.hpp b/include/villas/path_list.hpp index e44ca7e72..9f7366be4 100644 --- a/include/villas/path_list.hpp +++ b/include/villas/path_list.hpp @@ -1,7 +1,7 @@ /** Node list * * @file - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache 2.0 **********************************************************************************/ diff --git a/include/villas/path_source.hpp b/include/villas/path_source.hpp index 5535eacfd..2ea7a0f4f 100644 --- a/include/villas/path_source.hpp +++ b/include/villas/path_source.hpp @@ -1,7 +1,7 @@ /** Message source * * @file - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache 2.0 *********************************************************************************/ diff --git a/include/villas/pool.hpp b/include/villas/pool.hpp index dc9d144c0..a32fe9d09 100644 --- a/include/villas/pool.hpp +++ b/include/villas/pool.hpp @@ -3,7 +3,7 @@ * This datastructure is based on a lock-less stack (lstack). * * @file - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache 2.0 *********************************************************************************/ diff --git a/include/villas/queue.h b/include/villas/queue.h index f3a370eea..a1512ffe4 100644 --- a/include/villas/queue.h +++ b/include/villas/queue.h @@ -3,7 +3,7 @@ * Based on Dmitry Vyukov#s Bounded MPMC queue: * http://www.1024cores.net/home/lock-free-algorithms/queues/bounded-mpmc-queue * - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2021, Steffen Vogel * @license BSD 2-Clause License * diff --git a/include/villas/sample.hpp b/include/villas/sample.hpp index 40e90e247..b52d9ab66 100644 --- a/include/villas/sample.hpp +++ b/include/villas/sample.hpp @@ -1,7 +1,7 @@ /** The internal datastructure for a sample of simulation data. * * @file - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache 2.0 *********************************************************************************/ diff --git a/include/villas/signal.hpp b/include/villas/signal.hpp index 236b95755..962b833d5 100644 --- a/include/villas/signal.hpp +++ b/include/villas/signal.hpp @@ -1,7 +1,7 @@ /** Signal meta data. * * @file - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache 2.0 *********************************************************************************/ diff --git a/include/villas/signal_data.hpp b/include/villas/signal_data.hpp index 2d314b792..3aef644e4 100644 --- a/include/villas/signal_data.hpp +++ b/include/villas/signal_data.hpp @@ -1,7 +1,7 @@ /** Signal data. * * @file - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache 2.0 *********************************************************************************/ diff --git a/include/villas/signal_list.hpp b/include/villas/signal_list.hpp index 706774078..21cd1271f 100644 --- a/include/villas/signal_list.hpp +++ b/include/villas/signal_list.hpp @@ -1,7 +1,7 @@ /** Signal metadata lits. * * @file - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache 2.0 *********************************************************************************/ diff --git a/include/villas/signal_type.hpp b/include/villas/signal_type.hpp index c7914319e..a037aa2d8 100644 --- a/include/villas/signal_type.hpp +++ b/include/villas/signal_type.hpp @@ -1,7 +1,7 @@ /** Signal type. * * @file - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache 2.0 *********************************************************************************/ diff --git a/include/villas/socket_addr.hpp b/include/villas/socket_addr.hpp index 97a5b91d8..7d0bb8a49 100644 --- a/include/villas/socket_addr.hpp +++ b/include/villas/socket_addr.hpp @@ -1,7 +1,7 @@ /** Node type: socket * * @file - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache 2.0 *********************************************************************************/ diff --git a/include/villas/stats.hpp b/include/villas/stats.hpp index 5d05973cc..f57948002 100644 --- a/include/villas/stats.hpp +++ b/include/villas/stats.hpp @@ -1,7 +1,7 @@ /** Statistic collection. * * @file - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache 2.0 *********************************************************************************/ diff --git a/include/villas/super_node.hpp b/include/villas/super_node.hpp index 5ebd11a30..085fb00f7 100644 --- a/include/villas/super_node.hpp +++ b/include/villas/super_node.hpp @@ -1,7 +1,7 @@ /** The super node object holding the state of the application. * * @file - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache 2.0 *********************************************************************************/ diff --git a/include/villas/usb.hpp b/include/villas/usb.hpp index e0b0c4f71..ffa72b170 100644 --- a/include/villas/usb.hpp +++ b/include/villas/usb.hpp @@ -1,7 +1,7 @@ /** Helpers for USB node-types * * @file - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache 2.0 *********************************************************************************/ diff --git a/include/villas/web.hpp b/include/villas/web.hpp index 577ee9367..12a372056 100644 --- a/include/villas/web.hpp +++ b/include/villas/web.hpp @@ -1,7 +1,7 @@ /** LWS-releated functions. * * @file - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache 2.0 *********************************************************************************/ diff --git a/lib/CMakeLists.txt b/lib/CMakeLists.txt index cdee78ffd..7d4a28c5f 100644 --- a/lib/CMakeLists.txt +++ b/lib/CMakeLists.txt @@ -1,6 +1,6 @@ # CMakeLists. # -# @author Steffen Vogel +# @author Steffen Vogel # @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC # @license Apache 2.0 ################################################################################### diff --git a/lib/api.cpp b/lib/api.cpp index 60c3de652..4a1c01317 100644 --- a/lib/api.cpp +++ b/lib/api.cpp @@ -1,6 +1,6 @@ /** REST-API-releated functions. * - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache 2.0 *********************************************************************************/ diff --git a/lib/api/CMakeLists.txt b/lib/api/CMakeLists.txt index 04d386088..452980a85 100644 --- a/lib/api/CMakeLists.txt +++ b/lib/api/CMakeLists.txt @@ -1,7 +1,7 @@ # CMakeLists. # -# @author Steffen Vogel +# @author Steffen Vogel # @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC # @license Apache 2.0 ################################################################################### diff --git a/lib/api/request.cpp b/lib/api/request.cpp index a7a27456c..e735a4a49 100644 --- a/lib/api/request.cpp +++ b/lib/api/request.cpp @@ -1,7 +1,7 @@ /** API Request. * * @file - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache 2.0 *********************************************************************************/ diff --git a/lib/api/requests/capabiltities.cpp b/lib/api/requests/capabiltities.cpp index 891712cb0..81bb14852 100644 --- a/lib/api/requests/capabiltities.cpp +++ b/lib/api/requests/capabiltities.cpp @@ -1,6 +1,6 @@ /** The "capabiltities" API ressource. * - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache 2.0 *********************************************************************************/ diff --git a/lib/api/requests/config.cpp b/lib/api/requests/config.cpp index 1057cb3ce..41fb1a0fc 100644 --- a/lib/api/requests/config.cpp +++ b/lib/api/requests/config.cpp @@ -1,6 +1,6 @@ /** The "config" API ressource. * - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache 2.0 *********************************************************************************/ diff --git a/lib/api/requests/graph.cpp b/lib/api/requests/graph.cpp index ac14793c6..9513accf7 100644 --- a/lib/api/requests/graph.cpp +++ b/lib/api/requests/graph.cpp @@ -1,6 +1,6 @@ /** The "stats" API request. * - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache 2.0 *********************************************************************************/ diff --git a/lib/api/requests/node.cpp b/lib/api/requests/node.cpp index 88fdcd687..ae32855aa 100644 --- a/lib/api/requests/node.cpp +++ b/lib/api/requests/node.cpp @@ -1,7 +1,7 @@ /** Node API Request. * * @file - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache 2.0 *********************************************************************************/ diff --git a/lib/api/requests/node_action.cpp b/lib/api/requests/node_action.cpp index e158ba5bf..8df3fc01f 100644 --- a/lib/api/requests/node_action.cpp +++ b/lib/api/requests/node_action.cpp @@ -1,6 +1,6 @@ /** The API ressource for start/stop/pause/resume nodes. * - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache 2.0 *********************************************************************************/ diff --git a/lib/api/requests/node_file.cpp b/lib/api/requests/node_file.cpp index 8bb601e34..67503fa17 100644 --- a/lib/api/requests/node_file.cpp +++ b/lib/api/requests/node_file.cpp @@ -1,6 +1,6 @@ /** The "file" API ressource. * - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache 2.0 *********************************************************************************/ diff --git a/lib/api/requests/node_info.cpp b/lib/api/requests/node_info.cpp index 304865e81..9b6984b5d 100644 --- a/lib/api/requests/node_info.cpp +++ b/lib/api/requests/node_info.cpp @@ -1,6 +1,6 @@ /** The "node" API ressource. * - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache 2.0 *********************************************************************************/ diff --git a/lib/api/requests/node_stats.cpp b/lib/api/requests/node_stats.cpp index 7b9e0f5a2..55d38092e 100644 --- a/lib/api/requests/node_stats.cpp +++ b/lib/api/requests/node_stats.cpp @@ -1,6 +1,6 @@ /** The API ressource for querying statistics. * - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache 2.0 *********************************************************************************/ diff --git a/lib/api/requests/node_stats_reset.cpp b/lib/api/requests/node_stats_reset.cpp index 639f27f0a..57c3017c9 100644 --- a/lib/api/requests/node_stats_reset.cpp +++ b/lib/api/requests/node_stats_reset.cpp @@ -1,6 +1,6 @@ /** The API ressource for resetting statistics. * - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache 2.0 *********************************************************************************/ diff --git a/lib/api/requests/nodes.cpp b/lib/api/requests/nodes.cpp index b4d8356e6..76357fa32 100644 --- a/lib/api/requests/nodes.cpp +++ b/lib/api/requests/nodes.cpp @@ -1,6 +1,6 @@ /** The "nodes" API ressource. * - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache 2.0 *********************************************************************************/ diff --git a/lib/api/requests/path.cpp b/lib/api/requests/path.cpp index 2ea4066c6..a3db85f86 100644 --- a/lib/api/requests/path.cpp +++ b/lib/api/requests/path.cpp @@ -1,7 +1,7 @@ /** Path API Request. * * @file - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache 2.0 *********************************************************************************/ diff --git a/lib/api/requests/path_action.cpp b/lib/api/requests/path_action.cpp index 539220bc3..296a36b2c 100644 --- a/lib/api/requests/path_action.cpp +++ b/lib/api/requests/path_action.cpp @@ -1,6 +1,6 @@ /** The API ressource for start/stop/pause/resume paths. * - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache 2.0 *********************************************************************************/ diff --git a/lib/api/requests/path_info.cpp b/lib/api/requests/path_info.cpp index 94984d321..befecba74 100644 --- a/lib/api/requests/path_info.cpp +++ b/lib/api/requests/path_info.cpp @@ -1,6 +1,6 @@ /** The "path" API ressource. * - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache 2.0 *********************************************************************************/ diff --git a/lib/api/requests/paths.cpp b/lib/api/requests/paths.cpp index 7d480c491..f38aba7e7 100644 --- a/lib/api/requests/paths.cpp +++ b/lib/api/requests/paths.cpp @@ -1,6 +1,6 @@ /** The "paths" API ressource. * - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache 2.0 *********************************************************************************/ diff --git a/lib/api/requests/restart.cpp b/lib/api/requests/restart.cpp index e4eb56198..29a150fd3 100644 --- a/lib/api/requests/restart.cpp +++ b/lib/api/requests/restart.cpp @@ -1,6 +1,6 @@ /** The "restart" API request. * - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache 2.0 *********************************************************************************/ diff --git a/lib/api/requests/shutdown.cpp b/lib/api/requests/shutdown.cpp index 4aa4d8434..6ffb8890b 100644 --- a/lib/api/requests/shutdown.cpp +++ b/lib/api/requests/shutdown.cpp @@ -1,6 +1,6 @@ /** The "shutdown" API request. * - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache 2.0 *********************************************************************************/ diff --git a/lib/api/requests/status.cpp b/lib/api/requests/status.cpp index 430a6deb2..c00a81a77 100644 --- a/lib/api/requests/status.cpp +++ b/lib/api/requests/status.cpp @@ -1,6 +1,6 @@ /** The "status" API request. * - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache 2.0 *********************************************************************************/ diff --git a/lib/api/requests/universal.cpp b/lib/api/requests/universal.cpp index cee63cec5..8d716c159 100644 --- a/lib/api/requests/universal.cpp +++ b/lib/api/requests/universal.cpp @@ -1,7 +1,7 @@ /** Universal Data-exchange API request * * @file - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache 2.0 *********************************************************************************/ diff --git a/lib/api/requests/universal/channel.cpp b/lib/api/requests/universal/channel.cpp index 44be6f555..060a1ebea 100644 --- a/lib/api/requests/universal/channel.cpp +++ b/lib/api/requests/universal/channel.cpp @@ -1,6 +1,6 @@ /** The Universal Data-exchange API. * - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache 2.0 *********************************************************************************/ diff --git a/lib/api/requests/universal/channels.cpp b/lib/api/requests/universal/channels.cpp index 28cc8bcda..e835a0bba 100644 --- a/lib/api/requests/universal/channels.cpp +++ b/lib/api/requests/universal/channels.cpp @@ -1,6 +1,6 @@ /** The Universal Data-exchange API. * - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache 2.0 *********************************************************************************/ diff --git a/lib/api/requests/universal/info.cpp b/lib/api/requests/universal/info.cpp index 09af5985f..3f85b5c8c 100644 --- a/lib/api/requests/universal/info.cpp +++ b/lib/api/requests/universal/info.cpp @@ -1,6 +1,6 @@ /** The Universal Data-exchange API. * - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache 2.0 *********************************************************************************/ diff --git a/lib/api/requests/universal/status.cpp b/lib/api/requests/universal/status.cpp index a0edea12e..0270cbad3 100644 --- a/lib/api/requests/universal/status.cpp +++ b/lib/api/requests/universal/status.cpp @@ -1,6 +1,6 @@ /** The Universal Data-exchange API. * - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache 2.0 *********************************************************************************/ diff --git a/lib/api/response.cpp b/lib/api/response.cpp index 0eb77e284..d48477d2d 100644 --- a/lib/api/response.cpp +++ b/lib/api/response.cpp @@ -1,7 +1,7 @@ /** API Response. * * @file - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache 2.0 *********************************************************************************/ diff --git a/lib/api/session.cpp b/lib/api/session.cpp index c9b69630c..d8e94f9d8 100644 --- a/lib/api/session.cpp +++ b/lib/api/session.cpp @@ -1,6 +1,6 @@ /** API session. * - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache 2.0 *********************************************************************************/ diff --git a/lib/capabilities.cpp b/lib/capabilities.cpp index a45eec88f..b7b221045 100644 --- a/lib/capabilities.cpp +++ b/lib/capabilities.cpp @@ -1,6 +1,6 @@ /** Capabilities * - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache 2.0 *********************************************************************************/ diff --git a/lib/config.cpp b/lib/config.cpp index a564a28bb..5a6d62d0e 100644 --- a/lib/config.cpp +++ b/lib/config.cpp @@ -1,6 +1,6 @@ /** Configuration file parsing. * - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache 2.0 *********************************************************************************/ diff --git a/lib/config_helper.cpp b/lib/config_helper.cpp index b8e7e11cf..d91f19e3d 100644 --- a/lib/config_helper.cpp +++ b/lib/config_helper.cpp @@ -1,6 +1,6 @@ /** Helpers for configuration parsers. * - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache 2.0 *********************************************************************************/ diff --git a/lib/format.cpp b/lib/format.cpp index b65740373..c91ba39e2 100644 --- a/lib/format.cpp +++ b/lib/format.cpp @@ -1,6 +1,6 @@ /** Reading and writing simulation samples in various formats. * - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache 2.0 *********************************************************************************/ diff --git a/lib/formats/CMakeLists.txt b/lib/formats/CMakeLists.txt index b49575cbf..410a2378c 100644 --- a/lib/formats/CMakeLists.txt +++ b/lib/formats/CMakeLists.txt @@ -1,6 +1,6 @@ # CMakeLists. # -# @author Steffen Vogel +# @author Steffen Vogel # @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC # @license Apache 2.0 ################################################################################### diff --git a/lib/formats/column.cpp b/lib/formats/column.cpp index bb2bb45f9..26d474574 100644 --- a/lib/formats/column.cpp +++ b/lib/formats/column.cpp @@ -1,6 +1,6 @@ /** Comma-separated values. * - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache 2.0 *********************************************************************************/ diff --git a/lib/formats/json.cpp b/lib/formats/json.cpp index bb09aa6a4..d42eaed3c 100644 --- a/lib/formats/json.cpp +++ b/lib/formats/json.cpp @@ -1,6 +1,6 @@ /** JSON serializtion of sample data. * - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache 2.0 *********************************************************************************/ diff --git a/lib/formats/json_kafka.cpp b/lib/formats/json_kafka.cpp index 931558790..b40e199b6 100644 --- a/lib/formats/json_kafka.cpp +++ b/lib/formats/json_kafka.cpp @@ -1,6 +1,6 @@ /** JSON serializtion for Kafka schema/payloads. * - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache 2.0 *********************************************************************************/ diff --git a/lib/formats/json_reserve.cpp b/lib/formats/json_reserve.cpp index acdb9ab9c..54f0cef4a 100644 --- a/lib/formats/json_reserve.cpp +++ b/lib/formats/json_reserve.cpp @@ -1,6 +1,6 @@ /** JSON serializtion for RESERVE project. * - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache 2.0 *********************************************************************************/ diff --git a/lib/formats/line.cpp b/lib/formats/line.cpp index d6f90d958..5692d0c5c 100644 --- a/lib/formats/line.cpp +++ b/lib/formats/line.cpp @@ -1,6 +1,6 @@ /** Line-based formats * - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache 2.0 *********************************************************************************/ diff --git a/lib/formats/msg.cpp b/lib/formats/msg.cpp index 42d9184ca..b01a17f7e 100644 --- a/lib/formats/msg.cpp +++ b/lib/formats/msg.cpp @@ -1,6 +1,6 @@ /** Message related functions. * - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache 2.0 *********************************************************************************/ diff --git a/lib/formats/opal_asyncip.cpp b/lib/formats/opal_asyncip.cpp index 2d414aa2e..a3907589c 100644 --- a/lib/formats/opal_asyncip.cpp +++ b/lib/formats/opal_asyncip.cpp @@ -1,6 +1,6 @@ /** A custom format for OPAL-RTs AsyncIP example * - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache 2.0 *********************************************************************************/ diff --git a/lib/formats/protobuf.cpp b/lib/formats/protobuf.cpp index 3e327aa69..1d37e76d2 100644 --- a/lib/formats/protobuf.cpp +++ b/lib/formats/protobuf.cpp @@ -1,6 +1,6 @@ /** Protobuf IO format * - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache 2.0 *********************************************************************************/ diff --git a/lib/formats/raw.cpp b/lib/formats/raw.cpp index b48972786..15526b922 100644 --- a/lib/formats/raw.cpp +++ b/lib/formats/raw.cpp @@ -1,6 +1,6 @@ /** RAW IO format * - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache 2.0 *********************************************************************************/ diff --git a/lib/formats/value.cpp b/lib/formats/value.cpp index a2ddd9073..018bfa698 100644 --- a/lib/formats/value.cpp +++ b/lib/formats/value.cpp @@ -1,6 +1,6 @@ /** Bare text values. * - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache 2.0 *********************************************************************************/ diff --git a/lib/formats/villas.proto b/lib/formats/villas.proto index 45e422ba6..af9e0dec9 100644 --- a/lib/formats/villas.proto +++ b/lib/formats/villas.proto @@ -1,7 +1,7 @@ /// Protobuf schema based on msg_format.h /// /// @file -/// @author Steffen Vogel +/// @author Steffen Vogel /// @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC /// @license Apache 2.0 //////////////////////////////////////////////////////////////////////////////////// diff --git a/lib/formats/villas_binary.cpp b/lib/formats/villas_binary.cpp index 33ae8e241..b74154b1c 100644 --- a/lib/formats/villas_binary.cpp +++ b/lib/formats/villas_binary.cpp @@ -1,6 +1,6 @@ /** Message related functions. * - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache 2.0 *********************************************************************************/ diff --git a/lib/formats/villas_human.cpp b/lib/formats/villas_human.cpp index afa9ca0a0..efacb7284 100644 --- a/lib/formats/villas_human.cpp +++ b/lib/formats/villas_human.cpp @@ -1,6 +1,6 @@ /** The internal datastructure for a sample of simulation data. * - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache 2.0 *********************************************************************************/ diff --git a/lib/hook.cpp b/lib/hook.cpp index 0d21f75ae..17bc84be8 100644 --- a/lib/hook.cpp +++ b/lib/hook.cpp @@ -1,6 +1,6 @@ /** Hook-releated functions. * - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache 2.0 *********************************************************************************/ diff --git a/lib/hook_list.cpp b/lib/hook_list.cpp index 9bb7ad664..20b7d2711 100644 --- a/lib/hook_list.cpp +++ b/lib/hook_list.cpp @@ -1,6 +1,6 @@ /** Hook-releated functions. * - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache 2.0 *********************************************************************************/ diff --git a/lib/hooks/CMakeLists.txt b/lib/hooks/CMakeLists.txt index deed1983f..153331488 100644 --- a/lib/hooks/CMakeLists.txt +++ b/lib/hooks/CMakeLists.txt @@ -1,6 +1,6 @@ # CMakeLists. # -# @author Steffen Vogel +# @author Steffen Vogel # @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC # @license Apache 2.0 ################################################################################### diff --git a/lib/hooks/average.cpp b/lib/hooks/average.cpp index e0420081f..5a517a29b 100644 --- a/lib/hooks/average.cpp +++ b/lib/hooks/average.cpp @@ -1,6 +1,6 @@ /** Average hook. * - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache 2.0 *********************************************************************************/ diff --git a/lib/hooks/cast.cpp b/lib/hooks/cast.cpp index 32ec9e4b0..73e41ff6a 100644 --- a/lib/hooks/cast.cpp +++ b/lib/hooks/cast.cpp @@ -1,6 +1,6 @@ /** Cast hook. * - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache 2.0 *********************************************************************************/ diff --git a/lib/hooks/decimate.cpp b/lib/hooks/decimate.cpp index 5d6f0725c..9bea7d24d 100644 --- a/lib/hooks/decimate.cpp +++ b/lib/hooks/decimate.cpp @@ -1,6 +1,6 @@ /** Decimate hook. * - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache 2.0 *********************************************************************************/ diff --git a/lib/hooks/dp.cpp b/lib/hooks/dp.cpp index 41b6e5fb3..c7d0b42b6 100644 --- a/lib/hooks/dp.cpp +++ b/lib/hooks/dp.cpp @@ -1,6 +1,6 @@ /** Dynamic Phasor Interface Algorithm hook. * - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache 2.0 *********************************************************************************/ diff --git a/lib/hooks/drop.cpp b/lib/hooks/drop.cpp index cc506f715..89bd594de 100644 --- a/lib/hooks/drop.cpp +++ b/lib/hooks/drop.cpp @@ -1,6 +1,6 @@ /** Drop hook. * - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache 2.0 *********************************************************************************/ diff --git a/lib/hooks/dump.cpp b/lib/hooks/dump.cpp index d91e98328..c8b3ebcdb 100644 --- a/lib/hooks/dump.cpp +++ b/lib/hooks/dump.cpp @@ -1,6 +1,6 @@ /** Dump hook. * - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache 2.0 *********************************************************************************/ diff --git a/lib/hooks/ebm.cpp b/lib/hooks/ebm.cpp index 9d653cf9d..2eda91353 100644 --- a/lib/hooks/ebm.cpp +++ b/lib/hooks/ebm.cpp @@ -1,6 +1,6 @@ /** Energy-based Metric hook. * - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache 2.0 *********************************************************************************/ diff --git a/lib/hooks/fix.cpp b/lib/hooks/fix.cpp index 574818020..5d9f6affd 100644 --- a/lib/hooks/fix.cpp +++ b/lib/hooks/fix.cpp @@ -1,6 +1,6 @@ /** Drop hook. * - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache 2.0 *********************************************************************************/ diff --git a/lib/hooks/gate.cpp b/lib/hooks/gate.cpp index 958c015d2..b4ed6e651 100644 --- a/lib/hooks/gate.cpp +++ b/lib/hooks/gate.cpp @@ -1,6 +1,6 @@ /** Gate hook. * - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache 2.0 *********************************************************************************/ diff --git a/lib/hooks/limit_rate.cpp b/lib/hooks/limit_rate.cpp index 4f50d5e93..ef45704a9 100644 --- a/lib/hooks/limit_rate.cpp +++ b/lib/hooks/limit_rate.cpp @@ -1,6 +1,6 @@ /** Rate-limiting hook. * - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache 2.0 *********************************************************************************/ diff --git a/lib/hooks/limit_value.cpp b/lib/hooks/limit_value.cpp index d308428bd..0a66d61e7 100644 --- a/lib/hooks/limit_value.cpp +++ b/lib/hooks/limit_value.cpp @@ -1,6 +1,6 @@ /** Limit hook. * - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache 2.0 *********************************************************************************/ diff --git a/lib/hooks/lua.cpp b/lib/hooks/lua.cpp index 949c956d0..b0e5e67e1 100644 --- a/lib/hooks/lua.cpp +++ b/lib/hooks/lua.cpp @@ -1,6 +1,6 @@ /** Lua expressions hook. * - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache 2.0 *********************************************************************************/ diff --git a/lib/hooks/ma.cpp b/lib/hooks/ma.cpp index 8bd418ff9..f877b631d 100644 --- a/lib/hooks/ma.cpp +++ b/lib/hooks/ma.cpp @@ -1,6 +1,6 @@ /** Moving average filter. * - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache 2.0 *********************************************************************************/ diff --git a/lib/hooks/pps_ts.cpp b/lib/hooks/pps_ts.cpp index 1b5c65660..6bf969e12 100644 --- a/lib/hooks/pps_ts.cpp +++ b/lib/hooks/pps_ts.cpp @@ -1,6 +1,6 @@ /** Timestamp hook. * - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache 2.0 *********************************************************************************/ diff --git a/lib/hooks/print.cpp b/lib/hooks/print.cpp index 109916f4e..553de3a3d 100644 --- a/lib/hooks/print.cpp +++ b/lib/hooks/print.cpp @@ -1,6 +1,6 @@ /** Print hook. * - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache 2.0 *********************************************************************************/ diff --git a/lib/hooks/restart.cpp b/lib/hooks/restart.cpp index 97123378c..ec5ee85be 100644 --- a/lib/hooks/restart.cpp +++ b/lib/hooks/restart.cpp @@ -1,6 +1,6 @@ /** Path restart hook. * - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache 2.0 *********************************************************************************/ diff --git a/lib/hooks/scale.cpp b/lib/hooks/scale.cpp index 5a339232d..06e99564f 100644 --- a/lib/hooks/scale.cpp +++ b/lib/hooks/scale.cpp @@ -1,6 +1,6 @@ /** Scale hook. * - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache 2.0 *********************************************************************************/ diff --git a/lib/hooks/shift_seq.cpp b/lib/hooks/shift_seq.cpp index a9048018a..90e4c046a 100644 --- a/lib/hooks/shift_seq.cpp +++ b/lib/hooks/shift_seq.cpp @@ -1,6 +1,6 @@ /** Shift sequence number of samples * - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache 2.0 *********************************************************************************/ diff --git a/lib/hooks/shift_ts.cpp b/lib/hooks/shift_ts.cpp index d399d8ad1..f0ffa2235 100644 --- a/lib/hooks/shift_ts.cpp +++ b/lib/hooks/shift_ts.cpp @@ -1,6 +1,6 @@ /** Shift timestamps of samples. * - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache 2.0 *********************************************************************************/ diff --git a/lib/hooks/skip_first.cpp b/lib/hooks/skip_first.cpp index 99ae23f83..1994e6ce2 100644 --- a/lib/hooks/skip_first.cpp +++ b/lib/hooks/skip_first.cpp @@ -1,6 +1,6 @@ /** Skip first hook. * - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache 2.0 *********************************************************************************/ diff --git a/lib/hooks/stats.cpp b/lib/hooks/stats.cpp index 2e86abd8a..4e17c458e 100644 --- a/lib/hooks/stats.cpp +++ b/lib/hooks/stats.cpp @@ -1,6 +1,6 @@ /** Statistic hooks. * - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache 2.0 *********************************************************************************/ diff --git a/lib/hooks/ts.cpp b/lib/hooks/ts.cpp index 3c61b9041..659287771 100644 --- a/lib/hooks/ts.cpp +++ b/lib/hooks/ts.cpp @@ -1,6 +1,6 @@ /** Timestamp hook. * - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache 2.0 *********************************************************************************/ diff --git a/lib/kernel/if.cpp b/lib/kernel/if.cpp index 9a99ceb52..e12c6ec62 100644 --- a/lib/kernel/if.cpp +++ b/lib/kernel/if.cpp @@ -1,6 +1,6 @@ /** Interface related functions. * - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache 2.0 *********************************************************************************/ diff --git a/lib/kernel/nl.cpp b/lib/kernel/nl.cpp index bc44f25c7..b1f341be9 100644 --- a/lib/kernel/nl.cpp +++ b/lib/kernel/nl.cpp @@ -2,7 +2,7 @@ * * VILLASnode uses libnl3 to talk to the Linux kernel to gather networking related information * - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache 2.0 *********************************************************************************/ diff --git a/lib/kernel/tc.cpp b/lib/kernel/tc.cpp index d8ae48bae..87627d20e 100644 --- a/lib/kernel/tc.cpp +++ b/lib/kernel/tc.cpp @@ -2,7 +2,7 @@ * * VILLASnode uses these functions to setup the network emulation feature. * - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache 2.0 *********************************************************************************/ diff --git a/lib/kernel/tc_netem.cpp b/lib/kernel/tc_netem.cpp index d49299278..1c1e92d57 100644 --- a/lib/kernel/tc_netem.cpp +++ b/lib/kernel/tc_netem.cpp @@ -2,7 +2,7 @@ * * VILLASnode uses these functions to setup the network emulation feature. * - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache 2.0 *********************************************************************************/ diff --git a/lib/mapping.cpp b/lib/mapping.cpp index 7b336f232..655d517f0 100644 --- a/lib/mapping.cpp +++ b/lib/mapping.cpp @@ -1,6 +1,6 @@ /** Sample value remapping for mux. * - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache 2.0 *********************************************************************************/ diff --git a/lib/mapping_list.cpp b/lib/mapping_list.cpp index 9d707ce55..dcbbfb1ab 100644 --- a/lib/mapping_list.cpp +++ b/lib/mapping_list.cpp @@ -1,7 +1,7 @@ /** Sample value remapping for path source muxing. * * @file - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache 2.0 *********************************************************************************/ diff --git a/lib/memory.cpp b/lib/memory.cpp index b790882f4..6777628b5 100644 --- a/lib/memory.cpp +++ b/lib/memory.cpp @@ -1,6 +1,6 @@ /** Memory allocators. * - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache 2.0 *********************************************************************************/ diff --git a/lib/memory/heap.cpp b/lib/memory/heap.cpp index 99e544c83..682da1f1c 100644 --- a/lib/memory/heap.cpp +++ b/lib/memory/heap.cpp @@ -1,6 +1,6 @@ /** Heap memory allocator. * - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache 2.0 *********************************************************************************/ diff --git a/lib/memory/ib.cpp b/lib/memory/ib.cpp index 6ed5f09c3..f6d014804 100644 --- a/lib/memory/ib.cpp +++ b/lib/memory/ib.cpp @@ -1,6 +1,6 @@ /** Infiniband memory allocator. * - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache 2.0 *********************************************************************************/ diff --git a/lib/memory/managed.cpp b/lib/memory/managed.cpp index a0727c6bf..f167500ab 100644 --- a/lib/memory/managed.cpp +++ b/lib/memory/managed.cpp @@ -1,6 +1,6 @@ /** Managed memory allocator. * - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache 2.0 *********************************************************************************/ diff --git a/lib/memory/mmap.cpp b/lib/memory/mmap.cpp index aabec63ac..eab73ec73 100644 --- a/lib/memory/mmap.cpp +++ b/lib/memory/mmap.cpp @@ -1,6 +1,6 @@ /** mmap memory allocator. * - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache 2.0 *********************************************************************************/ diff --git a/lib/node.cpp b/lib/node.cpp index 72cad3356..a7b761084 100644 --- a/lib/node.cpp +++ b/lib/node.cpp @@ -1,6 +1,6 @@ /** Nodes. * - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache 2.0 *********************************************************************************/ diff --git a/lib/node_capi.cpp b/lib/node_capi.cpp index 497f44785..342be2104 100644 --- a/lib/node_capi.cpp +++ b/lib/node_capi.cpp @@ -1,7 +1,7 @@ /** Node C-API * * @file - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache 2.0 **********************************************************************************/ diff --git a/lib/node_compat.cpp b/lib/node_compat.cpp index 69794cc5a..3d7a7376a 100644 --- a/lib/node_compat.cpp +++ b/lib/node_compat.cpp @@ -1,6 +1,6 @@ /** Legacy nodes. * - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache 2.0 *********************************************************************************/ diff --git a/lib/node_direction.cpp b/lib/node_direction.cpp index 1a9ef90d9..9d2e55bf7 100644 --- a/lib/node_direction.cpp +++ b/lib/node_direction.cpp @@ -1,6 +1,6 @@ /** Node direction * - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache 2.0 *********************************************************************************/ diff --git a/lib/node_list.cpp b/lib/node_list.cpp index e82985dfd..e77282191 100644 --- a/lib/node_list.cpp +++ b/lib/node_list.cpp @@ -1,6 +1,6 @@ /** Node list * - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache 2.0 **********************************************************************************/ diff --git a/lib/nodes/CMakeLists.txt b/lib/nodes/CMakeLists.txt index 555c49f97..095868d7e 100644 --- a/lib/nodes/CMakeLists.txt +++ b/lib/nodes/CMakeLists.txt @@ -1,6 +1,6 @@ # CMakeLists. # -# @author Steffen Vogel +# @author Steffen Vogel # @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC # @license Apache 2.0 ################################################################################### diff --git a/lib/nodes/amqp.cpp b/lib/nodes/amqp.cpp index a22a435c0..6d6201325 100644 --- a/lib/nodes/amqp.cpp +++ b/lib/nodes/amqp.cpp @@ -1,6 +1,6 @@ /** Node type: nanomsg * - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache 2.0 *********************************************************************************/ diff --git a/lib/nodes/api.cpp b/lib/nodes/api.cpp index 20b2ce55b..cc4408870 100644 --- a/lib/nodes/api.cpp +++ b/lib/nodes/api.cpp @@ -1,7 +1,7 @@ /** Node type: Universal Data-exchange API (v2) * * @see https://github.com/ERIGrid2/JRA-3.1-api - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache 2.0 *********************************************************************************/ diff --git a/lib/nodes/comedi.cpp b/lib/nodes/comedi.cpp index b6e02791b..dd6f0eb05 100644 --- a/lib/nodes/comedi.cpp +++ b/lib/nodes/comedi.cpp @@ -1,6 +1,6 @@ /** Node type: comedi * - * @author Steffen Vogel + * @author Steffen Vogel * @author Daniel Krebs * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache 2.0 diff --git a/lib/nodes/ethercat.cpp b/lib/nodes/ethercat.cpp index da2637099..f56182453 100644 --- a/lib/nodes/ethercat.cpp +++ b/lib/nodes/ethercat.cpp @@ -1,7 +1,7 @@ /** Node type: Ethercat * * @author Niklas Eiling - * @author Steffen Vogel + * @author Steffen Vogel * @author Divya Laxetti * @copyright 2018-2020, Institute for Automation of Complex Power Systems, EONERC * @license Apache 2.0 diff --git a/lib/nodes/example.cpp b/lib/nodes/example.cpp index 4b8e54414..4a4268a94 100644 --- a/lib/nodes/example.cpp +++ b/lib/nodes/example.cpp @@ -3,7 +3,7 @@ * This example does not do any particulary useful. * It is just a skeleton to get you started with new node-types. * - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache 2.0 *********************************************************************************/ diff --git a/lib/nodes/exec.cpp b/lib/nodes/exec.cpp index 6c0acc3d7..6174aeb84 100644 --- a/lib/nodes/exec.cpp +++ b/lib/nodes/exec.cpp @@ -1,6 +1,6 @@ /** Node-type for subprocess node-types. * - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache 2.0 *********************************************************************************/ diff --git a/lib/nodes/file.cpp b/lib/nodes/file.cpp index 96b59c7eb..c398c92db 100644 --- a/lib/nodes/file.cpp +++ b/lib/nodes/file.cpp @@ -1,6 +1,6 @@ /** Node type: File * - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache 2.0 *********************************************************************************/ diff --git a/lib/nodes/fpga.cpp b/lib/nodes/fpga.cpp index 780675097..838ed971d 100644 --- a/lib/nodes/fpga.cpp +++ b/lib/nodes/fpga.cpp @@ -1,6 +1,6 @@ /** Communicate with VILLASfpga Xilinx FPGA boards * - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache 2.0 *********************************************************************************/ diff --git a/lib/nodes/go.cpp b/lib/nodes/go.cpp index c2ba472e6..2790dc2eb 100644 --- a/lib/nodes/go.cpp +++ b/lib/nodes/go.cpp @@ -1,7 +1,7 @@ /** Node-type implemeted in Go language * * @file - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache 2.0 *********************************************************************************/ diff --git a/lib/nodes/iec61850.cpp b/lib/nodes/iec61850.cpp index 5afd357a6..8c380c963 100644 --- a/lib/nodes/iec61850.cpp +++ b/lib/nodes/iec61850.cpp @@ -1,6 +1,6 @@ /** Node type: IEC 61850-9-2 (Sampled Values) * - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache 2.0 *********************************************************************************/ diff --git a/lib/nodes/iec61850_sv.cpp b/lib/nodes/iec61850_sv.cpp index 600e626d4..74f3e5b3f 100644 --- a/lib/nodes/iec61850_sv.cpp +++ b/lib/nodes/iec61850_sv.cpp @@ -1,6 +1,6 @@ /** Node type: IEC 61850-9-2 (Sampled Values) * - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache 2.0 *********************************************************************************/ diff --git a/lib/nodes/influxdb.cpp b/lib/nodes/influxdb.cpp index b38cc461d..d0224f734 100644 --- a/lib/nodes/influxdb.cpp +++ b/lib/nodes/influxdb.cpp @@ -1,6 +1,6 @@ /** Node-type for InfluxDB. * - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache 2.0 *********************************************************************************/ diff --git a/lib/nodes/loopback.cpp b/lib/nodes/loopback.cpp index edd7f4760..e1467e31b 100644 --- a/lib/nodes/loopback.cpp +++ b/lib/nodes/loopback.cpp @@ -1,6 +1,6 @@ /** Node-type for loopback connections. * - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache 2.0 *********************************************************************************/ diff --git a/lib/nodes/loopback_internal.cpp b/lib/nodes/loopback_internal.cpp index 6c5f5a3dd..04c261b29 100644 --- a/lib/nodes/loopback_internal.cpp +++ b/lib/nodes/loopback_internal.cpp @@ -1,6 +1,6 @@ /** Node-type for internal loopback_internal connections. * - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache 2.0 *********************************************************************************/ diff --git a/lib/nodes/mqtt.cpp b/lib/nodes/mqtt.cpp index c2ded6bdd..52b86c063 100644 --- a/lib/nodes/mqtt.cpp +++ b/lib/nodes/mqtt.cpp @@ -1,6 +1,6 @@ /** Node type: mqtt * - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache 2.0 *********************************************************************************/ diff --git a/lib/nodes/nanomsg.cpp b/lib/nodes/nanomsg.cpp index de22b8e3f..4b111d403 100644 --- a/lib/nodes/nanomsg.cpp +++ b/lib/nodes/nanomsg.cpp @@ -1,6 +1,6 @@ /** Node type: nanomsg * - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache 2.0 *********************************************************************************/ diff --git a/lib/nodes/ngsi.cpp b/lib/nodes/ngsi.cpp index 5c03be593..842fc062f 100644 --- a/lib/nodes/ngsi.cpp +++ b/lib/nodes/ngsi.cpp @@ -1,6 +1,6 @@ /** Node type: OMA Next Generation Services Interface 9 (NGSI) (FIWARE context broker) * - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC **********************************************************************************/ diff --git a/lib/nodes/opal.cpp b/lib/nodes/opal.cpp index 0b0bd7ce2..1341c40cd 100644 --- a/lib/nodes/opal.cpp +++ b/lib/nodes/opal.cpp @@ -2,7 +2,7 @@ * * This file implements the opal subtype for nodes. * - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache 2.0 *********************************************************************************/ diff --git a/lib/nodes/redis.cpp b/lib/nodes/redis.cpp index b40e128e9..1b33b34ad 100644 --- a/lib/nodes/redis.cpp +++ b/lib/nodes/redis.cpp @@ -1,6 +1,6 @@ /** Redis node-type * - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache 2.0 *********************************************************************************/ diff --git a/lib/nodes/rtp.cpp b/lib/nodes/rtp.cpp index b7320e67c..daef6015f 100644 --- a/lib/nodes/rtp.cpp +++ b/lib/nodes/rtp.cpp @@ -1,6 +1,6 @@ /** Node type: Real-time Protocol (RTP) * - * @author Steffen Vogel + * @author Steffen Vogel * @author Marvin Klimke * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache 2.0 diff --git a/lib/nodes/signal.cpp b/lib/nodes/signal.cpp index 7fbb55619..0464f067e 100644 --- a/lib/nodes/signal.cpp +++ b/lib/nodes/signal.cpp @@ -1,7 +1,7 @@ /** Node-type for signal generation. * * @file - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache 2.0 *********************************************************************************/ diff --git a/lib/nodes/signal_v1.cpp b/lib/nodes/signal_v1.cpp index 40de6825b..18c20a484 100644 --- a/lib/nodes/signal_v1.cpp +++ b/lib/nodes/signal_v1.cpp @@ -1,7 +1,7 @@ /** Node-type for signal generation. * * @file - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache 2.0 *********************************************************************************/ diff --git a/lib/nodes/socket.cpp b/lib/nodes/socket.cpp index a834f65c4..dc3d661ee 100644 --- a/lib/nodes/socket.cpp +++ b/lib/nodes/socket.cpp @@ -1,6 +1,6 @@ /** The socket node-type for Layer 2, 3, 4 BSD-style sockets * - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache 2.0 *********************************************************************************/ diff --git a/lib/nodes/stats.cpp b/lib/nodes/stats.cpp index 58d06a1eb..2078639ce 100644 --- a/lib/nodes/stats.cpp +++ b/lib/nodes/stats.cpp @@ -1,6 +1,6 @@ /** Sending statistics to another node. * - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache 2.0 *********************************************************************************/ diff --git a/lib/nodes/test_rtt.cpp b/lib/nodes/test_rtt.cpp index 2f5597796..6280f8313 100644 --- a/lib/nodes/test_rtt.cpp +++ b/lib/nodes/test_rtt.cpp @@ -1,6 +1,6 @@ /** Node type: Node-type for testing Round-trip Time. * - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache 2.0 *********************************************************************************/ diff --git a/lib/nodes/uldaq.cpp b/lib/nodes/uldaq.cpp index 492369a92..d824bdb39 100644 --- a/lib/nodes/uldaq.cpp +++ b/lib/nodes/uldaq.cpp @@ -2,7 +2,7 @@ * * @file * @author Manuel Pitz - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache 2.0 *********************************************************************************/ diff --git a/lib/nodes/websocket.cpp b/lib/nodes/websocket.cpp index a024b40c1..82f858d78 100644 --- a/lib/nodes/websocket.cpp +++ b/lib/nodes/websocket.cpp @@ -1,6 +1,6 @@ /** Node type: Websockets (libwebsockets) * - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache 2.0 *********************************************************************************/ diff --git a/lib/nodes/zeromq.cpp b/lib/nodes/zeromq.cpp index 74c3a9ebd..13163f8d7 100644 --- a/lib/nodes/zeromq.cpp +++ b/lib/nodes/zeromq.cpp @@ -1,6 +1,6 @@ /** Node type: ZeroMQ * - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache 2.0 *********************************************************************************/ diff --git a/lib/path.cpp b/lib/path.cpp index 56a28401c..e22ea1e76 100644 --- a/lib/path.cpp +++ b/lib/path.cpp @@ -1,6 +1,6 @@ /** Message paths. * - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache 2.0 *********************************************************************************/ diff --git a/lib/path_destination.cpp b/lib/path_destination.cpp index 136e97447..4900ca62f 100644 --- a/lib/path_destination.cpp +++ b/lib/path_destination.cpp @@ -1,6 +1,6 @@ /** Path destination * - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache 2.0 *********************************************************************************/ diff --git a/lib/path_list.cpp b/lib/path_list.cpp index 2bc38b684..57c835e08 100644 --- a/lib/path_list.cpp +++ b/lib/path_list.cpp @@ -1,6 +1,6 @@ /** Path list * - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache 2.0 **********************************************************************************/ diff --git a/lib/path_source.cpp b/lib/path_source.cpp index ac342d4c3..e3f71a72d 100644 --- a/lib/path_source.cpp +++ b/lib/path_source.cpp @@ -1,6 +1,6 @@ /** Path source * - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache 2.0 *********************************************************************************/ diff --git a/lib/pool.cpp b/lib/pool.cpp index c58805c07..696693fd0 100644 --- a/lib/pool.cpp +++ b/lib/pool.cpp @@ -1,6 +1,6 @@ /** Memory pool for fixed size objects. * - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache 2.0 *********************************************************************************/ diff --git a/lib/queue.cpp b/lib/queue.cpp index 8ce3f0d19..d0b6a2523 100644 --- a/lib/queue.cpp +++ b/lib/queue.cpp @@ -3,7 +3,7 @@ * Based on Dmitry Vyukov#s Bounded MPMC queue: * http://www.1024cores.net/home/lock-free-algorithms/queues/bounded-mpmc-queue * - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2017 Steffen Vogel * @license BSD 2-Clause License * diff --git a/lib/sample.cpp b/lib/sample.cpp index 71ac69405..2c56322a0 100644 --- a/lib/sample.cpp +++ b/lib/sample.cpp @@ -1,6 +1,6 @@ /** The internal datastructure for a sample of simulation data. * - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache 2.0 *********************************************************************************/ diff --git a/lib/signal.cpp b/lib/signal.cpp index 77296e49a..7be7139f9 100644 --- a/lib/signal.cpp +++ b/lib/signal.cpp @@ -1,6 +1,6 @@ /** Signal meta data. * - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache 2.0 *********************************************************************************/ diff --git a/lib/signal_data.cpp b/lib/signal_data.cpp index befb38121..710249de8 100644 --- a/lib/signal_data.cpp +++ b/lib/signal_data.cpp @@ -1,6 +1,6 @@ /** Signal data. * - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache 2.0 *********************************************************************************/ diff --git a/lib/signal_list.cpp b/lib/signal_list.cpp index 3592fcb7b..e64d53e31 100644 --- a/lib/signal_list.cpp +++ b/lib/signal_list.cpp @@ -1,6 +1,6 @@ /** Signal metadata list. * - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache 2.0 *********************************************************************************/ diff --git a/lib/signal_type.cpp b/lib/signal_type.cpp index cc48e919e..3766693d3 100644 --- a/lib/signal_type.cpp +++ b/lib/signal_type.cpp @@ -1,6 +1,6 @@ /** Signal types. * - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache 2.0 *********************************************************************************/ diff --git a/lib/socket_addr.cpp b/lib/socket_addr.cpp index 0b18425b3..d643661f5 100644 --- a/lib/socket_addr.cpp +++ b/lib/socket_addr.cpp @@ -1,6 +1,6 @@ /** Various functions to work with socket addresses * - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache 2.0 **********************************************************************************/ diff --git a/lib/stats.cpp b/lib/stats.cpp index ec41503ba..fa87ee180 100644 --- a/lib/stats.cpp +++ b/lib/stats.cpp @@ -1,6 +1,6 @@ /** Statistic collection. * - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache 2.0 *********************************************************************************/ diff --git a/lib/super_node.cpp b/lib/super_node.cpp index ac799f365..5dd96111f 100644 --- a/lib/super_node.cpp +++ b/lib/super_node.cpp @@ -1,6 +1,6 @@ /** The super node object holding the state of the application. * - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache 2.0 *********************************************************************************/ diff --git a/lib/usb.cpp b/lib/usb.cpp index f0577bcb2..222cdb9bb 100644 --- a/lib/usb.cpp +++ b/lib/usb.cpp @@ -1,7 +1,7 @@ /** Helpers for USB node-types * * @file - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache 2.0 *********************************************************************************/ diff --git a/lib/web.cpp b/lib/web.cpp index 0de041601..85ef147c1 100644 --- a/lib/web.cpp +++ b/lib/web.cpp @@ -1,6 +1,6 @@ /** LWS-releated functions. * - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache 2.0 *********************************************************************************/ diff --git a/packaging/CMakeLists.txt b/packaging/CMakeLists.txt index 48b80eb4c..06f551c05 100644 --- a/packaging/CMakeLists.txt +++ b/packaging/CMakeLists.txt @@ -1,6 +1,6 @@ # CMakeLists.txt. # -# @author Steffen Vogel +# @author Steffen Vogel # @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC # @license Apache 2.0 ################################################################################### diff --git a/packaging/docker/Dockerfile.debian b/packaging/docker/Dockerfile.debian index 8f287d909..12a5b2c05 100644 --- a/packaging/docker/Dockerfile.debian +++ b/packaging/docker/Dockerfile.debian @@ -1,6 +1,6 @@ # Debian Dockerfile # -# @author Steffen Vogel +# @author Steffen Vogel # @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC # @license Apache 2.0 ################################################################################### @@ -89,7 +89,7 @@ LABEL \ org.label-schema.license="Apache-2.0" \ org.label-schema.vendor="Institute for Automation of Complex Power Systems, RWTH Aachen University" \ org.label-schema.author.name="Steffen Vogel" \ - org.label-schema.author.email="svogel2@eonerc.rwth-aachen.de" \ + org.label-schema.author.email="post@steffenvogel.de" \ org.label-schema.description="A image containing all build-time dependencies for VILLASnode based on Fedora" \ org.label-schema.url="http://fein-aachen.org/projects/villas-framework/" \ org.label-schema.vcs-url="https://git.rwth-aachen.de/acs/public/villas/node" \ diff --git a/packaging/docker/Dockerfile.debian-multiarch b/packaging/docker/Dockerfile.debian-multiarch index 5959421c6..304ae76c1 100644 --- a/packaging/docker/Dockerfile.debian-multiarch +++ b/packaging/docker/Dockerfile.debian-multiarch @@ -1,6 +1,6 @@ # Debian Multiarch Dockerfile # -# @author Steffen Vogel +# @author Steffen Vogel # @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC # @license Apache 2.0 ################################################################################### @@ -173,7 +173,7 @@ LABEL \ org.label-schema.license="Apache-2.0" \ org.label-schema.vendor="Institute for Automation of Complex Power Systems, RWTH Aachen University" \ org.label-schema.author.name="Steffen Vogel" \ - org.label-schema.author.email="svogel2@eonerc.rwth-aachen.de" \ + org.label-schema.author.email="post@steffenvogel.de" \ org.label-schema.description="A image containing all build-time dependencies for VILLASnode based on Fedora" \ org.label-schema.url="http://fein-aachen.org/projects/villas-framework/" \ org.label-schema.vcs-url="https://git.rwth-aachen.de/acs/public/villas/node" \ diff --git a/packaging/docker/Dockerfile.fedora b/packaging/docker/Dockerfile.fedora index 64b6bb3a4..7a160bb6e 100644 --- a/packaging/docker/Dockerfile.fedora +++ b/packaging/docker/Dockerfile.fedora @@ -1,6 +1,6 @@ # Fedora Dockerfile # -# @author Steffen Vogel +# @author Steffen Vogel # @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC # @license Apache 2.0 ################################################################################### @@ -121,7 +121,7 @@ LABEL \ org.label-schema.license="Apache-2.0" \ org.label-schema.vendor="Institute for Automation of Complex Power Systems, RWTH Aachen University" \ org.label-schema.author.name="Steffen Vogel" \ - org.label-schema.author.email="svogel2@eonerc.rwth-aachen.de" \ + org.label-schema.author.email="post@steffenvogel.de" \ org.label-schema.description="A image containing all build-time dependencies for VILLASnode based on Fedora" \ org.label-schema.url="http://fein-aachen.org/projects/villas-framework/" \ org.label-schema.vcs-url="https://git.rwth-aachen.de/acs/public/villas/node" \ diff --git a/packaging/docker/Dockerfile.fedora-minimal b/packaging/docker/Dockerfile.fedora-minimal index a69946d35..f095a5603 100644 --- a/packaging/docker/Dockerfile.fedora-minimal +++ b/packaging/docker/Dockerfile.fedora-minimal @@ -1,6 +1,6 @@ # Minimal Fedora Dockerfile # -# @author Steffen Vogel +# @author Steffen Vogel # @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC # @license Apache 2.0 ################################################################################### @@ -63,7 +63,7 @@ LABEL \ org.label-schema.license="Apache-2.0" \ org.label-schema.vendor="Institute for Automation of Complex Power Systems, RWTH Aachen University" \ org.label-schema.author.name="Steffen Vogel" \ - org.label-schema.author.email="svogel2@eonerc.rwth-aachen.de" \ + org.label-schema.author.email="post@steffenvogel.de" \ org.label-schema.description="A image containing all build-time dependencies for VILLASnode based on Fedora" \ org.label-schema.url="http://fein-aachen.org/projects/villas-framework/" \ org.label-schema.vcs-url="https://git.rwth-aachen.de/acs/public/villas/node" \ diff --git a/packaging/docker/Dockerfile.rocky b/packaging/docker/Dockerfile.rocky index 0e1bc0004..c9aac273c 100644 --- a/packaging/docker/Dockerfile.rocky +++ b/packaging/docker/Dockerfile.rocky @@ -1,6 +1,6 @@ # Rockylinux Dockerfile # -# @author Steffen Vogel +# @author Steffen Vogel # @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC # @license Apache 2.0 ################################################################################### @@ -89,7 +89,7 @@ LABEL \ org.label-schema.license="Apache-2.0" \ org.label-schema.vendor="Institute for Automation of Complex Power Systems, RWTH Aachen University" \ org.label-schema.author.name="Steffen Vogel" \ - org.label-schema.author.email="svogel2@eonerc.rwth-aachen.de" \ + org.label-schema.author.email="post@steffenvogel.de" \ org.label-schema.description="A image containing all build-time dependencies for VILLASnode based on Fedora" \ org.label-schema.url="http://fein-aachen.org/projects/villas-framework/" \ org.label-schema.vcs-url="https://git.rwth-aachen.de/acs/public/villas/node" \ diff --git a/packaging/docker/Dockerfile.ubuntu b/packaging/docker/Dockerfile.ubuntu index 31a5b3db3..7fe4c9a48 100644 --- a/packaging/docker/Dockerfile.ubuntu +++ b/packaging/docker/Dockerfile.ubuntu @@ -1,6 +1,6 @@ # Ubuntu Dockerfile # -# @author Steffen Vogel +# @author Steffen Vogel # @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC # @license Apache 2.0 ################################################################################### @@ -91,7 +91,7 @@ LABEL \ org.label-schema.license="Apache-2.0" \ org.label-schema.vendor="Institute for Automation of Complex Power Systems, RWTH Aachen University" \ org.label-schema.author.name="Steffen Vogel" \ - org.label-schema.author.email="svogel2@eonerc.rwth-aachen.de" \ + org.label-schema.author.email="post@steffenvogel.de" \ org.label-schema.description="A image containing all build-time dependencies for VILLASnode based on Fedora" \ org.label-schema.url="http://fein-aachen.org/projects/villas-framework/" \ org.label-schema.vcs-url="https://git.rwth-aachen.de/acs/public/villas/node" \ diff --git a/packaging/live-iso/Dockerfile b/packaging/live-iso/Dockerfile index a91db136d..4f08af11d 100644 --- a/packaging/live-iso/Dockerfile +++ b/packaging/live-iso/Dockerfile @@ -1,6 +1,6 @@ # Dockerfile for creating VILLAS live images # -# @author Steffen Vogel +# @author Steffen Vogel # @copyright 2017-2022, Institute for Automation of Complex Power Systems, EONERC # @license Apache 2.0 ################################################################################### diff --git a/packaging/live-iso/files/etc/motd b/packaging/live-iso/files/etc/motd index 9eda4aa01..987cda5f7 100755 --- a/packaging/live-iso/files/etc/motd +++ b/packaging/live-iso/files/etc/motd @@ -12,7 +12,7 @@ EON Energy Research Center (EONERC) RWTH University, Aachen, Germany - Steffen Vogel + Steffen Vogel --------------------------------------------------------------------- For further instructions, please consult the documentation: diff --git a/plugins/CMakeLists.txt b/plugins/CMakeLists.txt index 064f64ce3..11134a99e 100644 --- a/plugins/CMakeLists.txt +++ b/plugins/CMakeLists.txt @@ -1,6 +1,6 @@ # CMakeLists.txt. # -# @author Steffen Vogel +# @author Steffen Vogel # @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC # @license Apache 2.0 ################################################################################### diff --git a/plugins/example_hook.cpp b/plugins/example_hook.cpp index c725f6575..a20fa3619 100644 --- a/plugins/example_hook.cpp +++ b/plugins/example_hook.cpp @@ -1,6 +1,6 @@ /** A simple example hook function which can be loaded as a plugin. * - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache 2.0 *********************************************************************************/ diff --git a/python/CMakeLists.txt b/python/CMakeLists.txt index 12d30adec..e13cf6187 100644 --- a/python/CMakeLists.txt +++ b/python/CMakeLists.txt @@ -1,6 +1,6 @@ # Makefile. # -# @author Steffen Vogel +# @author Steffen Vogel # @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC # @license Apache 2.0 ################################################################################### diff --git a/python/README.md b/python/README.md index 5e0e1a079..113ad2b1f 100644 --- a/python/README.md +++ b/python/README.md @@ -29,7 +29,7 @@ For other licensing options please consult [Prof. Antonello Monti](mailto:amonti [![EONERC ACS Logo](doc/pictures/eonerc_logo.png)](http://www.acs.eonerc.rwth-aachen.de) -- Steffen Vogel +- Steffen Vogel - Marija Stevic [Institute for Automation of Complex Power Systems (ACS)](http://www.acs.eonerc.rwth-aachen.de) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 002f4809e..65dcaa21e 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -1,6 +1,6 @@ # CMakeLists. # -# @author Steffen Vogel +# @author Steffen Vogel # @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC # @license Apache 2.0 ################################################################################### diff --git a/src/villas-compare.cpp b/src/villas-compare.cpp index 8ead64b43..7aff485bc 100644 --- a/src/villas-compare.cpp +++ b/src/villas-compare.cpp @@ -1,6 +1,6 @@ /** Compare two data files. * - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache 2.0 *********************************************************************************/ diff --git a/src/villas-conf2json.cpp b/src/villas-conf2json.cpp index 43aba78a6..d21fd3e90 100644 --- a/src/villas-conf2json.cpp +++ b/src/villas-conf2json.cpp @@ -1,6 +1,6 @@ /** Convert old style config to new JSON format. * - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache 2.0 *********************************************************************************/ diff --git a/src/villas-convert.cpp b/src/villas-convert.cpp index 513f35801..610bd6e11 100644 --- a/src/villas-convert.cpp +++ b/src/villas-convert.cpp @@ -1,7 +1,7 @@ /** Convert between samples IO formats * * @file - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache 2.0 *********************************************************************************/ diff --git a/src/villas-graph.cpp b/src/villas-graph.cpp index 9eb2f979d..1eee35857 100644 --- a/src/villas-graph.cpp +++ b/src/villas-graph.cpp @@ -1,7 +1,7 @@ /** Create a graph representation of the VILLASnode configuration file * * @file - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache 2.0 *********************************************************************************/ diff --git a/src/villas-hook.cpp b/src/villas-hook.cpp index d059a746f..b5ef0501a 100644 --- a/src/villas-hook.cpp +++ b/src/villas-hook.cpp @@ -1,7 +1,7 @@ /** Receive messages from server snd print them on stdout. * * @file - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache 2.0 *********************************************************************************/ diff --git a/src/villas-node.cpp b/src/villas-node.cpp index 6f018c506..3f4693c96 100644 --- a/src/villas-node.cpp +++ b/src/villas-node.cpp @@ -1,6 +1,6 @@ /** Main routine. * - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache 2.0 *********************************************************************************/ diff --git a/src/villas-pipe.cpp b/src/villas-pipe.cpp index c013fae8c..40f54835b 100644 --- a/src/villas-pipe.cpp +++ b/src/villas-pipe.cpp @@ -1,7 +1,7 @@ /** Receive messages from server snd print them on stdout. * * @file - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache 2.0 *********************************************************************************/ diff --git a/src/villas-relay.cpp b/src/villas-relay.cpp index b5d7aac8c..d4c711528 100644 --- a/src/villas-relay.cpp +++ b/src/villas-relay.cpp @@ -1,6 +1,6 @@ /** Simple WebSocket relay facilitating client-to-client connections. * - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache 2.0 *********************************************************************************/ diff --git a/src/villas-relay.hpp b/src/villas-relay.hpp index 3174ff7d0..5d0bb2fe1 100644 --- a/src/villas-relay.hpp +++ b/src/villas-relay.hpp @@ -1,7 +1,7 @@ /** Simple WebSocket relay facilitating client-to-client connections. * * @file - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache 2.0 *********************************************************************************/ diff --git a/src/villas-signal.cpp b/src/villas-signal.cpp index 7eb921fb4..9a3b4a73c 100644 --- a/src/villas-signal.cpp +++ b/src/villas-signal.cpp @@ -1,7 +1,7 @@ /** Generate random packages on stdout. * * @file - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache 2.0 **********************************************************************************/ diff --git a/src/villas-test-config.cpp b/src/villas-test-config.cpp index 63b43cd44..4d82c2b6f 100644 --- a/src/villas-test-config.cpp +++ b/src/villas-test-config.cpp @@ -1,6 +1,6 @@ /** Main routine. * - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache 2.0 *********************************************************************************/ diff --git a/src/villas-test-rtt.cpp b/src/villas-test-rtt.cpp index 36a49b28a..63d59a66d 100644 --- a/src/villas-test-rtt.cpp +++ b/src/villas-test-rtt.cpp @@ -1,6 +1,6 @@ /** Measure round-trip time. * - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache 2.0 *********************************************************************************/ diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index 6288ad4ec..9d568fb51 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -1,6 +1,6 @@ # Makefile. # -# @author Steffen Vogel +# @author Steffen Vogel # @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC # @license Apache 2.0 ################################################################################### diff --git a/tests/integration/CMakeLists.txt b/tests/integration/CMakeLists.txt index c811909a9..6d96c04e9 100644 --- a/tests/integration/CMakeLists.txt +++ b/tests/integration/CMakeLists.txt @@ -1,6 +1,6 @@ # CMakeLists.txt. # -# @author Steffen Vogel +# @author Steffen Vogel # @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC # @license Apache 2.0 ################################################################################### diff --git a/tests/integration/api-capabilities.sh b/tests/integration/api-capabilities.sh index f0bcb1eca..25895ebd3 100755 --- a/tests/integration/api-capabilities.sh +++ b/tests/integration/api-capabilities.sh @@ -2,7 +2,7 @@ # # Integration test for remote API # -# @author Steffen Vogel +# @author Steffen Vogel # @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC # @license Apache 2.0 ################################################################################## diff --git a/tests/integration/api-config.sh b/tests/integration/api-config.sh index f1353f6f9..99e560f85 100755 --- a/tests/integration/api-config.sh +++ b/tests/integration/api-config.sh @@ -2,7 +2,7 @@ # # Integration test for remote API # -# @author Steffen Vogel +# @author Steffen Vogel # @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC # @license Apache 2.0 ################################################################################## diff --git a/tests/integration/api-nodes.sh b/tests/integration/api-nodes.sh index 2f0e92260..e62979645 100755 --- a/tests/integration/api-nodes.sh +++ b/tests/integration/api-nodes.sh @@ -2,7 +2,7 @@ # # Integration test for remote API # -# @author Steffen Vogel +# @author Steffen Vogel # @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC # @license Apache 2.0 ################################################################################## diff --git a/tests/integration/api-paths.sh b/tests/integration/api-paths.sh index 2c86ebf76..633d54f74 100755 --- a/tests/integration/api-paths.sh +++ b/tests/integration/api-paths.sh @@ -2,7 +2,7 @@ # # Integration test for remote API # -# @author Steffen Vogel +# @author Steffen Vogel # @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC # @license Apache 2.0 ################################################################################## diff --git a/tests/integration/api-restart.sh b/tests/integration/api-restart.sh index 7c2a4253a..46d5cff78 100755 --- a/tests/integration/api-restart.sh +++ b/tests/integration/api-restart.sh @@ -2,7 +2,7 @@ # # Integration test for remote API # -# @author Steffen Vogel +# @author Steffen Vogel # @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC # @license Apache 2.0 ################################################################################## diff --git a/tests/integration/api-shutdown.sh b/tests/integration/api-shutdown.sh index 7ce36b038..4d97ea870 100755 --- a/tests/integration/api-shutdown.sh +++ b/tests/integration/api-shutdown.sh @@ -2,7 +2,7 @@ # # Integration test for remote API # -# @author Steffen Vogel +# @author Steffen Vogel # @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC # @license Apache 2.0 ################################################################################## diff --git a/tests/integration/api-stress.sh b/tests/integration/api-stress.sh index c6650a99d..8ce055dc8 100755 --- a/tests/integration/api-stress.sh +++ b/tests/integration/api-stress.sh @@ -2,7 +2,7 @@ # # Stress test for remote API # -# @author Steffen Vogel +# @author Steffen Vogel # @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC # @license Apache 2.0 ################################################################################## diff --git a/tests/integration/compare.sh b/tests/integration/compare.sh index 4829c8a0d..5328311de 100755 --- a/tests/integration/compare.sh +++ b/tests/integration/compare.sh @@ -2,7 +2,7 @@ # # Integration test for villas compare. # -# @author Steffen Vogel +# @author Steffen Vogel # @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC # @license Apache 2.0 ################################################################################## diff --git a/tests/integration/convert.sh b/tests/integration/convert.sh index b2cadbf5c..258068ed4 100755 --- a/tests/integration/convert.sh +++ b/tests/integration/convert.sh @@ -2,7 +2,7 @@ # # Integration test for villas convert tool # -# @author Steffen Vogel +# @author Steffen Vogel # @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC # @license Apache 2.0 ################################################################################## diff --git a/tests/integration/hook-average.sh b/tests/integration/hook-average.sh index e22c86300..3a7bad72a 100755 --- a/tests/integration/hook-average.sh +++ b/tests/integration/hook-average.sh @@ -2,7 +2,7 @@ # # Integration test for average hook. # -# @author Steffen Vogel +# @author Steffen Vogel # @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC # @license Apache 2.0 ################################################################################## diff --git a/tests/integration/hook-cast.sh b/tests/integration/hook-cast.sh index 7833c4f24..848096555 100755 --- a/tests/integration/hook-cast.sh +++ b/tests/integration/hook-cast.sh @@ -2,7 +2,7 @@ # # Integration test for cast hook. # -# @author Steffen Vogel +# @author Steffen Vogel # @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC # @license Apache 2.0 ################################################################################## diff --git a/tests/integration/hook-decimate.sh b/tests/integration/hook-decimate.sh index f63ec10e5..545767aad 100755 --- a/tests/integration/hook-decimate.sh +++ b/tests/integration/hook-decimate.sh @@ -2,7 +2,7 @@ # # Integration test for decimate hook. # -# @author Steffen Vogel +# @author Steffen Vogel # @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC # @license Apache 2.0 ################################################################################## diff --git a/tests/integration/hook-drop.sh b/tests/integration/hook-drop.sh index 4a0e0d823..f9f5eb2ad 100755 --- a/tests/integration/hook-drop.sh +++ b/tests/integration/hook-drop.sh @@ -2,7 +2,7 @@ # # Integration test for drop hook. # -# @author Steffen Vogel +# @author Steffen Vogel # @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC # @license Apache 2.0 ################################################################################## diff --git a/tests/integration/hook-gate.sh b/tests/integration/hook-gate.sh index 1d96f3289..3249a7447 100755 --- a/tests/integration/hook-gate.sh +++ b/tests/integration/hook-gate.sh @@ -2,7 +2,7 @@ # # Integration test for gate hook. # -# @author Steffen Vogel +# @author Steffen Vogel # @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC # @license Apache 2.0 ################################################################################## diff --git a/tests/integration/hook-limit_rate.sh b/tests/integration/hook-limit_rate.sh index 03f0049b3..2916949c7 100755 --- a/tests/integration/hook-limit_rate.sh +++ b/tests/integration/hook-limit_rate.sh @@ -2,7 +2,7 @@ # # Integration test for limit_rate hook. # -# @author Steffen Vogel +# @author Steffen Vogel # @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC # @license Apache 2.0 ################################################################################## diff --git a/tests/integration/hook-lua.sh b/tests/integration/hook-lua.sh index e9415db6d..9e7880592 100755 --- a/tests/integration/hook-lua.sh +++ b/tests/integration/hook-lua.sh @@ -2,7 +2,7 @@ # # Integration test for scale hook. # -# @author Steffen Vogel +# @author Steffen Vogel # @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC # @license Apache 2.0 ################################################################################## diff --git a/tests/integration/hook-lua_script.sh b/tests/integration/hook-lua_script.sh index 4ac5f1660..8dfd700ee 100755 --- a/tests/integration/hook-lua_script.sh +++ b/tests/integration/hook-lua_script.sh @@ -2,7 +2,7 @@ # # Integration test for scale hook. # -# @author Steffen Vogel +# @author Steffen Vogel # @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC # @license Apache 2.0 ################################################################################## diff --git a/tests/integration/hook-print.sh b/tests/integration/hook-print.sh index 1c2940cd8..bc9b1f3b8 100755 --- a/tests/integration/hook-print.sh +++ b/tests/integration/hook-print.sh @@ -2,7 +2,7 @@ # # Integration test for print hook. # -# @author Steffen Vogel +# @author Steffen Vogel # @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC # @license Apache 2.0 ################################################################################## diff --git a/tests/integration/hook-scale.sh b/tests/integration/hook-scale.sh index 538b0b620..0199bf847 100755 --- a/tests/integration/hook-scale.sh +++ b/tests/integration/hook-scale.sh @@ -2,7 +2,7 @@ # # Integration test for scale hook. # -# @author Steffen Vogel +# @author Steffen Vogel # @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC # @license Apache 2.0 ################################################################################## diff --git a/tests/integration/hook-shift_seq.sh b/tests/integration/hook-shift_seq.sh index 382b4876e..6b994d5c4 100755 --- a/tests/integration/hook-shift_seq.sh +++ b/tests/integration/hook-shift_seq.sh @@ -2,7 +2,7 @@ # # Integration test for shift_seq hook. # -# @author Steffen Vogel +# @author Steffen Vogel # @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC # @license Apache 2.0 ################################################################################## diff --git a/tests/integration/hook-shift_ts.sh b/tests/integration/hook-shift_ts.sh index 8f008a8ac..be2a738b7 100755 --- a/tests/integration/hook-shift_ts.sh +++ b/tests/integration/hook-shift_ts.sh @@ -2,7 +2,7 @@ # # Integration test for shift_ts hook. # -# @author Steffen Vogel +# @author Steffen Vogel # @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC # @license Apache 2.0 ################################################################################## diff --git a/tests/integration/hook-skip_first.sh b/tests/integration/hook-skip_first.sh index 0ec3b5516..f3f084626 100755 --- a/tests/integration/hook-skip_first.sh +++ b/tests/integration/hook-skip_first.sh @@ -2,7 +2,7 @@ # # Integration test for skip_first hook. # -# @author Steffen Vogel +# @author Steffen Vogel # @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC # @license Apache 2.0 ################################################################################## diff --git a/tests/integration/hook-skip_first2.sh b/tests/integration/hook-skip_first2.sh index d836117ff..7a275036f 100755 --- a/tests/integration/hook-skip_first2.sh +++ b/tests/integration/hook-skip_first2.sh @@ -2,7 +2,7 @@ # # Integration test for skip_first hook. # -# @author Steffen Vogel +# @author Steffen Vogel # @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC # @license Apache 2.0 ################################################################################## diff --git a/tests/integration/missing-example-configs.sh b/tests/integration/missing-example-configs.sh index b02556eac..0190582a9 100755 --- a/tests/integration/missing-example-configs.sh +++ b/tests/integration/missing-example-configs.sh @@ -3,7 +3,7 @@ # # Test example configurations # -# @author Steffen Vogel +# @author Steffen Vogel # @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC # @license Apache 2.0 ################################################################################## diff --git a/tests/integration/node-example.sh b/tests/integration/node-example.sh index e2e0a8fd6..481fb5fe3 100755 --- a/tests/integration/node-example.sh +++ b/tests/integration/node-example.sh @@ -2,7 +2,7 @@ # # Test for the example node-type # -# @author Steffen Vogel +# @author Steffen Vogel # @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC # @license Apache 2.0 ################################################################################## diff --git a/tests/integration/node-hook.sh b/tests/integration/node-hook.sh index 24c96f1f9..94e35fb04 100755 --- a/tests/integration/node-hook.sh +++ b/tests/integration/node-hook.sh @@ -2,7 +2,7 @@ # # Test hooks in villas node # -# @author Steffen Vogel +# @author Steffen Vogel # @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC # @license Apache 2.0 ################################################################################## diff --git a/tests/integration/node-loopback-socket.sh b/tests/integration/node-loopback-socket.sh index 28857d31a..73534cd4e 100755 --- a/tests/integration/node-loopback-socket.sh +++ b/tests/integration/node-loopback-socket.sh @@ -2,7 +2,7 @@ # # Integration loopback test using villas node. # -# @author Steffen Vogel +# @author Steffen Vogel # @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC # @license Apache 2.0 ################################################################################## diff --git a/tests/integration/node-mapping.sh b/tests/integration/node-mapping.sh index b19baae58..1864fd072 100755 --- a/tests/integration/node-mapping.sh +++ b/tests/integration/node-mapping.sh @@ -4,7 +4,7 @@ # # Test test checks if source mapping features for a path. # -# @author Steffen Vogel +# @author Steffen Vogel # @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC # @license Apache 2.0 ################################################################################## diff --git a/tests/integration/node-multiple-destinations.sh b/tests/integration/node-multiple-destinations.sh index 013cb4d7d..8bd63430e 100755 --- a/tests/integration/node-multiple-destinations.sh +++ b/tests/integration/node-multiple-destinations.sh @@ -5,7 +5,7 @@ # This test checks if a single node can be used as an input # in multiple paths. # -# @author Steffen Vogel +# @author Steffen Vogel # @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC # @license Apache 2.0 ################################################################################## diff --git a/tests/integration/node-multiple-sources.sh b/tests/integration/node-multiple-sources.sh index 51a9aa1a1..f2847a646 100755 --- a/tests/integration/node-multiple-sources.sh +++ b/tests/integration/node-multiple-sources.sh @@ -5,7 +5,7 @@ # This test checks if a single node can be used as an input # in multiple paths. # -# @author Steffen Vogel +# @author Steffen Vogel # @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC # @license Apache 2.0 ################################################################################## diff --git a/tests/integration/node-multiplexing.sh b/tests/integration/node-multiplexing.sh index 9210add4c..6f2b84bbd 100755 --- a/tests/integration/node-multiplexing.sh +++ b/tests/integration/node-multiplexing.sh @@ -2,7 +2,7 @@ # # Integration loopback test using villas node. # -# @author Steffen Vogel +# @author Steffen Vogel # @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC # @license Apache 2.0 ################################################################################## diff --git a/tests/integration/node-rate.sh b/tests/integration/node-rate.sh index 432c01aad..9d9a23825 100755 --- a/tests/integration/node-rate.sh +++ b/tests/integration/node-rate.sh @@ -2,7 +2,7 @@ # # Integration loopback test using villas node. # -# @author Steffen Vogel +# @author Steffen Vogel # @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC # @license Apache 2.0 ################################################################################## diff --git a/tests/integration/node-stats.sh b/tests/integration/node-stats.sh index e2cc5dd33..efd043d05 100755 --- a/tests/integration/node-stats.sh +++ b/tests/integration/node-stats.sh @@ -2,7 +2,7 @@ # # Integration loopback test using villas node. # -# @author Steffen Vogel +# @author Steffen Vogel # @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC # @license Apache 2.0 ################################################################################## diff --git a/tests/integration/node-test_rtt.sh b/tests/integration/node-test_rtt.sh index 863ea8f27..db5154e9d 100755 --- a/tests/integration/node-test_rtt.sh +++ b/tests/integration/node-test_rtt.sh @@ -2,7 +2,7 @@ # # Integration loopback test using villas node. # -# @author Steffen Vogel +# @author Steffen Vogel # @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC # @license Apache 2.0 ################################################################################## diff --git a/tests/integration/pipe-loopback-amqp.sh b/tests/integration/pipe-loopback-amqp.sh index 3019c2b83..4dcc134d8 100755 --- a/tests/integration/pipe-loopback-amqp.sh +++ b/tests/integration/pipe-loopback-amqp.sh @@ -2,7 +2,7 @@ # # Integration loopback test for villas pipe. # -# @author Steffen Vogel +# @author Steffen Vogel # @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC # @license Apache 2.0 ################################################################################## diff --git a/tests/integration/pipe-loopback-exec.sh b/tests/integration/pipe-loopback-exec.sh index cd0990787..e678790eb 100755 --- a/tests/integration/pipe-loopback-exec.sh +++ b/tests/integration/pipe-loopback-exec.sh @@ -2,7 +2,7 @@ # # Integration loopback test for villas pipe. # -# @author Steffen Vogel +# @author Steffen Vogel # @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC # @license Apache 2.0 ################################################################################## diff --git a/tests/integration/pipe-loopback-file.sh b/tests/integration/pipe-loopback-file.sh index 17f09bbe6..cb023b081 100755 --- a/tests/integration/pipe-loopback-file.sh +++ b/tests/integration/pipe-loopback-file.sh @@ -2,7 +2,7 @@ # # Integration loopback test for villas pipe. # -# @author Steffen Vogel +# @author Steffen Vogel # @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC # @license Apache 2.0 ################################################################################## diff --git a/tests/integration/pipe-loopback-iec61850-9-2.sh b/tests/integration/pipe-loopback-iec61850-9-2.sh index 786af34e9..5b3d5bacb 100755 --- a/tests/integration/pipe-loopback-iec61850-9-2.sh +++ b/tests/integration/pipe-loopback-iec61850-9-2.sh @@ -2,7 +2,7 @@ # # Integration loopback test for villas pipe. # -# @author Steffen Vogel +# @author Steffen Vogel # @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC # @license Apache 2.0 ################################################################################## diff --git a/tests/integration/pipe-loopback-loopback.sh b/tests/integration/pipe-loopback-loopback.sh index 432489ca5..166d06903 100755 --- a/tests/integration/pipe-loopback-loopback.sh +++ b/tests/integration/pipe-loopback-loopback.sh @@ -2,7 +2,7 @@ # # Integration loopback test for villas pipe. # -# @author Steffen Vogel +# @author Steffen Vogel # @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC # @license Apache 2.0 ################################################################################## diff --git a/tests/integration/pipe-loopback-mqtt.sh b/tests/integration/pipe-loopback-mqtt.sh index aeb304ad6..9fef51818 100755 --- a/tests/integration/pipe-loopback-mqtt.sh +++ b/tests/integration/pipe-loopback-mqtt.sh @@ -2,7 +2,7 @@ # # Integration loopback test for villas pipe. # -# @author Steffen Vogel +# @author Steffen Vogel # @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC # @license Apache 2.0 ################################################################################## diff --git a/tests/integration/pipe-loopback-nanomsg.sh b/tests/integration/pipe-loopback-nanomsg.sh index 8d36641c8..1d248dc9e 100755 --- a/tests/integration/pipe-loopback-nanomsg.sh +++ b/tests/integration/pipe-loopback-nanomsg.sh @@ -2,7 +2,7 @@ # # Integration loopback test for villas pipe. # -# @author Steffen Vogel +# @author Steffen Vogel # @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC # @license Apache 2.0 ################################################################################## diff --git a/tests/integration/pipe-loopback-redis.sh b/tests/integration/pipe-loopback-redis.sh index 44e1183e9..036ab8911 100755 --- a/tests/integration/pipe-loopback-redis.sh +++ b/tests/integration/pipe-loopback-redis.sh @@ -2,7 +2,7 @@ # # Integration loopback test for villas pipe. # -# @author Steffen Vogel +# @author Steffen Vogel # @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC # @license Apache 2.0 ################################################################################## diff --git a/tests/integration/pipe-loopback-rtp-dual.sh b/tests/integration/pipe-loopback-rtp-dual.sh index 173ae5e03..99783b618 100755 --- a/tests/integration/pipe-loopback-rtp-dual.sh +++ b/tests/integration/pipe-loopback-rtp-dual.sh @@ -2,7 +2,7 @@ # # Integration loopback test for villas pipe. # -# @author Steffen Vogel +# @author Steffen Vogel # @author Marvin Klimke # @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC # @license Apache 2.0 diff --git a/tests/integration/pipe-loopback-rtp-remote.sh b/tests/integration/pipe-loopback-rtp-remote.sh index acfac6ab9..2991ab9a8 100755 --- a/tests/integration/pipe-loopback-rtp-remote.sh +++ b/tests/integration/pipe-loopback-rtp-remote.sh @@ -2,7 +2,7 @@ # # Integration loopback test for villas pipe. # -# @author Steffen Vogel +# @author Steffen Vogel # @author Marvin Klimke # @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC # @license Apache 2.0 diff --git a/tests/integration/pipe-loopback-rtp-tbf.sh b/tests/integration/pipe-loopback-rtp-tbf.sh index 0011b1897..54d8f0198 100755 --- a/tests/integration/pipe-loopback-rtp-tbf.sh +++ b/tests/integration/pipe-loopback-rtp-tbf.sh @@ -2,7 +2,7 @@ # # Integration loopback test for villas pipe. # -# @author Steffen Vogel +# @author Steffen Vogel # @author Marvin Klimke # @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC # @license Apache 2.0 diff --git a/tests/integration/pipe-loopback-rtp.sh b/tests/integration/pipe-loopback-rtp.sh index b66574c90..922c065da 100755 --- a/tests/integration/pipe-loopback-rtp.sh +++ b/tests/integration/pipe-loopback-rtp.sh @@ -2,7 +2,7 @@ # # Integration loopback test for villas pipe. # -# @author Steffen Vogel +# @author Steffen Vogel # @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC # @license Apache 2.0 ################################################################################## diff --git a/tests/integration/pipe-loopback-shmem.sh b/tests/integration/pipe-loopback-shmem.sh index 5a85ae411..a64f54502 100755 --- a/tests/integration/pipe-loopback-shmem.sh +++ b/tests/integration/pipe-loopback-shmem.sh @@ -2,7 +2,7 @@ # # Integration loopback test for villas pipe. # -# @author Steffen Vogel +# @author Steffen Vogel # @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC # @license Apache 2.0 ################################################################################## diff --git a/tests/integration/pipe-loopback-socket-multicast.sh b/tests/integration/pipe-loopback-socket-multicast.sh index 5e7d7f489..1a3710116 100755 --- a/tests/integration/pipe-loopback-socket-multicast.sh +++ b/tests/integration/pipe-loopback-socket-multicast.sh @@ -2,7 +2,7 @@ # # Integration loopback test for villas pipe. # -# @author Steffen Vogel +# @author Steffen Vogel # @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC # @license Apache 2.0 ################################################################################## diff --git a/tests/integration/pipe-loopback-socket-netem.sh b/tests/integration/pipe-loopback-socket-netem.sh index 7bba06fcd..68809a285 100755 --- a/tests/integration/pipe-loopback-socket-netem.sh +++ b/tests/integration/pipe-loopback-socket-netem.sh @@ -2,7 +2,7 @@ # # Integration loopback test for villas pipe. # -# @author Steffen Vogel +# @author Steffen Vogel # @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC # @license Apache 2.0 ################################################################################## diff --git a/tests/integration/pipe-loopback-socket.sh b/tests/integration/pipe-loopback-socket.sh index 100c03921..00887537d 100755 --- a/tests/integration/pipe-loopback-socket.sh +++ b/tests/integration/pipe-loopback-socket.sh @@ -2,7 +2,7 @@ # # Integration loopback test for villas pipe. # -# @author Steffen Vogel +# @author Steffen Vogel # @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC # @license Apache 2.0 ################################################################################## diff --git a/tests/integration/pipe-loopback-websocket.sh b/tests/integration/pipe-loopback-websocket.sh index c68d30bab..a4de667c3 100755 --- a/tests/integration/pipe-loopback-websocket.sh +++ b/tests/integration/pipe-loopback-websocket.sh @@ -2,7 +2,7 @@ # # Integration loopback test for villas pipe. # -# @author Steffen Vogel +# @author Steffen Vogel # @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC # @license Apache 2.0 ################################################################################## diff --git a/tests/integration/pipe-loopback-zeromq.sh b/tests/integration/pipe-loopback-zeromq.sh index 7639494de..9d840cf73 100755 --- a/tests/integration/pipe-loopback-zeromq.sh +++ b/tests/integration/pipe-loopback-zeromq.sh @@ -2,7 +2,7 @@ # # Integration loopback test for villas pipe. # -# @author Steffen Vogel +# @author Steffen Vogel # @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC # @license Apache 2.0 ################################################################################## diff --git a/tests/integration/pipe-python-protobuf.sh b/tests/integration/pipe-python-protobuf.sh index d54a93e8b..9b3e5ba33 100755 --- a/tests/integration/pipe-python-protobuf.sh +++ b/tests/integration/pipe-python-protobuf.sh @@ -2,7 +2,7 @@ # # Test protobuf serialization with Python client # -# @author Steffen Vogel +# @author Steffen Vogel # @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC # @license Apache 2.0 ################################################################################## diff --git a/tests/integration/relay.sh b/tests/integration/relay.sh index 678eada56..b1afde288 100755 --- a/tests/integration/relay.sh +++ b/tests/integration/relay.sh @@ -2,7 +2,7 @@ # # Integration test for villas relay # -# @author Steffen Vogel +# @author Steffen Vogel # @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC # @license Apache 2.0 ################################################################################## diff --git a/tests/integration/signal.sh b/tests/integration/signal.sh index 2847f2092..ff20b06f7 100755 --- a/tests/integration/signal.sh +++ b/tests/integration/signal.sh @@ -2,7 +2,7 @@ # # Integration test for villas signal tool # -# @author Steffen Vogel +# @author Steffen Vogel # @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC # @license Apache 2.0 ################################################################################## diff --git a/tests/integration/test-config.sh b/tests/integration/test-config.sh index a86858c79..74f0d9c73 100755 --- a/tests/integration/test-config.sh +++ b/tests/integration/test-config.sh @@ -3,7 +3,7 @@ # # Test example configurations # -# @author Steffen Vogel +# @author Steffen Vogel # @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC # @license Apache 2.0 ################################################################################## diff --git a/tests/unit/CMakeLists.txt b/tests/unit/CMakeLists.txt index 96758e50c..569349e9d 100644 --- a/tests/unit/CMakeLists.txt +++ b/tests/unit/CMakeLists.txt @@ -1,6 +1,6 @@ # CMakeLists.txt. # -# @author Steffen Vogel +# @author Steffen Vogel # @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC # @license Apache 2.0 ################################################################################### diff --git a/tests/unit/config.cpp b/tests/unit/config.cpp index 481743632..06cd3458b 100644 --- a/tests/unit/config.cpp +++ b/tests/unit/config.cpp @@ -1,6 +1,6 @@ /** Unit tests for config features. * - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache 2.0 *********************************************************************************/ diff --git a/tests/unit/config_json.cpp b/tests/unit/config_json.cpp index 69561f39e..56fd26876 100644 --- a/tests/unit/config_json.cpp +++ b/tests/unit/config_json.cpp @@ -1,6 +1,6 @@ /** Unit tests libconfig to jansson converters. * - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache 2.0 *********************************************************************************/ diff --git a/tests/unit/format.cpp b/tests/unit/format.cpp index 0150f7800..f3b08d0e8 100644 --- a/tests/unit/format.cpp +++ b/tests/unit/format.cpp @@ -1,6 +1,6 @@ /** Unit tests for formatters. * - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache 2.0 *********************************************************************************/ diff --git a/tests/unit/json.cpp b/tests/unit/json.cpp index ebefde982..ce3d1afaa 100644 --- a/tests/unit/json.cpp +++ b/tests/unit/json.cpp @@ -1,6 +1,6 @@ /** Unit tests for libjansson helpers * - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache 2.0 *********************************************************************************/ diff --git a/tests/unit/main.cpp b/tests/unit/main.cpp index 2d82f97fb..627566296 100644 --- a/tests/unit/main.cpp +++ b/tests/unit/main.cpp @@ -1,6 +1,6 @@ /** Custom main() for Criterion * - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache 2.0 *********************************************************************************/ diff --git a/tests/unit/mapping.cpp b/tests/unit/mapping.cpp index 749390dc6..79410cd4c 100644 --- a/tests/unit/mapping.cpp +++ b/tests/unit/mapping.cpp @@ -1,6 +1,6 @@ /** Unit tests for sample value mapping. * - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache 2.0 *********************************************************************************/ diff --git a/tests/unit/memory.cpp b/tests/unit/memory.cpp index 77091bca3..ecb7b65cd 100644 --- a/tests/unit/memory.cpp +++ b/tests/unit/memory.cpp @@ -1,6 +1,6 @@ /** Unit tests for memory management * - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache 2.0 *********************************************************************************/ diff --git a/tests/unit/pool.cpp b/tests/unit/pool.cpp index 6d0c6162c..65dd3eaaa 100644 --- a/tests/unit/pool.cpp +++ b/tests/unit/pool.cpp @@ -1,6 +1,6 @@ /** Unit tests for memory pool * - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache 2.0 *********************************************************************************/ diff --git a/tests/unit/queue.cpp b/tests/unit/queue.cpp index 8718a1bc6..9f37e8b07 100644 --- a/tests/unit/queue.cpp +++ b/tests/unit/queue.cpp @@ -1,6 +1,6 @@ /** Unit tests for queue * - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache 2.0 *********************************************************************************/ diff --git a/tests/unit/queue_signalled.cpp b/tests/unit/queue_signalled.cpp index e53d7d5b4..d88712113 100644 --- a/tests/unit/queue_signalled.cpp +++ b/tests/unit/queue_signalled.cpp @@ -1,6 +1,6 @@ /** Unit tests for queue_signalled * - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache 2.0 *********************************************************************************/ diff --git a/tests/unit/signal.cpp b/tests/unit/signal.cpp index 88e1ce06e..e8c6a90bb 100644 --- a/tests/unit/signal.cpp +++ b/tests/unit/signal.cpp @@ -1,6 +1,6 @@ /** Unit tests for memory management * - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache 2.0 *********************************************************************************/ diff --git a/tools/CMakeLists.txt b/tools/CMakeLists.txt index 5802b2e5d..6604284f6 100644 --- a/tools/CMakeLists.txt +++ b/tools/CMakeLists.txt @@ -1,6 +1,6 @@ # CMakeLists. # -# @author Steffen Vogel +# @author Steffen Vogel # @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC # @license Apache 2.0 ################################################################################### diff --git a/tools/docker-dev.sh b/tools/docker-dev.sh index 1160976e7..c494a61d1 100755 --- a/tools/docker-dev.sh +++ b/tools/docker-dev.sh @@ -2,7 +2,7 @@ # # Start a Docker based development environment # -# @author Steffen Vogel +# @author Steffen Vogel # @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC # @license Apache 2.0 ################################################################################## diff --git a/tools/integration-tests.sh b/tools/integration-tests.sh index 629db8d77..00131f195 100755 --- a/tools/integration-tests.sh +++ b/tools/integration-tests.sh @@ -2,7 +2,7 @@ # # Run integration tests # -# @author Steffen Vogel +# @author Steffen Vogel # @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC # @license Apache 2.0 ################################################################################## diff --git a/tools/rmsem.cpp b/tools/rmsem.cpp index 21e8c7efa..e3b7682b1 100644 --- a/tools/rmsem.cpp +++ b/tools/rmsem.cpp @@ -1,6 +1,6 @@ /** Delete semaphores. * - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache 2.0 *********************************************************************************/ diff --git a/tools/rmshm.cpp b/tools/rmshm.cpp index 3c674f8bb..00539f84b 100644 --- a/tools/rmshm.cpp +++ b/tools/rmshm.cpp @@ -1,6 +1,6 @@ /** Delete shared memory regions. * - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache 2.0 *********************************************************************************/ diff --git a/tools/tc-dump.sh b/tools/tc-dump.sh index 4808428c7..27ba2bcb9 100755 --- a/tools/tc-dump.sh +++ b/tools/tc-dump.sh @@ -2,7 +2,7 @@ # # Dump Linux traffic control state to screen. # -# @author Steffen Vogel +# @author Steffen Vogel # @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC # @license Apache 2.0 ################################################################################## diff --git a/tools/tc-netem.sh b/tools/tc-netem.sh index 95f1d14e4..ea5040641 100755 --- a/tools/tc-netem.sh +++ b/tools/tc-netem.sh @@ -4,7 +4,7 @@ # # Dependencies: iptables, ebtables and iproute2 # -# @author Steffen Vogel +# @author Steffen Vogel # @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC # @license Apache 2.0 ################################################################################## diff --git a/tools/tc-netem2.sh b/tools/tc-netem2.sh index 94a953f2e..2251dd07f 100755 --- a/tools/tc-netem2.sh +++ b/tools/tc-netem2.sh @@ -4,7 +4,7 @@ # # Dependencies: iptables, ebtables and iproute2 # -# @author Steffen Vogel +# @author Steffen Vogel # @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC # @license Apache 2.0 ################################################################################## diff --git a/tools/villas b/tools/villas index 78fbfb890..8ed5d32be 100755 --- a/tools/villas +++ b/tools/villas @@ -7,7 +7,7 @@ # Install by: # $ make install # -# @author Steffen Vogel +# @author Steffen Vogel # @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC # @license Apache 2.0 ################################################################################### diff --git a/tools/villas-helper.sh b/tools/villas-helper.sh index 142d9c8ff..3653385bf 100755 --- a/tools/villas-helper.sh +++ b/tools/villas-helper.sh @@ -2,7 +2,7 @@ # # Some helper functions for our integration test suite # -# @author Steffen Vogel +# @author Steffen Vogel # @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC # @license Apache 2.0 ################################################################################## diff --git a/web/webrtc.html b/web/webrtc.html index f215a11ac..beeb1c46d 100644 --- a/web/webrtc.html +++ b/web/webrtc.html @@ -4,7 +4,7 @@