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

385 commits

Author SHA1 Message Date
32fcbdf796 gate: add hold-off timer 2019-06-27 02:20:58 +02:00
9e1220ae20 gate: add new gate hook for triggered acquisition 2019-06-27 01:26:13 +02:00
f71643813f fix several minor bugs detected by valgrind 2019-06-26 20:18:44 +02:00
150d4591fd replace C-style headers with C++ C-compatability headers 2019-06-23 16:57:00 +02:00
ef17ec19a2 refactor enums to class enums 2019-06-23 16:13:23 +02:00
c842914bc5 stats: port to C++ 2019-06-23 13:35:42 +02:00
c863cac804 cast: throw exception for invalid signals 2019-06-11 16:20:35 +00:00
ebf2943240 update VILLAScommon submodule 2019-06-04 16:55:38 +02:00
6a106b42e5 use villas/utils.hpp instead of villas/utils.h 2019-04-23 13:09:50 +02:00
6965520998 ebm: fix config tests 2019-04-23 11:19:18 +02:00
9045957f0b config: define new macro for maximum sample length 2019-04-23 10:55:23 +02:00
b764dbfd7d fixes for VILLAScommonn submodule 2019-04-23 00:13:11 +02:00
7ee01aabda Merge branch 'hook-rtp-rate-pid' into develop 2019-04-15 12:26:51 +02:00
2dc2d8383d dp: update to use new C++ window impl 2019-04-15 10:03:13 +02:00
2c384425b9 test_rtt: fix bug in rate parsing 2019-04-10 09:26:24 +02:00
a0fd932ee2 restart: fix restart hook 2019-04-08 10:05:01 +02:00
f154e2e204 use std::bitset for masks 2019-04-07 15:44:00 +02:00
0d91ac891b use C++ compiler 2019-04-07 15:13:40 +02:00
1192f68785 refactor: NULL => nullptr 2019-04-07 13:23:43 +02:00
df7707b64f stats: split stats hook into send and receive side 2019-04-06 13:55:08 +02:00
c1960271d5 ebm: first implementation of energy meter using trapazoidal rule 2019-04-06 10:50:58 +02:00
2866ad65a6 cmake: remove option WITH_IO 2019-04-05 10:47:57 +02:00
0928b24ead hooks: ts hook can be used everywhere 2019-03-31 21:11:40 +02:00
7e8d94b55b stats: refactor STATS_METRIC_ => STATS_METRIC_SMPS 2019-03-29 09:52:34 +01:00
9f4f2b8377 remove obsolete includes 2019-03-29 09:52:34 +01:00
fe1738d653 stats: remove struct stats_delta 2019-03-29 09:52:33 +01:00
cf799763cb fix compilation on older C++ compilers 2019-03-27 14:39:27 +01:00
4561eead1e average: improve simplify processing 2019-03-27 13:47:09 +01:00
98c633492b fix bug in average hook 2019-03-26 17:13:57 +01:00
2dafb25639 port hook subsystem to C++ 2019-03-26 15:39:08 +01:00
49fd6d89f5 hooks: simplify hook processing system so that ever hook only processes a single sample at once 2019-03-16 09:05:42 +01:00
6c01a32ee3 ebm: added skeleton for new hook 2019-03-15 18:27:45 +01:00
6b912c0ae0 dp: advance time after each sample 2019-03-15 17:31:28 +01:00
5eb006bed9 dp: remove stability tweak 2019-03-15 17:31:11 +01:00
b7d0f174ca remove auto signal type detection 2019-03-09 13:34:51 +01:00
3f18790c4e average: fix merge mistake 2019-03-09 12:49:51 +01:00
e78302ac38 Merge branch 'hook-dp' into develop 2019-03-09 00:36:10 +01:00
4229531cf1 hooks: rewrite a bunch of hooks to the new signal list method 2019-03-09 00:32:59 +01:00
Markus Mirz
dc3a38e698 Merge branch 'develop' of git.rwth-aachen.de:acs/public/villas/VILLASnode into develop 2019-02-18 15:46:32 +01:00
Markus Mirz
7144190fea hooks: fix datatype for bitmask 2019-02-18 15:44:01 +01:00
40d4e55546 dp: fix signal handling (for now) 2019-02-18 01:11:34 +01:00
70158411ae dp: wip 2019-02-17 23:43:59 +01:00
11ff983140 hooks: disable broken cast hook 2019-02-17 22:49:44 +01:00
54bd0af030 wip: continue working on the dp hook 2019-02-17 22:25:29 +01:00
8fa823767c cast: only cast a single signal 2019-02-17 22:25:06 +01:00
e621f6b40f wip: started working on new DP-EMT hook 2019-02-17 22:25:06 +01:00
2936cd3ddc stats: refactor stats system and allow for more flexible configuration of stats node 2019-02-15 09:40:38 +01:00
a9f5b782f6 fixups for separation of in/out signals 2019-02-06 15:11:08 +01:00
280aacca40 hooks: added new dump hook 2019-01-30 01:53:52 +01:00
be5358254f decimate: avoid floating point exception 2019-01-28 11:10:36 +01:00