1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-30 00:00:11 +01:00

update Steffens mail address

Signed-off-by: Steffen Vogel <post@steffenvogel.de>
This commit is contained in:
Steffen Vogel 2022-12-14 17:39:07 +01:00
parent 157d967dd5
commit 425eb561e2
68 changed files with 71 additions and 71 deletions

View file

@ -8,7 +8,7 @@
# by running: # by running:
# make docker # make docker
# #
# @author Steffen Vogel <svogel2@eonerc.rwth-aachen.de> # @author Steffen Vogel <post@steffenvogel.de>
# @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC # @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC
# @license Apache License 2.0 # @license Apache License 2.0
# #
@ -24,7 +24,7 @@ LABEL \
org.label-schema.license="Apache-2.0" \ org.label-schema.license="Apache-2.0" \
org.label-schema.vendor="Institute for Automation of Complex Power Systems, RWTH Aachen University" \ 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.name="Steffen Vogel" \
org.label-schema.author.email="svogel2@eonerc.rwth-aachen.de" \ org.label-schema.author.email="post@steffenvogel.de" \
org.label-schema.description="A library for shared code across VILLAS C/C++ projects" \ org.label-schema.description="A library for shared code across VILLAS C/C++ projects" \
org.label-schema.url="http://fein-aachen.org/projects/villas-framework/" \ org.label-schema.url="http://fein-aachen.org/projects/villas-framework/" \
org.label-schema.vcs-url="https://git.rwth-aachen.de/VILLASframework/VILLASfpga" \ org.label-schema.vcs-url="https://git.rwth-aachen.de/VILLASframework/VILLASfpga" \

View file

@ -11,7 +11,7 @@ User documentation is available here: <https://villas.fein-aachen.org/docs/>
## Copyright ## Copyright
- 2014-2022 Steffen Vogel <svogel2@eonerc.rwth-aachen.de> - 2014-2022 Steffen Vogel <post@steffenvogel.de>
## License ## License
@ -23,7 +23,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) [![EONERC ACS Logo](doc/pictures/eonerc_logo.png)](http://www.acs.eonerc.rwth-aachen.de)
- Steffen Vogel <svogel2@eonerc.rwth-aachen.de> - Steffen Vogel <post@steffenvogel.de>
- Niklas Eiling <niklas.eiling@eonerc.rwth-aachen.de> - Niklas Eiling <niklas.eiling@eonerc.rwth-aachen.de>
[Institute for Automation of Complex Power Systems (ACS)](http://www.acs.eonerc.rwth-aachen.de) [Institute for Automation of Complex Power Systems (ACS)](http://www.acs.eonerc.rwth-aachen.de)

View file

@ -1,6 +1,6 @@
# CMakeLists.txt. # CMakeLists.txt.
# #
# @author Steffen Vogel <svogel2@eonerc.rwth-aachen.de> # @author Steffen Vogel <post@steffenvogel.de>
# @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC # @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC
# @license Apache License 2.0 # @license Apache License 2.0
# #

View file

@ -1,7 +1,7 @@
/** Various helper functions. /** Various helper functions.
* *
* @file * @file
* @author Steffen Vogel <svogel2@eonerc.rwth-aachen.de> * @author Steffen Vogel <post@steffenvogel.de>
* @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC
* @license Apache License 2.0 * @license Apache License 2.0
*********************************************************************************/ *********************************************************************************/

View file

@ -1,7 +1,7 @@
/** A simple buffer for encoding streamed JSON messages. /** A simple buffer for encoding streamed JSON messages.
* *
* @file * @file
* @author Steffen Vogel <svogel2@eonerc.rwth-aachen.de> * @author Steffen Vogel <post@steffenvogel.de>
* @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC
* @license Apache License 2.0 * @license Apache License 2.0
*********************************************************************************/ *********************************************************************************/

View file

@ -1,7 +1,7 @@
/** Various helper functions. /** Various helper functions.
* *
* @file * @file
* @author Steffen Vogel <svogel2@eonerc.rwth-aachen.de> * @author Steffen Vogel <post@steffenvogel.de>
* @copyright 2017, Institute for Automation of Complex Power Systems, EONERC * @copyright 2017, Institute for Automation of Complex Power Systems, EONERC
* @license Apache License 2.0 * @license Apache License 2.0
*********************************************************************************/ *********************************************************************************/

View file

@ -1,7 +1,7 @@
/** Some common defines, enums and datastructures. /** Some common defines, enums and datastructures.
* *
* @file * @file
* @author Steffen Vogel <svogel2@eonerc.rwth-aachen.de> * @author Steffen Vogel <post@steffenvogel.de>
* @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC
* @license Apache License 2.0 * @license Apache License 2.0
*********************************************************************************/ *********************************************************************************/

View file

@ -1,6 +1,6 @@
/** Compatability for different library versions. /** Compatability for different library versions.
* *
* @author Steffen Vogel <svogel2@eonerc.rwth-aachen.de> * @author Steffen Vogel <post@steffenvogel.de>
* @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC
* @license Apache License 2.0 * @license Apache License 2.0
*********************************************************************************/ *********************************************************************************/

View file

@ -4,7 +4,7 @@
* This settings are not part of the configuration file. * This settings are not part of the configuration file.
* *
* @file * @file
* @author Steffen Vogel <svogel2@eonerc.rwth-aachen.de> * @author Steffen Vogel <post@steffenvogel.de>
* @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC
* @license Apache License 2.0 * @license Apache License 2.0
*********************************************************************************/ *********************************************************************************/

View file

@ -1,7 +1,7 @@
/** An exponential window. /** An exponential window.
* *
* @file * @file
* @author Steffen Vogel <svogel2@eonerc.rwth-aachen.de> * @author Steffen Vogel <post@steffenvogel.de>
* @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC
* @license Apache License 2.0 * @license Apache License 2.0
*********************************************************************************/ *********************************************************************************/

View file

@ -1,7 +1,7 @@
/** A moving average window. /** A moving average window.
* *
* @file * @file
* @author Steffen Vogel <svogel2@eonerc.rwth-aachen.de> * @author Steffen Vogel <post@steffenvogel.de>
* @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC
* @license Apache License 2.0 * @license Apache License 2.0
*********************************************************************************/ *********************************************************************************/

View file

@ -1,7 +1,7 @@
/** A PID controller. /** A PID controller.
* *
* @file * @file
* @author Steffen Vogel <svogel2@eonerc.rwth-aachen.de> * @author Steffen Vogel <post@steffenvogel.de>
* @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC
* @license Apache License 2.0 * @license Apache License 2.0
*********************************************************************************/ *********************************************************************************/

View file

@ -1,7 +1,7 @@
/** A sliding/moving window. /** A sliding/moving window.
* *
* @file * @file
* @author Steffen Vogel <svogel2@eonerc.rwth-aachen.de> * @author Steffen Vogel <post@steffenvogel.de>
* @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC
* @license Apache License 2.0 * @license Apache License 2.0
*********************************************************************************/ *********************************************************************************/

View file

@ -1,7 +1,7 @@
/** A sliding/moving window. /** A sliding/moving window.
* *
* @file * @file
* @author Steffen Vogel <svogel2@eonerc.rwth-aachen.de> * @author Steffen Vogel <post@steffenvogel.de>
* @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC
* @license Apache License 2.0 * @license Apache License 2.0
*********************************************************************************/ *********************************************************************************/

View file

@ -1,7 +1,7 @@
/** Common exceptions. /** Common exceptions.
* *
* @file * @file
* @author Steffen Vogel <svogel2@eonerc.rwth-aachen.de> * @author Steffen Vogel <post@steffenvogel.de>
* @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC
* @license Apache License 2.0 * @license Apache License 2.0
*********************************************************************************/ *********************************************************************************/

View file

@ -1,7 +1,7 @@
/** Histogram class. /** Histogram class.
* *
* @file * @file
* @author Steffen Vogel <svogel2@eonerc.rwth-aachen.de> * @author Steffen Vogel <post@steffenvogel.de>
* @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC
* @license Apache License 2.0 * @license Apache License 2.0
*********************************************************************************/ *********************************************************************************/

View file

@ -1,7 +1,7 @@
/** Linux kernel related functions. /** Linux kernel related functions.
* *
* @file * @file
* @author Steffen Vogel <svogel2@eonerc.rwth-aachen.de> * @author Steffen Vogel <post@steffenvogel.de>
* @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC
* @license Apache License 2.0 * @license Apache License 2.0
*********************************************************************************/ *********************************************************************************/

View file

@ -1,7 +1,7 @@
/** Linux PCI helpers /** Linux PCI helpers
* *
* @file * @file
* @author Steffen Vogel <svogel2@eonerc.rwth-aachen.de> * @author Steffen Vogel <post@steffenvogel.de>
* @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC
* @license Apache License 2.0 * @license Apache License 2.0
*********************************************************************************/ *********************************************************************************/

View file

@ -2,7 +2,7 @@
* *
* @see: https://wiki.linuxfoundation.org/realtime/documentation/howto/applications/application_base * @see: https://wiki.linuxfoundation.org/realtime/documentation/howto/applications/application_base
* @file * @file
* @author Steffen Vogel <svogel2@eonerc.rwth-aachen.de> * @author Steffen Vogel <post@steffenvogel.de>
* @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC
* @license Apache License 2.0 * @license Apache License 2.0
*********************************************************************************/ *********************************************************************************/

View file

@ -2,7 +2,7 @@
* *
* @file * @file
* @author Niklas Eiling <niklas.eiling@eonerc.rwth-aachen.de> * @author Niklas Eiling <niklas.eiling@eonerc.rwth-aachen.de>
* @author Steffen Vogel <svogel2@eonerc.rwth-aachen.de> * @author Steffen Vogel <post@steffenvogel.de>
* @author Daniel Krebs <github@daniel-krebs.net> * @author Daniel Krebs <github@daniel-krebs.net>
* @copyright 2022, Niklas Eiling * @copyright 2022, Niklas Eiling
* @copyright 2014-2021, Steffen Vogel * @copyright 2014-2021, Steffen Vogel

View file

@ -2,7 +2,7 @@
* *
* @file * @file
* @author Niklas Eiling <niklas.eiling@eonerc.rwth-aachen.de> * @author Niklas Eiling <niklas.eiling@eonerc.rwth-aachen.de>
* @author Steffen Vogel <svogel2@eonerc.rwth-aachen.de> * @author Steffen Vogel <post@steffenvogel.de>
* @author Daniel Krebs <github@daniel-krebs.net> * @author Daniel Krebs <github@daniel-krebs.net>
* @copyright 2022, Niklas Eiling * @copyright 2022, Niklas Eiling
* @copyright 2014-2021, Steffen Vogel * @copyright 2014-2021, Steffen Vogel

View file

@ -2,7 +2,7 @@
* *
* @file * @file
* @author Niklas Eiling <niklas.eiling@eonerc.rwth-aachen.de> * @author Niklas Eiling <niklas.eiling@eonerc.rwth-aachen.de>
* @author Steffen Vogel <svogel2@eonerc.rwth-aachen.de> * @author Steffen Vogel <post@steffenvogel.de>
* @author Daniel Krebs <github@daniel-krebs.net> * @author Daniel Krebs <github@daniel-krebs.net>
* @copyright 2022, Niklas Eiling * @copyright 2022, Niklas Eiling
* @copyright 2014-2021, Steffen Vogel * @copyright 2014-2021, Steffen Vogel

View file

@ -7,7 +7,7 @@
* If needed, this array will grow by realloc(). * If needed, this array will grow by realloc().
* *
* @file * @file
* @author Steffen Vogel <svogel2@eonerc.rwth-aachen.de> * @author Steffen Vogel <post@steffenvogel.de>
* @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC
* *
* VILLAScommon * VILLAScommon

View file

@ -2,7 +2,7 @@
* *
* @file * @file
* @author Daniel Krebs <github@daniel-krebs.net> * @author Daniel Krebs <github@daniel-krebs.net>
* @author Steffen Vogel <svogel2@eonerc.rwth-aachen.de> * @author Steffen Vogel <post@steffenvogel.de>
* @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC
* @license Apache License 2.0 * @license Apache License 2.0
*********************************************************************************/ *********************************************************************************/

View file

@ -1,7 +1,7 @@
/** Log sink for OPAL-RTs OpalPrint(). /** Log sink for OPAL-RTs OpalPrint().
* *
* @file * @file
* @author Steffen Vogel <svogel2@eonerc.rwth-aachen.de> * @author Steffen Vogel <post@steffenvogel.de>
* @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC
* @license Apache License 2.0 * @license Apache License 2.0
*********************************************************************************/ *********************************************************************************/

View file

@ -1,7 +1,7 @@
/** Loadable / plugin support. /** Loadable / plugin support.
* *
* @file * @file
* @author Steffen Vogel <svogel2@eonerc.rwth-aachen.de> * @author Steffen Vogel <post@steffenvogel.de>
* @author Daniel Krebs <github@daniel-krebs.net> * @author Daniel Krebs <github@daniel-krebs.net>
* @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC
* @license Apache License 2.0 * @license Apache License 2.0

View file

@ -1,7 +1,7 @@
/** Bi-directional popen /** Bi-directional popen
* *
* @file * @file
* @author Steffen Vogel <svogel2@eonerc.rwth-aachen.de> * @author Steffen Vogel <post@steffenvogel.de>
* @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC
* @license Apache License 2.0 * @license Apache License 2.0
*********************************************************************************/ *********************************************************************************/

View file

@ -1,7 +1,7 @@
/** Print fancy tables /** Print fancy tables
* *
* @file * @file
* @author Steffen Vogel <svogel2@eonerc.rwth-aachen.de> * @author Steffen Vogel <post@steffenvogel.de>
* @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC
* @license Apache License 2.0 * @license Apache License 2.0
*********************************************************************************/ *********************************************************************************/

View file

@ -1,7 +1,7 @@
/** Run tasks periodically. /** Run tasks periodically.
* *
* @file * @file
* @author Steffen Vogel <svogel2@eonerc.rwth-aachen.de> * @author Steffen Vogel <post@steffenvogel.de>
* @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC
* @license Apache License 2.0 * @license Apache License 2.0
*********************************************************************************/ *********************************************************************************/

View file

@ -1,7 +1,7 @@
/** Terminal handling. /** Terminal handling.
* *
* @file * @file
* @author Steffen Vogel <svogel2@eonerc.rwth-aachen.de> * @author Steffen Vogel <post@steffenvogel.de>
* @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC
* @license Apache License 2.0 * @license Apache License 2.0
*********************************************************************************/ *********************************************************************************/

View file

@ -1,7 +1,7 @@
/** Time related functions. /** Time related functions.
* *
* @file * @file
* @author Steffen Vogel <svogel2@eonerc.rwth-aachen.de> * @author Steffen Vogel <post@steffenvogel.de>
* @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC
* @license Apache License 2.0 * @license Apache License 2.0
*********************************************************************************/ *********************************************************************************/

View file

@ -1,7 +1,7 @@
/** Common entry point for all villas command line tools. /** Common entry point for all villas command line tools.
* *
* @file * @file
* @author Steffen Vogel <svogel2@eonerc.rwth-aachen.de> * @author Steffen Vogel <post@steffenvogel.de>
* @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC
* @license Apache License 2.0 * @license Apache License 2.0
*********************************************************************************/ *********************************************************************************/

View file

@ -1,7 +1,7 @@
/** Measure time and sleep with IA-32 time-stamp counter. /** Measure time and sleep with IA-32 time-stamp counter.
* *
* @file * @file
* @author Steffen Vogel <svogel2@eonerc.rwth-aachen.de> * @author Steffen Vogel <post@steffenvogel.de>
* @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC
* @license Apache License 2.0 * @license Apache License 2.0
*********************************************************************************/ *********************************************************************************/

View file

@ -1,6 +1,6 @@
/** Base64 encoding/decoding /** Base64 encoding/decoding
* *
* @author Steffen Vogel <svogel2@eonerc.rwth-aachen.de> * @author Steffen Vogel <post@steffenvogel.de>
* @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC
* @license Apache License 2.0 * @license Apache License 2.0
*********************************************************************************/ *********************************************************************************/

View file

@ -1,6 +1,6 @@
/** A simple buffer for encoding streamed JSON messages. /** A simple buffer for encoding streamed JSON messages.
* *
* @author Steffen Vogel <svogel2@eonerc.rwth-aachen.de> * @author Steffen Vogel <post@steffenvogel.de>
* @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC
* @license Apache License 2.0 * @license Apache License 2.0
*********************************************************************************/ *********************************************************************************/

View file

@ -1,7 +1,7 @@
/** Common code. /** Common code.
* *
* @author Steffen Vogel <svogel2@eonerc.rwth-aachen.de> * @author Steffen Vogel <post@steffenvogel.de>
* @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC
* @license Apache License 2.0 * @license Apache License 2.0
*********************************************************************************/ *********************************************************************************/

View file

@ -1,6 +1,6 @@
/** Compatability for different library versions. /** Compatability for different library versions.
* *
* @author Steffen Vogel <svogel2@eonerc.rwth-aachen.de> * @author Steffen Vogel <post@steffenvogel.de>
* @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC
* @license Apache License 2.0 * @license Apache License 2.0
*********************************************************************************/ *********************************************************************************/

View file

@ -1,6 +1,6 @@
/** A PID controller. /** A PID controller.
* *
* @author Steffen Vogel <svogel2@eonerc.rwth-aachen.de> * @author Steffen Vogel <post@steffenvogel.de>
* @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC
* @license Apache License 2.0 * @license Apache License 2.0
*********************************************************************************/ *********************************************************************************/

View file

@ -1,6 +1,6 @@
/** Histogram class. /** Histogram class.
* *
* @author Steffen Vogel <svogel2@eonerc.rwth-aachen.de> * @author Steffen Vogel <post@steffenvogel.de>
* @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC
* @license Apache License 2.0 * @license Apache License 2.0
*********************************************************************************/ *********************************************************************************/

View file

@ -1,6 +1,6 @@
/** Linux kernel related functions. /** Linux kernel related functions.
* *
* @author Steffen Vogel <svogel2@eonerc.rwth-aachen.de> * @author Steffen Vogel <post@steffenvogel.de>
* @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC
* @license Apache License 2.0 * @license Apache License 2.0
*********************************************************************************/ *********************************************************************************/

View file

@ -1,6 +1,6 @@
/** Linux PCI helpers /** Linux PCI helpers
* *
* @author Steffen Vogel <svogel2@eonerc.rwth-aachen.de> * @author Steffen Vogel <post@steffenvogel.de>
* @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC
* @license Apache License 2.0 * @license Apache License 2.0
*********************************************************************************/ *********************************************************************************/

View file

@ -1,6 +1,6 @@
/** Linux specific real-time optimizations /** Linux specific real-time optimizations
* *
* @author Steffen Vogel <svogel2@eonerc.rwth-aachen.de> * @author Steffen Vogel <post@steffenvogel.de>
* @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC
* @license Apache License 2.0 * @license Apache License 2.0
*********************************************************************************/ *********************************************************************************/

View file

@ -1,6 +1,6 @@
/** Virtual Function IO wrapper around kernel API /** Virtual Function IO wrapper around kernel API
* *
* @author Steffen Vogel <svogel2@eonerc.rwth-aachen.de> * @author Steffen Vogel <post@steffenvogel.de>
* @author Daniel Krebs <github@daniel-krebs.net> * @author Daniel Krebs <github@daniel-krebs.net>
* @copyright 2014-2021, Steffen Vogel * @copyright 2014-2021, Steffen Vogel
* @copyright 2018, Daniel Krebs * @copyright 2018, Daniel Krebs

View file

@ -1,7 +1,7 @@
/** Virtual Function IO wrapper around kernel API /** Virtual Function IO wrapper around kernel API
* *
* @author Niklas Eiling <niklas.eiling@eonerc.rwth-aachen.de> * @author Niklas Eiling <niklas.eiling@eonerc.rwth-aachen.de>
* @author Steffen Vogel <svogel2@eonerc.rwth-aachen.de> * @author Steffen Vogel <post@steffenvogel.de>
* @author Daniel Krebs <github@daniel-krebs.net> * @author Daniel Krebs <github@daniel-krebs.net>
* @copyright 2022, Niklas Eiling * @copyright 2022, Niklas Eiling
* @copyright 2014-2021, Steffen Vogel * @copyright 2014-2021, Steffen Vogel

View file

@ -1,6 +1,6 @@
/** Virtual Function IO wrapper around kernel API /** Virtual Function IO wrapper around kernel API
* *
* @author Steffen Vogel <svogel2@eonerc.rwth-aachen.de> * @author Steffen Vogel <post@steffenvogel.de>
* @author Daniel Krebs <github@daniel-krebs.net> * @author Daniel Krebs <github@daniel-krebs.net>
* @copyright 2014-2021, Steffen Vogel * @copyright 2014-2021, Steffen Vogel
* @copyright 2018, Daniel Krebs * @copyright 2018, Daniel Krebs

View file

@ -2,7 +2,7 @@
* *
* Linked lists a used for several data structures in the code. * Linked lists a used for several data structures in the code.
* *
* @author Steffen Vogel <svogel2@eonerc.rwth-aachen.de> * @author Steffen Vogel <post@steffenvogel.de>
* @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC
* @license Apache License 2.0 * @license Apache License 2.0
*********************************************************************************/ *********************************************************************************/

View file

@ -1,6 +1,6 @@
/** Logging and debugging routines /** Logging and debugging routines
* *
* @author Steffen Vogel <svogel2@eonerc.rwth-aachen.de> * @author Steffen Vogel <post@steffenvogel.de>
* @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC
* @license Apache License 2.0 * @license Apache License 2.0
*********************************************************************************/ *********************************************************************************/

View file

@ -1,6 +1,6 @@
/** Loadable / plugin support. /** Loadable / plugin support.
* *
* @author Steffen Vogel <svogel2@eonerc.rwth-aachen.de> * @author Steffen Vogel <post@steffenvogel.de>
* @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC
* @license Apache License 2.0 * @license Apache License 2.0
*********************************************************************************/ *********************************************************************************/

View file

@ -1,6 +1,6 @@
/** Bi-directional popen /** Bi-directional popen
* *
* @author Steffen Vogel <svogel2@eonerc.rwth-aachen.de> * @author Steffen Vogel <post@steffenvogel.de>
* @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC
* @license Apache License 2.0 * @license Apache License 2.0
*********************************************************************************/ *********************************************************************************/

View file

@ -1,6 +1,6 @@
/** Print fancy tables. /** Print fancy tables.
* *
* @author Steffen Vogel <svogel2@eonerc.rwth-aachen.de> * @author Steffen Vogel <post@steffenvogel.de>
* @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC
* @license Apache License 2.0 * @license Apache License 2.0
*********************************************************************************/ *********************************************************************************/

View file

@ -1,6 +1,6 @@
/** Run tasks periodically. /** Run tasks periodically.
* *
* @author Steffen Vogel <svogel2@eonerc.rwth-aachen.de> * @author Steffen Vogel <post@steffenvogel.de>
* @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC
* @license Apache License 2.0 * @license Apache License 2.0
*********************************************************************************/ *********************************************************************************/

View file

@ -1,6 +1,6 @@
/** Terminal handling. /** Terminal handling.
* *
* @author Steffen Vogel <svogel2@eonerc.rwth-aachen.de> * @author Steffen Vogel <post@steffenvogel.de>
* @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC
* @license Apache License 2.0 * @license Apache License 2.0
*********************************************************************************/ *********************************************************************************/

View file

@ -1,6 +1,6 @@
/** Time related functions. /** Time related functions.
* *
* @author Steffen Vogel <svogel2@eonerc.rwth-aachen.de> * @author Steffen Vogel <post@steffenvogel.de>
* @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC
* @license Apache License 2.0 * @license Apache License 2.0
*********************************************************************************/ *********************************************************************************/

View file

@ -1,6 +1,6 @@
/** Common entry point for all villas command line tools. /** Common entry point for all villas command line tools.
* *
* @author Steffen Vogel <svogel2@eonerc.rwth-aachen.de> * @author Steffen Vogel <post@steffenvogel.de>
* @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC
* @license Apache License 2.0 * @license Apache License 2.0
*********************************************************************************/ *********************************************************************************/
@ -22,7 +22,7 @@ void Tool::printCopyright()
std::cout << PROJECT_NAME " " << CLR_BLU(PROJECT_BUILD_ID) std::cout << PROJECT_NAME " " << CLR_BLU(PROJECT_BUILD_ID)
<< " (built on " CLR_MAG(__DATE__) " " CLR_MAG(__TIME__) ")" << std::endl << " (built on " CLR_MAG(__DATE__) " " CLR_MAG(__TIME__) ")" << std::endl
<< " Copyright 2014-2021, Institute for Automation of Complex Power Systems, EONERC" << std::endl << " Copyright 2014-2021, Institute for Automation of Complex Power Systems, EONERC" << std::endl
<< " Steffen Vogel <svogel2@eonerc.rwth-aachen.de>" << std::endl; << " Steffen Vogel <post@steffenvogel.de>" << std::endl;
} }
void Tool::printVersion() void Tool::printVersion()

View file

@ -1,7 +1,7 @@
/** Measure time and sleep with IA-32 time-stamp counter. /** Measure time and sleep with IA-32 time-stamp counter.
* *
* @file * @file
* @author Steffen Vogel <svogel2@eonerc.rwth-aachen.de> * @author Steffen Vogel <post@steffenvogel.de>
* @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC
* @license Apache License 2.0 * @license Apache License 2.0
*********************************************************************************/ *********************************************************************************/

View file

@ -1,7 +1,7 @@
/** Utilities. /** Utilities.
* *
* @author Daniel Krebs <github@daniel-krebs.net> * @author Daniel Krebs <github@daniel-krebs.net>
* @author Steffen Vogel <svogel2@eonerc.rwth-aachen.de> * @author Steffen Vogel <post@steffenvogel.de>
* @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC
* @license Apache License 2.0 * @license Apache License 2.0
*********************************************************************************/ *********************************************************************************/

View file

@ -1,6 +1,6 @@
/** UUID helpers. /** UUID helpers.
* *
* @author Steffen Vogel <svogel2@eonerc.rwth-aachen.de> * @author Steffen Vogel <post@steffenvogel.de>
* @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC
* @license Apache License 2.0 * @license Apache License 2.0
*********************************************************************************/ *********************************************************************************/

View file

@ -1,6 +1,6 @@
/** Unit tests for base64 encoding/decoding /** Unit tests for base64 encoding/decoding
* *
* @author Steffen Vogel <svogel2@eonerc.rwth-aachen.de> * @author Steffen Vogel <post@steffenvogel.de>
* @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC
* @license Apache License 2.0 * @license Apache License 2.0
*********************************************************************************/ *********************************************************************************/

View file

@ -1,6 +1,6 @@
/** Unit tests for buffer /** Unit tests for buffer
* *
* @author Steffen Vogel <svogel2@eonerc.rwth-aachen.de> * @author Steffen Vogel <post@steffenvogel.de>
* @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC
* @license Apache License 2.0 * @license Apache License 2.0
*********************************************************************************/ *********************************************************************************/

View file

@ -1,6 +1,6 @@
/** Graph unit test. /** Graph unit test.
* *
* @author Steffen Vogel <svogel2@eonerc.rwth-aachen.de> * @author Steffen Vogel <post@steffenvogel.de>
* @copyright 2014-2021, Steffen Vogel * @copyright 2014-2021, Steffen Vogel
* @license Apache License 2.0 * @license Apache License 2.0
*********************************************************************************/ *********************************************************************************/

View file

@ -1,6 +1,6 @@
/** Unit tests for histogram /** Unit tests for histogram
* *
* @author Steffen Vogel <svogel2@eonerc.rwth-aachen.de> * @author Steffen Vogel <post@steffenvogel.de>
* @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC
* @license Apache License 2.0 * @license Apache License 2.0
*********************************************************************************/ *********************************************************************************/

View file

@ -1,6 +1,6 @@
/** Unit tests for kernel functions. /** Unit tests for kernel functions.
* *
* @author Steffen Vogel <svogel2@eonerc.rwth-aachen.de> * @author Steffen Vogel <post@steffenvogel.de>
* @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC
* @license Apache License 2.0 * @license Apache License 2.0
*********************************************************************************/ *********************************************************************************/

View file

@ -1,6 +1,6 @@
/** Unit tests for array-based list /** Unit tests for array-based list
* *
* @author Steffen Vogel <svogel2@eonerc.rwth-aachen.de> * @author Steffen Vogel <post@steffenvogel.de>
* @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC
* @license Apache License 2.0 * @license Apache License 2.0
*********************************************************************************/ *********************************************************************************/

View file

@ -1,6 +1,6 @@
/** Unit tests for bi-directional popen /** Unit tests for bi-directional popen
* *
* @author Steffen Vogel <svogel2@eonerc.rwth-aachen.de> * @author Steffen Vogel <post@steffenvogel.de>
* @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC
* @license Apache License 2.0 * @license Apache License 2.0
*********************************************************************************/ *********************************************************************************/

View file

@ -1,6 +1,6 @@
/** Unit tests for periodic tasks /** Unit tests for periodic tasks
* *
* @author Steffen Vogel <svogel2@eonerc.rwth-aachen.de> * @author Steffen Vogel <post@steffenvogel.de>
* @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC
* @license Apache License 2.0 * @license Apache License 2.0
*********************************************************************************/ *********************************************************************************/

View file

@ -1,6 +1,6 @@
/** Unit tests for time related utlities /** Unit tests for time related utlities
* *
* @author Steffen Vogel <svogel2@eonerc.rwth-aachen.de> * @author Steffen Vogel <post@steffenvogel.de>
* @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC
* @license Apache License 2.0 * @license Apache License 2.0
*********************************************************************************/ *********************************************************************************/

View file

@ -1,6 +1,6 @@
/** Unit tests for rdtsc /** Unit tests for rdtsc
* *
* @author Steffen Vogel <svogel2@eonerc.rwth-aachen.de> * @author Steffen Vogel <post@steffenvogel.de>
* @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC
* @license Apache License 2.0 * @license Apache License 2.0
*********************************************************************************/ *********************************************************************************/

View file

@ -1,6 +1,6 @@
/** Unit tests for utilities /** Unit tests for utilities
* *
* @author Steffen Vogel <svogel2@eonerc.rwth-aachen.de> * @author Steffen Vogel <post@steffenvogel.de>
* @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC
* @license Apache License 2.0 * @license Apache License 2.0
*********************************************************************************/ *********************************************************************************/