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

2236 commits

Author SHA1 Message Date
b3dc60e605 Merge branch 'develop' of https://git.rwth-aachen.de/acs/public/villas/VILLASnode into develop 2019-06-11 16:34:36 +00:00
6b2e53feda path: keep a per path list of mappings 2019-06-11 18:34:23 +02:00
4a8d2bfc2b hooks: use exceptions for error handling 2019-06-11 18:32:58 +02:00
c863cac804 cast: throw exception for invalid signals 2019-06-11 16:20:35 +00:00
6433caac28 node: use macro for default sample length 2019-06-05 18:59:57 +02:00
09a5d810e3 exec: add new exec node-type 2019-06-05 18:59:45 +02:00
8fd096ab17 whitespace cleanups 2019-06-04 16:55:50 +02:00
ebf2943240 update VILLAScommon submodule 2019-06-04 16:55:38 +02:00
Sonja Happ
e8ed440ccf Fix MSG_TS macro 2019-05-08 15:44:19 +02:00
11bb63ecce use villas/utils.hpp instead of villas/utils.h 2019-04-23 13:15:00 +02:00
14434d093f remove old super_node C wrapper code 2019-04-23 13:14:47 +02:00
4a4a7d1280 use C++ linkage for hook_list 2019-04-23 13:12:04 +02:00
71995642a9 add missing include villas/colors.hpp 2019-04-23 13:11:19 +02:00
6a106b42e5 use villas/utils.hpp instead of villas/utils.h 2019-04-23 13:09:50 +02:00
a97c4b8078 remove PLUGIN_REGISTER() macro 2019-04-23 13:04:30 +02:00
c25bd76922 file: fix config test 2019-04-23 11:19:42 +02:00
6965520998 ebm: fix config tests 2019-04-23 11:19:18 +02:00
3c9a962691 path: fix initialization and destruction of per-path logger 2019-04-23 11:02:29 +02:00
9045957f0b config: define new macro for maximum sample length 2019-04-23 10:55:23 +02:00
8487fa1c29 fix: non-trivial designated initializers not supported 2019-04-23 09:57:43 +02:00
932d15fdb7 nodes: avoid designated initializers for structs 2019-04-23 00:36:06 +02:00
b764dbfd7d fixes for VILLAScommonn submodule 2019-04-23 00:13:11 +02:00
30fb71d8eb nodes: convert C-style header files to C++ style headers 2019-04-23 00:12:31 +02:00
6cecdf4b81 nodes: refactor NULL => nullptr 2019-04-22 23:46:07 +02:00
5485bf4be3 csv: fix indention 2019-04-22 23:43:56 +02:00
37c724f61b nodes: use C++ compiler 2019-04-22 23:43:46 +02:00
d1da0f2f22 json: fix packing of timestamp values 2019-04-17 18:18:40 +02:00
0c400f7df0 json: fix flag checks 2019-04-17 18:18:08 +02:00
65828daed4 csv: only print offset if both received and origin timestamps are available 2019-04-17 18:13:47 +02:00
39afa0e8a2 socket: fix invalid length of AF_UNIX socket address 2019-04-17 18:12:04 +02:00
0c804bc328 csv: fix typo introduced by C++ refactoring 2019-04-17 18:11:36 +02:00
3cb88b9f0a Merge branch 'develop' of git.rwth-aachen.de:acs/public/villas/VILLASnode into develop 2019-04-15 13:17:04 +02:00
root
136c21bd8d Merge branch 'develop' of git.rwth-aachen.de:/acs/public/villas/VILLASnode into develop 2019-04-15 13:09:33 +02:00
3eee38becb be less verbose in logging 2019-04-15 13:09:13 +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
ed56993302 web: fix out-of-bounds access if compiled with -DWITH_API=OFF (thanks Sonja) 2019-04-14 19:26:41 +02:00
002e473937 Merge branch 'develop' of git.rwth-aachen.de:acs/public/villas/VILLASnode into develop 2019-04-14 19:24:13 +02:00
ab46354083 fix whitespaces / code-style 2019-04-14 19:23:30 +02:00
986fd5f81a rtp: use new villas::node::LimitHook::setRate() interface 2019-04-14 19:22:33 +02:00
78fdadfbba Merge branch 'develop' of https://git.rwth-aachen.de/acs/public/villas/VILLASnode into develop 2019-04-10 21:49:56 +02:00
b344c3961e rtp: fix some bugs and debugging output 2019-04-10 18:10:12 +02:00
2b8ae382a7 api: added action for resetting statistics 2019-04-10 18:08:57 +02:00
b8baa79d3a Merge branch 'arm-fixes' into develop 2019-04-10 10:29:29 +02:00
783997139b we dont use camel case for variable names 2019-04-10 09:52:41 +02:00
4d6f85c151 macros should not contain multiple statements! 2019-04-10 09:51:56 +02:00
Manuel Pitz
d8447664dd UPDATE formts init now compatible to gcc 6.3 c++ 2019-04-10 09:49:17 +02:00
Manuel Pitz
36be027f08 FIX tmp fix to compile with c++ but c syntax for structs 2019-04-10 09:48:26 +02:00
Manuel Pitz
410a7bedbc queue: fix atomic_store_explicit different implementation on arm 2019-04-10 09:36:38 +02:00
Manuel Pitz
4107564ecc memory: fix jump lable position for arm ifdef 2019-04-10 09:36:19 +02:00