diff --git a/CMakeLists.txt b/CMakeLists.txt index 97e3a68b4..c5d98ab4b 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 GNU General Public License (version 3) # diff --git a/README.md b/README.md index 69c7e007a..65dd60cb3 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,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 0335622b0..8221988b0 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 GNU General Public License (version 3) # diff --git a/clients/matlab/receiver.m b/clients/matlab/receiver.m index 98060847b..b6fef8299 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 GNU General Public License (version 3) % diff --git a/clients/opal/CMakeLists.txt b/clients/opal/CMakeLists.txt index 2b3ba3bc7..33dbdf0c8 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 GNU General Public License (version 3) # diff --git a/clients/opal/models/send_receive/Makefile.mk b/clients/opal/models/send_receive/Makefile.mk index b4025ced0..d8edc2763 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 GNU General Public License (version 3) # diff --git a/clients/opal/models/send_receive/include/config.h b/clients/opal/models/send_receive/include/config.h index b2d8a98fa..ff9c010b8 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 GNU General Public License (version 3) * diff --git a/clients/opal/models/send_receive/include/msg.h b/clients/opal/models/send_receive/include/msg.h index dd1cf0e3b..e1fcaeead 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 GNU General Public License (version 3) * diff --git a/clients/opal/models/send_receive/include/msg_format.h b/clients/opal/models/send_receive/include/msg_format.h index 457f6624a..3de3b982b 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 GNU General Public License (version 3) * diff --git a/clients/opal/models/send_receive/include/socket.h b/clients/opal/models/send_receive/include/socket.h index 796d1b433..314183d4e 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 GNU General Public License (version 3) * diff --git a/clients/opal/models/send_receive/include/utils.h b/clients/opal/models/send_receive/include/utils.h index c3066edf0..159793aff 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 34051e95a..d3c32533d 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 GNU General Public License (version 3) * diff --git a/clients/opal/models/send_receive/src/main.asv b/clients/opal/models/send_receive/src/main.asv index 1aeb6b73a..f1fe94588 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 GNU Lesser General Public License v2.1 * diff --git a/clients/opal/models/send_receive/src/main.c b/clients/opal/models/send_receive/src/main.c index 27440f992..e7c01e987 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 GNU General Public License (version 3) * diff --git a/clients/opal/models/send_receive/src/msg.c b/clients/opal/models/send_receive/src/msg.c index c2e1f7076..c9a8e756f 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 GNU General Public License (version 3) * diff --git a/clients/opal/models/send_receive/src/socket.c b/clients/opal/models/send_receive/src/socket.c index 66417d29a..1320a4d90 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 GNU General Public License (version 3) * diff --git a/clients/opal/models/send_receive/src/utils.c b/clients/opal/models/send_receive/src/utils.c index 6acec93d7..4436221bb 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 3c255b1bb..91fc37cb6 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 GNU General Public License (version 3) # diff --git a/cmake/FindEtherlab.cmake b/cmake/FindEtherlab.cmake index f1e6294a7..aaf901500 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 GNU General Public License (version 3) # diff --git a/cmake/FindIBVerbs.cmake b/cmake/FindIBVerbs.cmake index dc2b93c82..a76f3aa78 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 GNU General Public License (version 3) # diff --git a/cmake/FindOpal.cmake b/cmake/FindOpal.cmake index 5cc62ef3a..8d2290463 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 GNU General Public License (version 3) # diff --git a/cmake/FindRDMACM.cmake b/cmake/FindRDMACM.cmake index c813bb567..ea8705767 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 GNU General Public License (version 3) # diff --git a/cmake/FindSymbol.cmake b/cmake/FindSymbol.cmake index e4e871560..5711272ae 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 GNU General Public License (version 3) # diff --git a/cmake/VILLASnodePackaging.cmake b/cmake/VILLASnodePackaging.cmake index 336dce8ad..5e27459b8 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 GNU General Public License (version 3) # diff --git a/cmake/config/Coverage.cmake b/cmake/config/Coverage.cmake index d3f990f57..71c76b1b8 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 GNU General Public License (version 3) # diff --git a/cmake/config/Debug.cmake b/cmake/config/Debug.cmake index ef564a25f..f18ba4eea 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 GNU General Public License (version 3) # diff --git a/cmake/config/Profiling.cmake b/cmake/config/Profiling.cmake index 93f3e1fc1..fb554cbdf 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 GNU General Public License (version 3) # diff --git a/cmake/config/Release.cmake b/cmake/config/Release.cmake index ef564a25f..f18ba4eea 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 GNU General Public License (version 3) # diff --git a/common b/common index 8e701c35e..9d1ae3692 160000 --- a/common +++ b/common @@ -1 +1 @@ -Subproject commit 8e701c35e37c105b10bb5448cd531f5a957a7295 +Subproject commit 9d1ae369211071decdcfdbfc9496e301049e3c97 diff --git a/doc/CMakeLists.txt b/doc/CMakeLists.txt index e9b9cbca6..fb07a5e1f 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 GNU General Public License (version 3) # diff --git a/etc/CMakeLists.txt b/etc/CMakeLists.txt index baaeca4db..87d558cd9 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 GNU General Public License (version 3) # diff --git a/etc/eric-lab.conf b/etc/eric-lab.conf index 994f33cf7..a1fd4cc66 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 66cc540d6..e67592417 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 GNU General Public License (version 3) * diff --git a/etc/examples/global.conf b/etc/examples/global.conf index 6660a80a7..c3c4e6bad 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 GNU General Public License (version 3) * diff --git a/etc/gtnet-skt/emulate_gtnet.conf b/etc/gtnet-skt/emulate_gtnet.conf index 9eef31ae0..a5f45d63c 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 GNU General Public License (version 3) * diff --git a/etc/gtnet-skt/test1.conf b/etc/gtnet-skt/test1.conf index 9ed7034bb..d20408f64 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 GNU General Public License (version 3) * diff --git a/etc/gtnet-skt/test2.conf b/etc/gtnet-skt/test2.conf index 3a9533542..7a1355d68 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 GNU General Public License (version 3) * diff --git a/etc/gtnet-skt/test3.conf b/etc/gtnet-skt/test3.conf index 1fd42bb8c..e2c85c6e7 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 GNU General Public License (version 3) * diff --git a/etc/gtnet-skt/test4.conf b/etc/gtnet-skt/test4.conf index 311bca1ba..5882c9e5f 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 GNU General Public License (version 3) * diff --git a/etc/gtnet-skt/test5.conf b/etc/gtnet-skt/test5.conf index 364d4f859..1af6fc622 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 GNU General Public License (version 3) * diff --git a/etc/gtnet-skt/test6_gtsync_compare.conf b/etc/gtnet-skt/test6_gtsync_compare.conf index de83d76e3..14ac1f0ef 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 7e02355f2..f83deeee8 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 GNU General Public License (version 3) * diff --git a/etc/js/global.js b/etc/js/global.js index 27120ddd5..125493ae7 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 GNU General Public License (version 3) * diff --git a/etc/loopback.conf b/etc/loopback.conf index 058248592..44fbab743 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 GNU General Public License (version 3) * diff --git a/etc/python/example.py b/etc/python/example.py index 9e11e5247..c227bd24f 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 GNU General Public License (version 3) diff --git a/etc/websocket-client.conf b/etc/websocket-client.conf index 9193d156e..12cbc357f 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 GNU General Public License (version 3) * diff --git a/etc/websocket-demo.conf b/etc/websocket-demo.conf index e33214b54..1a50ded4b 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 GNU General Public License (version 3) * diff --git a/go/cmd/example.go b/go/cmd/example.go index 10c6dfbd0..541e9ad31 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 GNU General Public License (version 3) * diff --git a/go/lib/bridge.c b/go/lib/bridge.c index 2c2566d56..607dd980c 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 GNU General Public License (version 3) * diff --git a/go/lib/lib.go b/go/lib/lib.go index f0260cdf5..44bcbca93 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 GNU General Public License (version 3) * diff --git a/go/lib/logger.go b/go/lib/logger.go index ef9ef6cf1..95bab72a9 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 GNU General Public License (version 3) * diff --git a/go/pkg/config/hook.go b/go/pkg/config/hook.go index 73d0f20de..889e60e08 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 GNU General Public License (version 3) * diff --git a/go/pkg/config/node.go b/go/pkg/config/node.go index e6de224ef..1f5568800 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 GNU General Public License (version 3) * diff --git a/go/pkg/config/signal.go b/go/pkg/config/signal.go index 1f3368f97..a64d07eee 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 GNU General Public License (version 3) * diff --git a/go/pkg/errors/errors.go b/go/pkg/errors/errors.go index 38c6481f8..5711536b9 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 GNU General Public License (version 3) * diff --git a/go/pkg/node/node.go b/go/pkg/node/node.go index 4753cf3c8..bef300292 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 GNU General Public License (version 3) * diff --git a/go/pkg/node/node_test.go b/go/pkg/node/node_test.go index bec932b67..b1c35378d 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 GNU General Public License (version 3) * diff --git a/go/pkg/nodes/base.go b/go/pkg/nodes/base.go index af169e8fc..75b965067 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 GNU General Public License (version 3) * diff --git a/go/pkg/nodes/example/node.go b/go/pkg/nodes/example/node.go index 7ac25c471..b2d929b40 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 GNU General Public License (version 3) * diff --git a/go/pkg/nodes/logger.go b/go/pkg/nodes/logger.go index 6e5d8ccb5..97909baea 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 GNU General Public License (version 3) * diff --git a/go/pkg/nodes/loopback/node.go b/go/pkg/nodes/loopback/node.go index 4ae18d039..c0118b9c7 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 GNU General Public License (version 3) * diff --git a/go/pkg/nodes/node.go b/go/pkg/nodes/node.go index d80888589..a17f10e73 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 GNU General Public License (version 3) * diff --git a/go/pkg/nodes/registry.go b/go/pkg/nodes/registry.go index fe6b4bd61..4d324abc7 100644 --- a/go/pkg/nodes/registry.go +++ b/go/pkg/nodes/registry.go @@ -1,6 +1,6 @@ /** Node-type registry. * - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * diff --git a/go/pkg/nodes/webrtc/backoff.go b/go/pkg/nodes/webrtc/backoff.go index 4f32eb079..b5f652d1e 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 GNU General Public License (version 3) * diff --git a/go/pkg/nodes/webrtc/client.go b/go/pkg/nodes/webrtc/client.go index 12f50b862..b84c845ad 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 GNU General Public License (version 3) * diff --git a/go/pkg/nodes/webrtc/node.go b/go/pkg/nodes/webrtc/node.go index 1d549dfe7..7496aef93 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 GNU General Public License (version 3) * diff --git a/go/pkg/nodes/webrtc/types.go b/go/pkg/nodes/webrtc/types.go index 806efb0a3..cfc99a09a 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 GNU General Public License (version 3) * diff --git a/go/pkg/nodes/webrtc/webrtc.go b/go/pkg/nodes/webrtc/webrtc.go index b814a7a89..cb64bc736 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 GNU General Public License (version 3) * diff --git a/go/pkg/sample.go b/go/pkg/sample.go index ace7e7d1f..c292ee6bd 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 GNU General Public License (version 3) * diff --git a/include/villas/api.hpp b/include/villas/api.hpp index ccc72a23f..819a9d26d 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 GNU General Public License (version 3) * diff --git a/include/villas/api/node_request.hpp b/include/villas/api/node_request.hpp index 791ac5487..cc2ccd59b 100644 --- a/include/villas/api/node_request.hpp +++ b/include/villas/api/node_request.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 GNU General Public License (version 3) * diff --git a/include/villas/api/path_request.hpp b/include/villas/api/path_request.hpp index ec10b0f41..d438b42a8 100644 --- a/include/villas/api/path_request.hpp +++ b/include/villas/api/path_request.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 GNU General Public License (version 3) * diff --git a/include/villas/api/request.hpp b/include/villas/api/request.hpp index e475f915e..e813639ee 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 GNU General Public License (version 3) * diff --git a/include/villas/api/response.hpp b/include/villas/api/response.hpp index e5d45c18c..8b6fc9546 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 GNU General Public License (version 3) * diff --git a/include/villas/api/session.hpp b/include/villas/api/session.hpp index 5920567b2..366d26dd8 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 GNU General Public License (version 3) * diff --git a/include/villas/capabilities.hpp b/include/villas/capabilities.hpp index d0eba6a56..f5d644e97 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 GNU General Public License (version 3) * diff --git a/include/villas/config_class.hpp b/include/villas/config_class.hpp index 1ef92854a..4d87c3e78 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 GNU General Public License (version 3) * diff --git a/include/villas/config_helper.hpp b/include/villas/config_helper.hpp index ecedc3bd9..17af7df0f 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 GNU General Public License (version 3) * diff --git a/include/villas/format.hpp b/include/villas/format.hpp index b9bf00c26..c5e78328e 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 GNU General Public License (version 3) * diff --git a/include/villas/formats/column.hpp b/include/villas/formats/column.hpp index fe031608a..275a0177a 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 GNU General Public License (version 3) * diff --git a/include/villas/formats/json.hpp b/include/villas/formats/json.hpp index 0b9dcb43b..1b497d589 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 GNU General Public License (version 3) * diff --git a/include/villas/formats/json_kafka.hpp b/include/villas/formats/json_kafka.hpp index 1e12136b2..c5a6dbb22 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 GNU General Public License (version 3) * diff --git a/include/villas/formats/json_reserve.hpp b/include/villas/formats/json_reserve.hpp index f036e1620..cd35c1afe 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 GNU General Public License (version 3) * diff --git a/include/villas/formats/line.hpp b/include/villas/formats/line.hpp index 13d734c00..50bd09afa 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 GNU General Public License (version 3) * diff --git a/include/villas/formats/msg.hpp b/include/villas/formats/msg.hpp index 0d4237b87..26b3c233f 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 GNU General Public License (version 3) * diff --git a/include/villas/formats/msg_format.hpp b/include/villas/formats/msg_format.hpp index 09cde2b22..d0291613c 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 GNU General Public License (version 3) * diff --git a/include/villas/formats/opal_asyncip.hpp b/include/villas/formats/opal_asyncip.hpp index 7bccb2c75..823f9a275 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 GNU General Public License (version 3) * diff --git a/include/villas/formats/protobuf.hpp b/include/villas/formats/protobuf.hpp index 28ec2c3e4..ad75133ea 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 GNU General Public License (version 3) * diff --git a/include/villas/formats/raw.hpp b/include/villas/formats/raw.hpp index 635e277f7..91fb8f291 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 GNU General Public License (version 3) * diff --git a/include/villas/formats/value.hpp b/include/villas/formats/value.hpp index 88b6a8bb5..eaf616208 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 GNU General Public License (version 3) * diff --git a/include/villas/formats/villas_binary.hpp b/include/villas/formats/villas_binary.hpp index adcbdc865..7f955433b 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 GNU General Public License (version 3) * diff --git a/include/villas/formats/villas_human.hpp b/include/villas/formats/villas_human.hpp index 9ade0ebf3..496109c3f 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 GNU General Public License (version 3) * diff --git a/include/villas/hook.hpp b/include/villas/hook.hpp index 04dd79167..0c9a52e24 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 GNU General Public License (version 3) * diff --git a/include/villas/hook_list.hpp b/include/villas/hook_list.hpp index 9de3d6759..9fe1ebfd5 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 GNU General Public License (version 3) * diff --git a/include/villas/hooks/decimate.hpp b/include/villas/hooks/decimate.hpp index fe6ee3436..03ea9e525 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 GNU General Public License (version 3) * diff --git a/include/villas/hooks/limit_rate.hpp b/include/villas/hooks/limit_rate.hpp index 530d96990..cffde7811 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 GNU General Public License (version 3) * diff --git a/include/villas/hooks/lua.hpp b/include/villas/hooks/lua.hpp index 82670c5e6..d1470b520 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 GNU General Public License (version 3) * diff --git a/include/villas/kernel/if.hpp b/include/villas/kernel/if.hpp index 433d645e2..83d774273 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 GNU General Public License (version 3) * diff --git a/include/villas/kernel/nl.hpp b/include/villas/kernel/nl.hpp index 8336f0e0b..49fd96410 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 GNU General Public License (version 3) * diff --git a/include/villas/kernel/tc.hpp b/include/villas/kernel/tc.hpp index 525415f3b..4df7d9257 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 GNU General Public License (version 3) * diff --git a/include/villas/kernel/tc_netem.hpp b/include/villas/kernel/tc_netem.hpp index e2a7b6016..7b95d1757 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 GNU General Public License (version 3) * diff --git a/include/villas/log_opal_sink.hpp b/include/villas/log_opal_sink.hpp index d30c580d4..1ae951188 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 GNU General Public License (version 3) * diff --git a/include/villas/mapping.hpp b/include/villas/mapping.hpp index a786ce429..214e27f18 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 GNU General Public License (version 3) * diff --git a/include/villas/mapping_list.hpp b/include/villas/mapping_list.hpp index 9a1c78828..f0b442292 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 GNU General Public License (version 3) * diff --git a/include/villas/node.h b/include/villas/node.h index 7216201e0..ee7647c89 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 GNU General Public License (version 3) * diff --git a/include/villas/node.hpp b/include/villas/node.hpp index 8f12c0caf..029a0c7e9 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 GNU General Public License (version 3) * diff --git a/include/villas/node/config.hpp.in b/include/villas/node/config.hpp.in index 2c139cb22..7f5059b23 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 GNU General Public License (version 3) * diff --git a/include/villas/node/exceptions.hpp b/include/villas/node/exceptions.hpp index 768619a5c..bd0c7b6ca 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 GNU General Public License (version 3) * diff --git a/include/villas/node/memory.hpp b/include/villas/node/memory.hpp index ccddcecd7..aa16e88a0 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 GNU General Public License (version 3) * diff --git a/include/villas/node/memory_type.hpp b/include/villas/node/memory_type.hpp index a9d2d5ebe..a171fb73c 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 GNU General Public License (version 3) * diff --git a/include/villas/node_compat.hpp b/include/villas/node_compat.hpp index 75b6d6114..1be511c08 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 GNU General Public License (version 3) * diff --git a/include/villas/node_compat_type.hpp b/include/villas/node_compat_type.hpp index 1761cdf1c..e731372a2 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 GNU General Public License (version 3) * diff --git a/include/villas/node_direction.hpp b/include/villas/node_direction.hpp index 907d43379..178f427b5 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 GNU General Public License (version 3) * diff --git a/include/villas/node_list.hpp b/include/villas/node_list.hpp index b78aa2974..fd1705caf 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 GNU General Public License (version 3) * diff --git a/include/villas/nodes/amqp.hpp b/include/villas/nodes/amqp.hpp index 4fe26541d..6942b5de3 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 GNU General Public License (version 3) * diff --git a/include/villas/nodes/comedi.hpp b/include/villas/nodes/comedi.hpp index be15e0b7a..41a59a233 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 GNU General Public License (version 3) * diff --git a/include/villas/nodes/ethercat.hpp b/include/villas/nodes/ethercat.hpp index 791a69bb3..d44328c2d 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 GNU General Public License (version 3) diff --git a/include/villas/nodes/ethercat_config.hpp b/include/villas/nodes/ethercat_config.hpp index 3922da789..c0d16636c 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 GNU General Public License (version 3) diff --git a/include/villas/nodes/example.hpp b/include/villas/nodes/example.hpp index 7c02887a5..8528b73b7 100644 --- a/include/villas/nodes/example.hpp +++ b/include/villas/nodes/example.hpp @@ -1,7 +1,7 @@ /** An example 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 GNU General Public License (version 3) * diff --git a/include/villas/nodes/exec.hpp b/include/villas/nodes/exec.hpp index c293077b8..6fcd3f6c5 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 GNU General Public License (version 3) * diff --git a/include/villas/nodes/file.hpp b/include/villas/nodes/file.hpp index 46adc2bd3..df15b30b2 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 GNU General Public License (version 3) * diff --git a/include/villas/nodes/fpga.hpp b/include/villas/nodes/fpga.hpp index c439cc0eb..43a802d74 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 GNU General Public License (version 3) * diff --git a/include/villas/nodes/go.h b/include/villas/nodes/go.h index fc052c4ee..a4bc4f046 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 GNU General Public License (version 3) * diff --git a/include/villas/nodes/go.hpp b/include/villas/nodes/go.hpp index b70635399..e84d3626b 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 GNU General Public License (version 3) * diff --git a/include/villas/nodes/iec61850.hpp b/include/villas/nodes/iec61850.hpp index f6ef95973..722e5e465 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 GNU General Public License (version 3) * diff --git a/include/villas/nodes/iec61850_sv.hpp b/include/villas/nodes/iec61850_sv.hpp index 096541eec..53081b787 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 GNU General Public License (version 3) * diff --git a/include/villas/nodes/influxdb.hpp b/include/villas/nodes/influxdb.hpp index ec0bfcaa5..85bcfc9aa 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 GNU General Public License (version 3) * diff --git a/include/villas/nodes/loopback.hpp b/include/villas/nodes/loopback.hpp index 90c6272fc..7e8a7d3bf 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 GNU General Public License (version 3) * diff --git a/include/villas/nodes/loopback_internal.hpp b/include/villas/nodes/loopback_internal.hpp index 6f8d5f393..251219319 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 GNU General Public License (version 3) * diff --git a/include/villas/nodes/mqtt.hpp b/include/villas/nodes/mqtt.hpp index 3672b97e2..c30f8f7dd 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 GNU General Public License (version 3) * diff --git a/include/villas/nodes/nanomsg.hpp b/include/villas/nodes/nanomsg.hpp index 15c17947f..4e01742e3 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 GNU General Public License (version 3) * diff --git a/include/villas/nodes/ngsi.hpp b/include/villas/nodes/ngsi.hpp index 760061a90..17b0df0e9 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 GNU General Public License (version 3) * diff --git a/include/villas/nodes/opal.hpp b/include/villas/nodes/opal.hpp index 5cc59fb30..344473642 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 GNU General Public License (version 3) * diff --git a/include/villas/nodes/redis.hpp b/include/villas/nodes/redis.hpp index 93217abd1..dcb767578 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 GNU General Public License (version 3) * diff --git a/include/villas/nodes/redis_helpers.hpp b/include/villas/nodes/redis_helpers.hpp index 0cb7cd9b4..ae762cd60 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 GNU General Public License (version 3) * diff --git a/include/villas/nodes/rtp.hpp b/include/villas/nodes/rtp.hpp index 7c5b0967c..3d1b2bdf3 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 GNU General Public License (version 3) diff --git a/include/villas/nodes/signal.hpp b/include/villas/nodes/signal.hpp index 590204c77..f8b92d043 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 GNU General Public License (version 3) * diff --git a/include/villas/nodes/signal_old.hpp b/include/villas/nodes/signal_old.hpp index e8096b208..4e2ccb5f6 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 GNU General Public License (version 3) * diff --git a/include/villas/nodes/socket.hpp b/include/villas/nodes/socket.hpp index 0a6dd5eb4..897c0deb1 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 GNU General Public License (version 3) * diff --git a/include/villas/nodes/stats.hpp b/include/villas/nodes/stats.hpp index c750c7bf9..6d9fd07c2 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 GNU General Public License (version 3) * diff --git a/include/villas/nodes/temper.hpp b/include/villas/nodes/temper.hpp index bbaf128a1..e9b272b27 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 GNU General Public License (version 3) * diff --git a/include/villas/nodes/test_rtt.hpp b/include/villas/nodes/test_rtt.hpp index 6ec8e6fe2..eba060256 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 GNU General Public License (version 3) * diff --git a/include/villas/nodes/uldaq.hpp b/include/villas/nodes/uldaq.hpp index 8ae92d3c9..f4c9eb5b6 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 GNU General Public License (version 3) * diff --git a/include/villas/nodes/websocket.hpp b/include/villas/nodes/websocket.hpp index b2d039a04..e091e395d 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 GNU General Public License (version 3) * diff --git a/include/villas/nodes/zeromq.hpp b/include/villas/nodes/zeromq.hpp index a991de46f..bbb04f79e 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 GNU General Public License (version 3) * diff --git a/include/villas/path.hpp b/include/villas/path.hpp index 157d566c4..41b73ee77 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 GNU General Public License (version 3) * diff --git a/include/villas/path_destination.hpp b/include/villas/path_destination.hpp index ca6389c87..b7b11b9f3 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 GNU General Public License (version 3) * diff --git a/include/villas/path_list.hpp b/include/villas/path_list.hpp index 8cf1e6cd2..d6b821aff 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 GNU General Public License (version 3) * diff --git a/include/villas/path_source.hpp b/include/villas/path_source.hpp index 4d62814eb..5aca154f3 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 GNU General Public License (version 3) * diff --git a/include/villas/pool.hpp b/include/villas/pool.hpp index 678835ec3..b2d49924b 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 GNU General Public License (version 3) * diff --git a/include/villas/queue.h b/include/villas/queue.h index a1512ffe4..f3a370eea 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 87789e762..60ccfa9e3 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 GNU General Public License (version 3) * diff --git a/include/villas/signal.hpp b/include/villas/signal.hpp index cee92a083..d0f1f0d97 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 GNU General Public License (version 3) * diff --git a/include/villas/signal_data.hpp b/include/villas/signal_data.hpp index 5e8ae952a..0e41d85a8 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 GNU General Public License (version 3) * diff --git a/include/villas/signal_list.hpp b/include/villas/signal_list.hpp index adde72e38..7c8566edc 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 GNU General Public License (version 3) * diff --git a/include/villas/signal_type.hpp b/include/villas/signal_type.hpp index a3177558d..1759af19d 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 GNU General Public License (version 3) * diff --git a/include/villas/socket_addr.hpp b/include/villas/socket_addr.hpp index cf9af6cdb..a8a9b2714 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 GNU General Public License (version 3) * diff --git a/include/villas/stats.hpp b/include/villas/stats.hpp index 1c5dacdf6..24349e060 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 GNU General Public License (version 3) * diff --git a/include/villas/super_node.hpp b/include/villas/super_node.hpp index 4a1779b0c..44d90c425 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 GNU General Public License (version 3) * diff --git a/include/villas/usb.hpp b/include/villas/usb.hpp index 45dc3acf7..87b4ef103 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 GNU General Public License (version 3) * diff --git a/include/villas/web.hpp b/include/villas/web.hpp index c57217241..de7731363 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 GNU General Public License (version 3) * diff --git a/lib/CMakeLists.txt b/lib/CMakeLists.txt index fc44d9676..59f4241ef 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 GNU General Public License (version 3) # diff --git a/lib/api.cpp b/lib/api.cpp index c15c2454c..b60d4297e 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 GNU General Public License (version 3) * diff --git a/lib/api/CMakeLists.txt b/lib/api/CMakeLists.txt index 5e4a45c04..5bfb21fd0 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 GNU General Public License (version 3) # diff --git a/lib/api/node_request.cpp b/lib/api/node_request.cpp index 760021252..132d3002c 100644 --- a/lib/api/node_request.cpp +++ b/lib/api/node_request.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 GNU General Public License (version 3) * diff --git a/lib/api/path_request.cpp b/lib/api/path_request.cpp index 134bbf295..2e3e8a96c 100644 --- a/lib/api/path_request.cpp +++ b/lib/api/path_request.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 GNU General Public License (version 3) * diff --git a/lib/api/request.cpp b/lib/api/request.cpp index a09fe988a..d98b39a28 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 GNU General Public License (version 3) * diff --git a/lib/api/requests/capabiltities.cpp b/lib/api/requests/capabiltities.cpp index 46ccc6e70..a3930c942 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 GNU General Public License (version 3) * diff --git a/lib/api/requests/config.cpp b/lib/api/requests/config.cpp index 3cd1f95d4..a99b90137 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 GNU General Public License (version 3) * diff --git a/lib/api/requests/graph.cpp b/lib/api/requests/graph.cpp index dc6f1d45b..97ffe359f 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 GNU General Public License (version 3) * diff --git a/lib/api/requests/node_action.cpp b/lib/api/requests/node_action.cpp index 54b19bfec..2861fba68 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 GNU General Public License (version 3) * diff --git a/lib/api/requests/node_file.cpp b/lib/api/requests/node_file.cpp index 1e3507857..d5d26ad1b 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 GNU General Public License (version 3) * diff --git a/lib/api/requests/node_info.cpp b/lib/api/requests/node_info.cpp index d111989c3..10fb6f166 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 GNU General Public License (version 3) * diff --git a/lib/api/requests/node_stats.cpp b/lib/api/requests/node_stats.cpp index 2bcb75eca..86b04e0c4 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 GNU General Public License (version 3) * diff --git a/lib/api/requests/node_stats_reset.cpp b/lib/api/requests/node_stats_reset.cpp index 6bb8ab0c5..380f11243 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 GNU General Public License (version 3) * diff --git a/lib/api/requests/nodes.cpp b/lib/api/requests/nodes.cpp index f0a78f826..eb0437fba 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 GNU General Public License (version 3) * diff --git a/lib/api/requests/path_action.cpp b/lib/api/requests/path_action.cpp index 0c41b0f92..2458858f4 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 GNU General Public License (version 3) * diff --git a/lib/api/requests/path_info.cpp b/lib/api/requests/path_info.cpp index 6c21a32e2..151f0242c 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 GNU General Public License (version 3) * diff --git a/lib/api/requests/paths.cpp b/lib/api/requests/paths.cpp index fdd7de7de..bd706bd48 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 GNU General Public License (version 3) * diff --git a/lib/api/requests/restart.cpp b/lib/api/requests/restart.cpp index bfb6767a0..cd50dcffd 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 GNU General Public License (version 3) * diff --git a/lib/api/requests/shutdown.cpp b/lib/api/requests/shutdown.cpp index 336bf68cf..2936c60af 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 GNU General Public License (version 3) * diff --git a/lib/api/requests/status.cpp b/lib/api/requests/status.cpp index 0263159ba..0435bb94e 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 GNU General Public License (version 3) * diff --git a/lib/api/response.cpp b/lib/api/response.cpp index 74ad8983e..328a97bba 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 GNU General Public License (version 3) * diff --git a/lib/api/session.cpp b/lib/api/session.cpp index 0dcb94c6f..46561b05b 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 GNU General Public License (version 3) * diff --git a/lib/capabilities.cpp b/lib/capabilities.cpp index f1fe433c9..a56e90e1e 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 GNU General Public License (version 3) * diff --git a/lib/config.cpp b/lib/config.cpp index 595e61e56..8f414241a 100644 --- a/lib/config.cpp +++ b/lib/config.cpp @@ -1,7 +1,7 @@ /** Configuration file parsing. * - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * diff --git a/lib/config_helper.cpp b/lib/config_helper.cpp index d26db7d11..6de9aae67 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 GNU General Public License (version 3) * diff --git a/lib/format.cpp b/lib/format.cpp index 7049daf8c..b04ec80bc 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 GNU General Public License (version 3) * diff --git a/lib/formats/CMakeLists.txt b/lib/formats/CMakeLists.txt index 988ea6a9b..d633a18b4 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 GNU General Public License (version 3) # diff --git a/lib/formats/column.cpp b/lib/formats/column.cpp index f79b242ab..71fe47d9e 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 GNU General Public License (version 3) * diff --git a/lib/formats/json.cpp b/lib/formats/json.cpp index 492460420..db2f4d408 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 GNU General Public License (version 3) * diff --git a/lib/formats/json_kafka.cpp b/lib/formats/json_kafka.cpp index 22f02022b..b10c88010 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 GNU General Public License (version 3) * diff --git a/lib/formats/json_reserve.cpp b/lib/formats/json_reserve.cpp index 6aa97bde3..93fb0560c 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 GNU General Public License (version 3) * diff --git a/lib/formats/line.cpp b/lib/formats/line.cpp index 8ac9d8104..f3d4a6966 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 GNU General Public License (version 3) * diff --git a/lib/formats/msg.cpp b/lib/formats/msg.cpp index 27f07ab81..6dc232b7d 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 GNU General Public License (version 3) * diff --git a/lib/formats/opal_asyncip.cpp b/lib/formats/opal_asyncip.cpp index cc2f51ae6..a4e0201f5 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 GNU General Public License (version 3) * diff --git a/lib/formats/protobuf.cpp b/lib/formats/protobuf.cpp index 9b04bf20e..f1c0b285b 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 GNU General Public License (version 3) * diff --git a/lib/formats/raw.cpp b/lib/formats/raw.cpp index 101f6cfc0..f31368753 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 GNU General Public License (version 3) * diff --git a/lib/formats/value.cpp b/lib/formats/value.cpp index 0aa4d2e12..2ce00fea3 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 GNU General Public License (version 3) * diff --git a/lib/formats/villas.proto b/lib/formats/villas.proto index 96d38ae73..9834f2cb6 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 GNU General Public License (version 3) /// diff --git a/lib/formats/villas_binary.cpp b/lib/formats/villas_binary.cpp index fee0b7e24..9c468dd2a 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 GNU General Public License (version 3) * diff --git a/lib/formats/villas_human.cpp b/lib/formats/villas_human.cpp index 47d3f2515..af5f29731 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 GNU General Public License (version 3) * diff --git a/lib/hook.cpp b/lib/hook.cpp index f18ef4bf9..607fb9816 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 GNU General Public License (version 3) * diff --git a/lib/hook_list.cpp b/lib/hook_list.cpp index e187478d5..c0ef79881 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 GNU General Public License (version 3) * diff --git a/lib/hooks/CMakeLists.txt b/lib/hooks/CMakeLists.txt index e5eee3a55..e9428c361 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 GNU General Public License (version 3) # diff --git a/lib/hooks/average.cpp b/lib/hooks/average.cpp index 7f9162c4c..14291814a 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 GNU General Public License (version 3) * diff --git a/lib/hooks/cast.cpp b/lib/hooks/cast.cpp index c14cab177..cca3d6945 100644 --- a/lib/hooks/cast.cpp +++ b/lib/hooks/cast.cpp @@ -1,7 +1,7 @@ /** Cast hook. * - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * diff --git a/lib/hooks/decimate.cpp b/lib/hooks/decimate.cpp index 61570f4ea..fc27af2a3 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 GNU General Public License (version 3) * diff --git a/lib/hooks/dp.cpp b/lib/hooks/dp.cpp index 0d335abb6..125a561c5 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 GNU General Public License (version 3) * diff --git a/lib/hooks/drop.cpp b/lib/hooks/drop.cpp index d62a1904c..9a1b182c0 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 GNU General Public License (version 3) * diff --git a/lib/hooks/dump.cpp b/lib/hooks/dump.cpp index c6a4f84cd..4105a460e 100644 --- a/lib/hooks/dump.cpp +++ b/lib/hooks/dump.cpp @@ -1,7 +1,7 @@ /** Dump hook. * - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * diff --git a/lib/hooks/ebm.cpp b/lib/hooks/ebm.cpp index 679223022..4f07031bb 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 GNU General Public License (version 3) * diff --git a/lib/hooks/fix.cpp b/lib/hooks/fix.cpp index cf5f9beb6..1a6bdb50e 100644 --- a/lib/hooks/fix.cpp +++ b/lib/hooks/fix.cpp @@ -1,7 +1,7 @@ /** Drop hook. * - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * diff --git a/lib/hooks/gate.cpp b/lib/hooks/gate.cpp index 0ba6f838f..16c50191d 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 GNU General Public License (version 3) * diff --git a/lib/hooks/limit_rate.cpp b/lib/hooks/limit_rate.cpp index 7ae0a3ea2..4bd343380 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 GNU General Public License (version 3) * diff --git a/lib/hooks/limit_value.cpp b/lib/hooks/limit_value.cpp index 628cc7efe..431ea4d2f 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 GNU General Public License (version 3) * diff --git a/lib/hooks/lua.cpp b/lib/hooks/lua.cpp index 0edcff1b2..cf01c2752 100644 --- a/lib/hooks/lua.cpp +++ b/lib/hooks/lua.cpp @@ -1,7 +1,7 @@ /** Lua expressions hook. * - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * diff --git a/lib/hooks/pps_ts.cpp b/lib/hooks/pps_ts.cpp index 95eee147c..03bc598d7 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 GNU General Public License (version 3) * diff --git a/lib/hooks/print.cpp b/lib/hooks/print.cpp index 4efe097fb..63e3950e5 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 GNU General Public License (version 3) * diff --git a/lib/hooks/restart.cpp b/lib/hooks/restart.cpp index f3a155668..aef5dfa08 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 GNU General Public License (version 3) * diff --git a/lib/hooks/scale.cpp b/lib/hooks/scale.cpp index bfcf2e367..3b71622d2 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 GNU General Public License (version 3) * diff --git a/lib/hooks/shift_seq.cpp b/lib/hooks/shift_seq.cpp index b7d4068ee..06dbfcb35 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 GNU General Public License (version 3) * diff --git a/lib/hooks/shift_ts.cpp b/lib/hooks/shift_ts.cpp index 7316cbd71..dea76e10e 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 GNU General Public License (version 3) * diff --git a/lib/hooks/skip_first.cpp b/lib/hooks/skip_first.cpp index cc429e1dd..e798ccdf9 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 GNU General Public License (version 3) * diff --git a/lib/hooks/stats.cpp b/lib/hooks/stats.cpp index a84cc97ff..b1fe4a3cd 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 GNU General Public License (version 3) * diff --git a/lib/hooks/ts.cpp b/lib/hooks/ts.cpp index a296d2e13..5b4278ab5 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 GNU General Public License (version 3) * diff --git a/lib/kernel/if.cpp b/lib/kernel/if.cpp index 1b08ba61f..6fed04932 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 GNU General Public License (version 3) * diff --git a/lib/kernel/nl.cpp b/lib/kernel/nl.cpp index 159a72fe0..a6e23ce71 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 GNU General Public License (version 3) * diff --git a/lib/kernel/tc.cpp b/lib/kernel/tc.cpp index 3ecfffca4..1067c44cf 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 GNU General Public License (version 3) * diff --git a/lib/kernel/tc_netem.cpp b/lib/kernel/tc_netem.cpp index 858f6d91d..f00a10547 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 GNU General Public License (version 3) * diff --git a/lib/mapping.cpp b/lib/mapping.cpp index 864e8e976..8d4e5d0e1 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 GNU General Public License (version 3) * diff --git a/lib/mapping_list.cpp b/lib/mapping_list.cpp index c71ede701..62f9d0c13 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 GNU General Public License (version 3) * diff --git a/lib/memory.cpp b/lib/memory.cpp index 98077d50e..a4cbaca9c 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 GNU General Public License (version 3) * diff --git a/lib/memory/heap.cpp b/lib/memory/heap.cpp index ac5e9cd80..c3bab0d0d 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 GNU General Public License (version 3) * diff --git a/lib/memory/ib.cpp b/lib/memory/ib.cpp index e6459f18b..7f8fbf949 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 GNU General Public License (version 3) * diff --git a/lib/memory/managed.cpp b/lib/memory/managed.cpp index d8aa7d771..909d6008d 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 GNU General Public License (version 3) * diff --git a/lib/memory/mmap.cpp b/lib/memory/mmap.cpp index d3632581a..1b69ca817 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 GNU General Public License (version 3) * diff --git a/lib/node.cpp b/lib/node.cpp index 837ae9a14..a4b8962e7 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 GNU General Public License (version 3) * diff --git a/lib/node_capi.cpp b/lib/node_capi.cpp index f502d5ab6..067a52242 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 GNU General Public License (version 3) * diff --git a/lib/node_compat.cpp b/lib/node_compat.cpp index 47f34df7e..a36a4b966 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 GNU General Public License (version 3) * diff --git a/lib/node_direction.cpp b/lib/node_direction.cpp index 04912314a..acd06286f 100644 --- a/lib/node_direction.cpp +++ b/lib/node_direction.cpp @@ -1,7 +1,7 @@ /** Node direction * - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * diff --git a/lib/node_list.cpp b/lib/node_list.cpp index 4f8d6afc3..f6e4a5461 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 GNU General Public License (version 3) * diff --git a/lib/nodes/CMakeLists.txt b/lib/nodes/CMakeLists.txt index 8c791a5da..90999bf51 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 GNU General Public License (version 3) # diff --git a/lib/nodes/amqp.cpp b/lib/nodes/amqp.cpp index a05475e6b..9db6a03be 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 GNU General Public License (version 3) * diff --git a/lib/nodes/comedi.cpp b/lib/nodes/comedi.cpp index dbe5f8a7e..ebc0d277f 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 GNU General Public License (version 3) diff --git a/lib/nodes/ethercat.cpp b/lib/nodes/ethercat.cpp index b8e2edd2b..a436ccadf 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 GNU General Public License (version 3) diff --git a/lib/nodes/example.cpp b/lib/nodes/example.cpp index 8b08d25d8..b77694ddf 100644 --- a/lib/nodes/example.cpp +++ b/lib/nodes/example.cpp @@ -1,6 +1,6 @@ /** An example get started with new implementations of new node-types * - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * diff --git a/lib/nodes/exec.cpp b/lib/nodes/exec.cpp index 9a68dde07..a94ede050 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 GNU General Public License (version 3) * diff --git a/lib/nodes/file.cpp b/lib/nodes/file.cpp index 2ca1aaf04..0802dd40f 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 GNU General Public License (version 3) * diff --git a/lib/nodes/fpga.cpp b/lib/nodes/fpga.cpp index 4d740e61d..cd32806d8 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 GNU General Public License (version 3) * diff --git a/lib/nodes/go.cpp b/lib/nodes/go.cpp index dbc8ef78d..814dba0d3 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 GNU General Public License (version 3) * diff --git a/lib/nodes/iec61850.cpp b/lib/nodes/iec61850.cpp index 1443aab2f..b6dd97971 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 GNU General Public License (version 3) * diff --git a/lib/nodes/iec61850_sv.cpp b/lib/nodes/iec61850_sv.cpp index 881bf1b9e..696c06c5d 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 GNU General Public License (version 3) * diff --git a/lib/nodes/influxdb.cpp b/lib/nodes/influxdb.cpp index a29bdca95..9a49f59db 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 GNU General Public License (version 3) * diff --git a/lib/nodes/loopback.cpp b/lib/nodes/loopback.cpp index 5f164518b..9fe1aad03 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 GNU General Public License (version 3) * diff --git a/lib/nodes/loopback_internal.cpp b/lib/nodes/loopback_internal.cpp index d818138ff..479372bfe 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 GNU General Public License (version 3) * diff --git a/lib/nodes/mqtt.cpp b/lib/nodes/mqtt.cpp index 1a669d406..72343226f 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 GNU General Public License (version 3) * diff --git a/lib/nodes/nanomsg.cpp b/lib/nodes/nanomsg.cpp index c2df500af..f70d504bf 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 GNU General Public License (version 3) * diff --git a/lib/nodes/ngsi.cpp b/lib/nodes/ngsi.cpp index 7aabc8a86..807c83c3c 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 * @license GNU General Public License (version 3) * diff --git a/lib/nodes/opal.cpp b/lib/nodes/opal.cpp index 0b2cece4e..2325d5f8a 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 GNU General Public License (version 3) * diff --git a/lib/nodes/redis.cpp b/lib/nodes/redis.cpp index c58951689..4f5ea3f51 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 GNU General Public License (version 3) * diff --git a/lib/nodes/rtp.cpp b/lib/nodes/rtp.cpp index 0f659d09b..3b3f61968 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 GNU General Public License (version 3) diff --git a/lib/nodes/signal.cpp b/lib/nodes/signal.cpp index f348b5505..be0c73df6 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 GNU General Public License (version 3) * diff --git a/lib/nodes/signal_v1.cpp b/lib/nodes/signal_v1.cpp index 540b46c8f..a863a9709 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 GNU General Public License (version 3) * diff --git a/lib/nodes/socket.cpp b/lib/nodes/socket.cpp index 8a836d18c..2d3f11598 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 GNU General Public License (version 3) * diff --git a/lib/nodes/stats.cpp b/lib/nodes/stats.cpp index 1bb204a3e..3bae65c6e 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 GNU General Public License (version 3) * diff --git a/lib/nodes/test_rtt.cpp b/lib/nodes/test_rtt.cpp index 0a758cff3..e0adf80fc 100644 --- a/lib/nodes/test_rtt.cpp +++ b/lib/nodes/test_rtt.cpp @@ -1,7 +1,7 @@ /** 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 GNU General Public License (version 3) * diff --git a/lib/nodes/uldaq.cpp b/lib/nodes/uldaq.cpp index cdc30dcc6..2d8a36b2a 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 GNU General Public License (version 3) * diff --git a/lib/nodes/websocket.cpp b/lib/nodes/websocket.cpp index dec8a85ba..3ad4e310d 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 GNU General Public License (version 3) * diff --git a/lib/nodes/zeromq.cpp b/lib/nodes/zeromq.cpp index 6319a38c0..63d9660fa 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 GNU General Public License (version 3) * diff --git a/lib/path.cpp b/lib/path.cpp index 8f4cabf3e..f35d8a5fc 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 GNU General Public License (version 3) * diff --git a/lib/path_destination.cpp b/lib/path_destination.cpp index 1fd1ee908..192c1caaa 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 GNU General Public License (version 3) * diff --git a/lib/path_list.cpp b/lib/path_list.cpp index 2e0747845..e81618320 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 GNU General Public License (version 3) * diff --git a/lib/path_source.cpp b/lib/path_source.cpp index 8db5e0e91..53b550952 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 GNU General Public License (version 3) * diff --git a/lib/pool.cpp b/lib/pool.cpp index 3252699c6..a062e894f 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 GNU General Public License (version 3) * diff --git a/lib/queue.cpp b/lib/queue.cpp index d0b6a2523..8ce3f0d19 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 2f597507f..63bacac0d 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 GNU General Public License (version 3) * diff --git a/lib/signal.cpp b/lib/signal.cpp index 5dd4a7dde..a01b8a55b 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 GNU General Public License (version 3) * diff --git a/lib/signal_data.cpp b/lib/signal_data.cpp index 79d900e78..9ff1240e1 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 GNU General Public License (version 3) * diff --git a/lib/signal_list.cpp b/lib/signal_list.cpp index 38ce33094..e65e07c9c 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 GNU General Public License (version 3) * diff --git a/lib/signal_type.cpp b/lib/signal_type.cpp index bb7c93151..48d1359c7 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 GNU General Public License (version 3) * diff --git a/lib/socket_addr.cpp b/lib/socket_addr.cpp index 9e6504f86..d5c58112e 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 GNU General Public License (version 3) * diff --git a/lib/stats.cpp b/lib/stats.cpp index bbd6a93dc..a49e29dfa 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 GNU General Public License (version 3) * diff --git a/lib/super_node.cpp b/lib/super_node.cpp index 5cdf0f65c..3256ce3ce 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 GNU General Public License (version 3) * diff --git a/lib/usb.cpp b/lib/usb.cpp index c20767da6..0286c122a 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 GNU General Public License (version 3) * diff --git a/lib/web.cpp b/lib/web.cpp index de1829f21..dadbbd400 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 GNU General Public License (version 3) * diff --git a/packaging/CMakeLists.txt b/packaging/CMakeLists.txt index d8fb0325e..2f9ff46b4 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 GNU General Public License (version 3) # diff --git a/packaging/docker/Dockerfile.debian b/packaging/docker/Dockerfile.debian index df51f90ef..515041063 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 GNU General Public License (version 3) # @@ -106,7 +106,7 @@ LABEL \ org.label-schema.license="GPL-3.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="stvogel@eonerc.rwth-aachen.de" \ + org.label-schema.author.email="svogel2@eonerc.rwth-aachen.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 3c555dafa..4d13130e4 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 GNU General Public License (version 3) # @@ -186,7 +186,7 @@ LABEL \ org.label-schema.license="GPL-3.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="stvogel@eonerc.rwth-aachen.de" \ + org.label-schema.author.email="svogel2@eonerc.rwth-aachen.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 32c676358..b06ae1b86 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 GNU General Public License (version 3) # @@ -126,7 +126,7 @@ LABEL \ org.label-schema.license="GPL-3.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="stvogel@eonerc.rwth-aachen.de" \ + org.label-schema.author.email="svogel2@eonerc.rwth-aachen.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 004fb0cc8..5e40d7b65 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 GNU General Public License (version 3) # @@ -75,7 +75,7 @@ LABEL \ org.label-schema.license="GPL-3.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="stvogel@eonerc.rwth-aachen.de" \ + org.label-schema.author.email="svogel2@eonerc.rwth-aachen.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 b8474947e..28d94147c 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 GNU General Public License (version 3) # @@ -106,7 +106,7 @@ LABEL \ org.label-schema.license="GPL-3.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="stvogel@eonerc.rwth-aachen.de" \ + org.label-schema.author.email="svogel2@eonerc.rwth-aachen.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 c5ed3d5bc..8b17f12b0 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 GNU General Public License (version 3) # @@ -108,7 +108,7 @@ LABEL \ org.label-schema.license="GPL-3.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="stvogel@eonerc.rwth-aachen.de" \ + org.label-schema.author.email="svogel2@eonerc.rwth-aachen.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 b76222eb9..9bce61540 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 GNU General Public License (version 3) # diff --git a/plugins/CMakeLists.txt b/plugins/CMakeLists.txt index cd3cf5b7f..712699453 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 GNU General Public License (version 3) # diff --git a/plugins/example_hook.cpp b/plugins/example_hook.cpp index 095d697e8..4e50b8444 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 GNU General Public License (version 3) * diff --git a/python/CMakeLists.txt b/python/CMakeLists.txt index e477ca2f2..233d48ab7 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 GNU General Public License (version 3) # diff --git a/python/README.md b/python/README.md index dd2161115..005ff8ea3 100644 --- a/python/README.md +++ b/python/README.md @@ -44,7 +44,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 8e38606a1..0da9b5a0e 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 GNU General Public License (version 3) # diff --git a/src/villas-compare.cpp b/src/villas-compare.cpp index 731554a3a..846c0fb4e 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 GNU General Public License (version 3) * diff --git a/src/villas-conf2json.cpp b/src/villas-conf2json.cpp index de0b53b8d..220b9690e 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 GNU General Public License (version 3) * diff --git a/src/villas-convert.cpp b/src/villas-convert.cpp index a1bb3a9ab..083b5d7f3 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 GNU General Public License (version 3) * diff --git a/src/villas-graph.cpp b/src/villas-graph.cpp index 551e4f308..680a53701 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 GNU General Public License (version 3) * diff --git a/src/villas-hook.cpp b/src/villas-hook.cpp index 312e94a94..5aa99c235 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 GNU General Public License (version 3) * diff --git a/src/villas-node.cpp b/src/villas-node.cpp index 56878d0f6..f7031ce90 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 GNU General Public License (version 3) * diff --git a/src/villas-pipe.cpp b/src/villas-pipe.cpp index 789b2de21..225c07e53 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 GNU General Public License (version 3) * diff --git a/src/villas-relay.cpp b/src/villas-relay.cpp index bdc791047..47d464215 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 GNU General Public License (version 3) * diff --git a/src/villas-relay.hpp b/src/villas-relay.hpp index 1b49631ec..c698117b5 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 GNU General Public License (version 3) * diff --git a/src/villas-signal.cpp b/src/villas-signal.cpp index 4047d454b..6cd8a7927 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 GNU General Public License (version 3) * diff --git a/src/villas-test-config.cpp b/src/villas-test-config.cpp index 06af3fe07..d95a9caf3 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 GNU General Public License (version 3) * diff --git a/src/villas-test-rtt.cpp b/src/villas-test-rtt.cpp index b89316d89..74b355799 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 GNU General Public License (version 3) * diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index 24b0fed33..cc4e3704a 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 GNU General Public License (version 3) # diff --git a/tests/integration/CMakeLists.txt b/tests/integration/CMakeLists.txt index 33770fc2d..b048988c5 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 GNU General Public License (version 3) # diff --git a/tests/integration/api-capabilities.sh b/tests/integration/api-capabilities.sh index 548b1327c..34b103364 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 GNU General Public License (version 3) # diff --git a/tests/integration/api-config.sh b/tests/integration/api-config.sh index e891cbf01..8ab2a2c5b 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 GNU General Public License (version 3) # diff --git a/tests/integration/api-nodes.sh b/tests/integration/api-nodes.sh index cfe34eeaa..d527d877e 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 GNU General Public License (version 3) # diff --git a/tests/integration/api-paths.sh b/tests/integration/api-paths.sh index 9a8e6144c..56af5d279 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 GNU General Public License (version 3) # diff --git a/tests/integration/api-restart.sh b/tests/integration/api-restart.sh index 97f8f5ef8..9d10591d2 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 GNU General Public License (version 3) # diff --git a/tests/integration/api-shutdown.sh b/tests/integration/api-shutdown.sh index c7023ba46..a411f63a4 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 GNU General Public License (version 3) # diff --git a/tests/integration/api-stress.sh b/tests/integration/api-stress.sh index 6c24d9c6d..57ddfadab 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 GNU General Public License (version 3) # diff --git a/tests/integration/compare.sh b/tests/integration/compare.sh index 53f803a73..a1f5dd6e1 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 GNU General Public License (version 3) # diff --git a/tests/integration/convert.sh b/tests/integration/convert.sh index d55c7ee28..b6f1c0145 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 GNU General Public License (version 3) # diff --git a/tests/integration/hook-average.sh b/tests/integration/hook-average.sh index a2e76e53a..b8d5aef0f 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 GNU General Public License (version 3) # diff --git a/tests/integration/hook-cast.sh b/tests/integration/hook-cast.sh index c80f207ee..c0c6e9881 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 GNU General Public License (version 3) # diff --git a/tests/integration/hook-decimate.sh b/tests/integration/hook-decimate.sh index fd4d1f635..e67b0ff16 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 GNU General Public License (version 3) # diff --git a/tests/integration/hook-drop.sh b/tests/integration/hook-drop.sh index 8ce714050..b476b5d00 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 GNU General Public License (version 3) # diff --git a/tests/integration/hook-gate.sh b/tests/integration/hook-gate.sh index 771d566b4..12706f6b6 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 GNU General Public License (version 3) # diff --git a/tests/integration/hook-limit_rate.sh b/tests/integration/hook-limit_rate.sh index 6da915bd4..b6296e43e 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 GNU General Public License (version 3) # diff --git a/tests/integration/hook-lua.sh b/tests/integration/hook-lua.sh index daa1a1905..abbfeaa13 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 GNU General Public License (version 3) # diff --git a/tests/integration/hook-lua_script.sh b/tests/integration/hook-lua_script.sh index ba9a24672..5de12ee7d 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 GNU General Public License (version 3) # diff --git a/tests/integration/hook-print.sh b/tests/integration/hook-print.sh index 558996243..5ba886475 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 GNU General Public License (version 3) # diff --git a/tests/integration/hook-scale.sh b/tests/integration/hook-scale.sh index 7cb85fcd0..ef4b5ec76 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 GNU General Public License (version 3) # diff --git a/tests/integration/hook-shift_seq.sh b/tests/integration/hook-shift_seq.sh index e762bf6e5..7a1230409 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 GNU General Public License (version 3) # diff --git a/tests/integration/hook-shift_ts.sh b/tests/integration/hook-shift_ts.sh index 71aebe305..49c515651 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 GNU General Public License (version 3) # diff --git a/tests/integration/hook-skip_first.sh b/tests/integration/hook-skip_first.sh index f9c78f5c9..9d20a74bf 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 GNU General Public License (version 3) # diff --git a/tests/integration/hook-skip_first2.sh b/tests/integration/hook-skip_first2.sh index 7f777a7c9..53daf7cdb 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 GNU General Public License (version 3) # diff --git a/tests/integration/missing-example-configs.sh b/tests/integration/missing-example-configs.sh index cff5195dc..14e8a5c38 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 GNU General Public License (version 3) # diff --git a/tests/integration/node-hook.sh b/tests/integration/node-hook.sh index 08a7dcf17..cd124fc07 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 GNU General Public License (version 3) # diff --git a/tests/integration/node-loopback-socket.sh b/tests/integration/node-loopback-socket.sh index c53c44a39..afafea993 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 GNU General Public License (version 3) # diff --git a/tests/integration/node-mapping.sh b/tests/integration/node-mapping.sh index 75ef2f8a3..b79c0a05a 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 GNU General Public License (version 3) # diff --git a/tests/integration/node-multiple-destinations.sh b/tests/integration/node-multiple-destinations.sh index d5294cb59..16e8ebdc9 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 GNU General Public License (version 3) # diff --git a/tests/integration/node-multiple-sources.sh b/tests/integration/node-multiple-sources.sh index 2d37601bb..1c2a1fb34 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 GNU General Public License (version 3) # diff --git a/tests/integration/node-multiplexing.sh b/tests/integration/node-multiplexing.sh index 9a73406cf..fd96df5e4 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 GNU General Public License (version 3) # diff --git a/tests/integration/node-rate.sh b/tests/integration/node-rate.sh index 27cd4d727..476e7e40a 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 GNU General Public License (version 3) # diff --git a/tests/integration/node-stats.sh b/tests/integration/node-stats.sh index 21834039c..8a1d6151c 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 GNU General Public License (version 3) # diff --git a/tests/integration/node-test_rtt.sh b/tests/integration/node-test_rtt.sh index ea496d5ff..cd418ab02 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 GNU General Public License (version 3) # diff --git a/tests/integration/pipe-loopback-amqp.sh b/tests/integration/pipe-loopback-amqp.sh index e36b22c8d..43802e6db 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 GNU General Public License (version 3) # diff --git a/tests/integration/pipe-loopback-exec.sh b/tests/integration/pipe-loopback-exec.sh index fae499386..56a07d488 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 GNU General Public License (version 3) # diff --git a/tests/integration/pipe-loopback-file.sh b/tests/integration/pipe-loopback-file.sh index 1c867b019..01fd43ee7 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 GNU General Public License (version 3) # diff --git a/tests/integration/pipe-loopback-iec61850-9-2.sh b/tests/integration/pipe-loopback-iec61850-9-2.sh index d56f1c1eb..d6b67606a 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 GNU General Public License (version 3) # diff --git a/tests/integration/pipe-loopback-loopback.sh b/tests/integration/pipe-loopback-loopback.sh index 1e4ad0442..92c7779a5 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 GNU General Public License (version 3) # diff --git a/tests/integration/pipe-loopback-mqtt.sh b/tests/integration/pipe-loopback-mqtt.sh index b5a67a013..16086ac48 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 GNU General Public License (version 3) # diff --git a/tests/integration/pipe-loopback-nanomsg.sh b/tests/integration/pipe-loopback-nanomsg.sh index 274833f82..2acbd2a3c 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 GNU General Public License (version 3) # diff --git a/tests/integration/pipe-loopback-redis.sh b/tests/integration/pipe-loopback-redis.sh index 397000334..8bcb30268 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 GNU General Public License (version 3) # diff --git a/tests/integration/pipe-loopback-rtp-dual.sh b/tests/integration/pipe-loopback-rtp-dual.sh index 693fb5e4e..d0250c92a 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 GNU General Public License (version 3) diff --git a/tests/integration/pipe-loopback-rtp-remote.sh b/tests/integration/pipe-loopback-rtp-remote.sh index 373ea1471..f8ec4f9b7 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 GNU General Public License (version 3) diff --git a/tests/integration/pipe-loopback-rtp-tbf.sh b/tests/integration/pipe-loopback-rtp-tbf.sh index 35e9d62b1..73530e7cb 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 GNU General Public License (version 3) diff --git a/tests/integration/pipe-loopback-rtp.sh b/tests/integration/pipe-loopback-rtp.sh index 488542012..39afa3573 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 GNU General Public License (version 3) # diff --git a/tests/integration/pipe-loopback-shmem.sh b/tests/integration/pipe-loopback-shmem.sh index a4777c112..94447924f 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 GNU General Public License (version 3) # diff --git a/tests/integration/pipe-loopback-socket-multicast.sh b/tests/integration/pipe-loopback-socket-multicast.sh index e75143ea6..fc5adb77b 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 GNU General Public License (version 3) # diff --git a/tests/integration/pipe-loopback-socket-netem.sh b/tests/integration/pipe-loopback-socket-netem.sh index 89b889959..5f62f71f9 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 GNU General Public License (version 3) # diff --git a/tests/integration/pipe-loopback-socket.sh b/tests/integration/pipe-loopback-socket.sh index 227ee3a3f..43463e49c 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 GNU General Public License (version 3) # diff --git a/tests/integration/pipe-loopback-websocket.sh b/tests/integration/pipe-loopback-websocket.sh index 0f72643a5..43c238118 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 GNU General Public License (version 3) # diff --git a/tests/integration/pipe-loopback-zeromq.sh b/tests/integration/pipe-loopback-zeromq.sh index 69d312180..e5dccdb57 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 GNU General Public License (version 3) # diff --git a/tests/integration/pipe-python-protobuf.sh b/tests/integration/pipe-python-protobuf.sh index fb339aae7..3dfa1e372 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 GNU General Public License (version 3) # diff --git a/tests/integration/relay.sh b/tests/integration/relay.sh index 0a4f9276a..55ba1c034 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 GNU General Public License (version 3) # diff --git a/tests/integration/signal.sh b/tests/integration/signal.sh index 2c8e7fbb2..66f9ad90a 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 GNU General Public License (version 3) # diff --git a/tests/integration/test-config.sh b/tests/integration/test-config.sh index 6b7a092e4..fcf308139 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 GNU General Public License (version 3) # diff --git a/tests/unit/CMakeLists.txt b/tests/unit/CMakeLists.txt index 8df05c366..3055881a9 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 GNU General Public License (version 3) # diff --git a/tests/unit/config.cpp b/tests/unit/config.cpp index 734e1fe25..da015ea26 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 GNU General Public License (version 3) * diff --git a/tests/unit/config_json.cpp b/tests/unit/config_json.cpp index df53f1874..9407fdaae 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 GNU General Public License (version 3) * diff --git a/tests/unit/format.cpp b/tests/unit/format.cpp index 38f61c8b7..50c58ffde 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 GNU General Public License (version 3) * diff --git a/tests/unit/json.cpp b/tests/unit/json.cpp index 52c84a601..4da7dfe0d 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 GNU General Public License (version 3) * diff --git a/tests/unit/main.cpp b/tests/unit/main.cpp index a0285a5ca..c6f3f7564 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 GNU General Public License (version 3) * diff --git a/tests/unit/mapping.cpp b/tests/unit/mapping.cpp index a200e8b92..8e57db130 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 GNU General Public License (version 3) * diff --git a/tests/unit/memory.cpp b/tests/unit/memory.cpp index 845248f19..123ff5dcb 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 GNU General Public License (version 3) * diff --git a/tests/unit/pool.cpp b/tests/unit/pool.cpp index 486135c41..934d19d6a 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 GNU General Public License (version 3) * diff --git a/tests/unit/queue.cpp b/tests/unit/queue.cpp index 9d9731efc..a6e94c18e 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 GNU General Public License (version 3) * diff --git a/tests/unit/queue_signalled.cpp b/tests/unit/queue_signalled.cpp index 93a438c04..8896a991e 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 GNU General Public License (version 3) * diff --git a/tests/unit/signal.cpp b/tests/unit/signal.cpp index f76339f65..80661b356 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 GNU General Public License (version 3) * diff --git a/tools/CMakeLists.txt b/tools/CMakeLists.txt index 435002513..b22ed0e04 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 GNU General Public License (version 3) # diff --git a/tools/docker-dev.sh b/tools/docker-dev.sh index 6f352bf00..a3d2e7bfe 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 GNU General Public License (version 3) # diff --git a/tools/integration-tests.sh b/tools/integration-tests.sh index 01b9a99bf..4ec6ba7a4 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 GNU General Public License (version 3) # diff --git a/tools/rmsem.cpp b/tools/rmsem.cpp index 202dfb1af..047b281f7 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 GNU General Public License (version 3) * diff --git a/tools/rmshm.cpp b/tools/rmshm.cpp index e3b90521e..02813c22e 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 GNU General Public License (version 3) * diff --git a/tools/tc-dump.sh b/tools/tc-dump.sh index 77d96c8c7..7832f85d3 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 GNU General Public License (version 3) # diff --git a/tools/tc-netem.sh b/tools/tc-netem.sh index 379ab373e..bd0431fde 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 GNU General Public License (version 3) # diff --git a/tools/tc-netem2.sh b/tools/tc-netem2.sh index d1dcf5b02..b50651424 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 GNU General Public License (version 3) # diff --git a/tools/villas b/tools/villas index 323e62cec..4ff2fd3f7 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 GNU General Public License (version 3) # diff --git a/tools/villas-helper.sh b/tools/villas-helper.sh index c97392dd1..d796b1a62 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 GNU General Public License (version 3) #