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

5435 commits

Author SHA1 Message Date
a59584dcf9 fix dangling bracket 2024-02-28 02:36:38 +01:00
cd5f0effa4 fix typo and add an example for running in privileged mode 2024-02-28 02:36:38 +01:00
root
a082c54b3f docker changes 2024-02-28 02:36:38 +01:00
a7b7727047 hist: use more C++ constructs 2024-02-28 02:36:38 +01:00
7a65f5ff41 replace NULL by nullptr 2024-02-28 02:36:38 +01:00
3486c8a4f2 replace C-style headers with C++ C-compatability headers 2024-02-28 02:36:38 +01:00
5fed872b8a replace C-style headers with C++ C-compatability headers 2024-02-28 02:36:38 +01:00
d404e944da refactor enums to class enums 2024-02-28 02:36:38 +01:00
2c6cc762dc popen: allow passing of new env variables, working directory and non-shell execution 2024-02-28 02:36:38 +01:00
Hatim Kanchwala
dfccc24da5 Warn when kernel booted without IOMMU 2024-02-28 02:36:37 +01:00
Hatim Kanchwala
93f5ddd4f4 Automatically load required kernel modules 2024-02-28 02:36:37 +01:00
9f51d1d5bb add signal handler for SIGUSR1 to interrupt threads 2024-02-28 02:36:37 +01:00
5c8e297319 popen: add getter for pid 2024-02-28 02:36:37 +01:00
053ca037cb hist: a few fixes and missing functions 2024-02-28 02:36:37 +01:00
627b5f316d hist: add default constructor 2024-02-28 02:36:37 +01:00
6887e653c5 fix issues with villas::utils namespace 2024-02-28 02:36:37 +01:00
85c4c36244 comment out unused function 2024-02-28 02:36:37 +01:00
f3937213d7 hist: make details parameter boolean 2024-02-28 02:36:37 +01:00
69639168c2 popen: get file descriptor for read side stream 2024-02-28 02:36:37 +01:00
8df91660bf hist: port to C++ 2024-02-28 02:36:37 +01:00
a1d83bbd01 popen: added iostream-based bidirectional popen() 2024-02-28 02:36:37 +01:00
827e526917 use custom base64 implementation and add unit tests 2024-02-28 02:36:37 +01:00
e4a602cd5e do not use villas::utils namespace by default 2024-02-28 02:36:37 +01:00
26b975a120 add const cast 2024-02-28 02:36:37 +01:00
5dbaa39b88 move crypto functions into utils 2024-02-28 02:36:37 +01:00
c807dbadf4 change commenting style in header namespace 2024-02-28 02:36:37 +01:00
f459b129f0 remove C linkage 2024-02-28 02:36:37 +01:00
9249fe8116 add missing includes 2024-02-28 02:36:37 +01:00
ecbbb2ed15 move utils.h to utils.hpp 2024-02-28 02:36:37 +01:00
a812843c04 remove villas/atomic.h 2024-02-28 02:36:37 +01:00
0194540ed9 remove extern "C" 2024-02-28 02:36:37 +01:00
Sonja Happ
0f4b45e692 window class: fixvalue assignment in constructor 2024-02-28 02:36:36 +01:00
75cfec1990 added new villas::Tool class as common top-level entrypoint 2024-02-28 02:35:37 +01:00
bbe7c3af0b remove copyright 2024-02-28 02:35:37 +01:00
e0ab33e444 moving_average_window: innherit from window class 2024-02-28 02:35:37 +01:00
0fd50ff79c window: refactor steps -> length 2024-02-28 02:35:37 +01:00
6e304c41e9 window: fix hidden variable scope 2024-02-28 02:35:37 +01:00
a02b3834b4 list: fix indention 2024-02-28 02:35:37 +01:00
d34c7ac22a list: fix typo in variable names 2024-02-28 02:35:37 +01:00
d24ae46dca list: added vlist_filter() to remove elements which dont match a condition 2024-02-28 02:35:37 +01:00
3de52ec60f dsp: simplified moving average window 2024-02-28 02:35:37 +01:00
16a09548ae dsp: added infinitively long exponential window 2024-02-28 02:35:37 +01:00
74db55e846 rt: fix cpuset affinity 2024-02-28 02:35:37 +01:00
447567fe8d fix invocation of Table::row() 2024-02-28 02:35:37 +01:00
4c427876d7 window: add getters 2024-02-28 02:35:37 +01:00
9f7fd3776e dsp: started working on a moving average window 2024-02-28 02:35:37 +01:00
2aa833a8d5 dsp: moved window to DSP namespace 2024-02-28 02:35:37 +01:00
2346846541 dsp: add PID controller 2024-02-28 02:35:37 +01:00
Manuel Pitz
994d9ed6a6 FIX: missing preprocessor #else and unused parameters 2024-02-28 02:35:37 +01:00
2d7af5e743 refactor: NULL => nullptr 2024-02-28 02:35:37 +01:00