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

2577 commits

Author SHA1 Message Date
8306831942 hook: fixes for new {Single,Multi}SignalHook classes 2021-08-31 14:31:56 +02:00
8d525513e1 QueueSignalledMode::AUTO defaults to QueueSignalledMode::EVENTFD on linux systems 2021-08-31 13:58:19 +02:00
6c58d6ee2b fix code-style in include list 2021-08-31 13:57:37 +02:00
Sonja Happ
bfa51b2585 include <filesystem> directly and set minimum required compiler versions for gcc and clang in cmake file 2021-08-31 13:53:06 +02:00
Sonja Happ
846352c3d2 add missing WITH_HOOKS condition to compile without hooks 2021-08-31 13:53:06 +02:00
Sonja Happ
d3a04660e4 config: enable compile with GCC versions older than 8 (where filesystem is still in experimental/filesystem) 2021-08-31 13:53:06 +02:00
Sonja Happ
d3b1da4957 loopback_internal: enable compile if eventfd header is not present on system 2021-08-31 13:53:06 +02:00
110ec81cc6 redis: fix cppcheck warnings 2021-07-20 21:05:54 +02:00
14daa11dc1 redis: add detection for TLS support 2021-07-20 20:52:45 +02:00
d72a133263 redis: add new redis node-type 2021-07-20 14:53:40 +00:00
5e62b3a35f node: show full details of node when starting 2021-07-20 14:53:40 +00:00
602bae7dd2 web: fix hanging Web::stop() 2021-07-20 14:53:40 +00:00
fc6434c66c pps_ts: re-add missing variable 2021-07-20 13:37:19 +02:00
6c6489f7b3 pps_ts: avoid nullptr dereference 2021-07-20 12:51:54 +02:00
efb5f43980 pps_ts: add new mode option to switch between different implementations 2021-07-20 12:51:54 +02:00
b77403d907 json.edgeflex: improve error handling 2021-07-20 12:23:50 +02:00
fd7fddcf15 json.edgeflex: add sample unpacking support 2021-07-20 12:23:31 +02:00
Manuel Pitz
2fc0781811 formats: add specific json format for edgeFlex 2021-07-19 12:17:08 +02:00
Manuel Pitz
1509939a40 dft: add missing padding type 2021-07-19 12:17:08 +02:00
Manuel Pitz
7a61f509ea dft: add angle unit select (degree/rad) 2021-07-19 12:17:08 +02:00
Manuel Pitz
b7f00fe18b revert to very simple pps time sync 2021-07-19 12:17:08 +02:00
Manuel Pitz
5645753879 fix mapping of dft output values 2021-07-19 12:17:08 +02:00
f0da62b8f0 stats: fix initialization of sub-hooks 2021-07-13 11:22:40 +02:00
Manuel Pitz
efd64ea7fc path_source: fix double incref 2021-07-12 17:48:30 +02:00
Manuel Pitz
d4ea4b9d6e pps_ts: fix parse function for singal name update 2021-07-12 13:33:04 +00:00
Manuel Pitz
a6478f94e2 dft hook: fix singal names modification 2021-07-12 12:39:43 +02:00
Manuel Pitz
b61c081b9e dumper: prevent writing to socket after 10 failed attampts 2021-07-09 16:54:11 +02:00
32e016ebcb log: use spdlog custom formatters for basic VILLASnode types (closes #308) 2021-07-07 09:10:23 +00:00
040de0f9a7 dft: make use of new MultiSignalHook class 2021-07-07 10:41:54 +02:00
0da1819001 ma: fix cppcheck warning 2021-07-07 10:41:54 +02:00
9840354c88 rms: rewrite RMS hook 2021-07-07 10:41:54 +02:00
6d0d038efd hook: various smaller fixes 2021-07-07 10:41:54 +02:00
9ae9ce4dae hook: add hook_list_check() 2021-07-07 10:41:54 +02:00
bc77cf0d9f hook: improve debug output of hook signal lists 2021-07-07 10:41:54 +02:00
21d0158679 hook: add support short-form config 2021-07-07 10:41:54 +02:00
484452ced0 signal_list: do not print full signal list if not necessary 2021-07-07 10:41:54 +02:00
d8c2b2f781 signal: add signal_print() function 2021-07-07 10:41:54 +02:00
082986bf86 file: fix opening of non-existant files 2021-07-07 10:41:54 +02:00
50672b562d hook: add new moving average hook 2021-07-07 10:41:54 +02:00
d54fcdf5d8 hook: adapt existing hooks to derive from {Multi,Single}SignalHook classes 2021-07-07 10:41:54 +02:00
870e563568 hook: add new {Multi,Single}SignalHook sub-classes 2021-07-06 16:27:24 +02:00
8fb929c4bf hook: use proper data types for priority and enabled members 2021-07-06 16:26:33 +02:00
Manuel Pitz
599197a66f fix calculation of maximum number of signals in nodes/paths 2021-07-01 22:26:44 +02:00
f4044ff861 path: revert manuels (false-)fixes 2021-07-01 21:33:22 +02:00
9acba252e5 dft: use logger from parent class 2021-07-01 20:54:23 +02:00
Manuel Pitz
28e3487252 dft: cleanup of dft calculation 2021-07-01 18:29:22 +02:00
Manuel Pitz
82ad0374f4 dft: cleanup and fix missing logger 2021-07-01 17:52:14 +02:00
Manuel Pitz
a275e21fa2 path: patch path files back to aworking version that supports changes in the signal number in a hook 2021-07-01 17:51:27 +02:00
Manuel Pitz
06c601bec4 dumper: fix length of len parameter 2021-07-01 17:49:59 +02:00
Manuel Pitz
2c7cd69a69 dft: calculate dft synced to the time 2021-07-01 12:11:39 +02:00