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

1152 commits

Author SHA1 Message Date
679567fa6f comedi: fix a few format strings for portability 2019-10-18 10:34:14 +02:00
31623673a4 minor code-style fixes 2019-10-03 11:30:08 +02:00
Sonja Happ
69f76420ee fix indentation 2019-10-03 11:30:08 +02:00
Sonja Happ
ff8151bee0 remove files of mqtt_unthreaded node type since this is implemented in mqtt type now 2019-10-03 11:30:08 +02:00
Sonja Happ
e52d2f77ee improve unthreaded implementation of MQTT node type
- set cancel type of MQTT communication management thread to asynchronous
- fix removing node from list in mqtt_stop
- add a debug output upon invocation of pthread cancel in mqtt_type_stop
- contributes to #248
2019-10-03 11:30:08 +02:00
Sonja Happ
3624cb9fca renaming variable to improve readability 2019-10-03 11:30:08 +02:00
Sonja Happ
19523377f4 use a thread per process to execute mosquitto loop, contributes to #248 2019-10-03 11:30:08 +02:00
Sonja Happ
f3db8f6192 add unthreaded version of MQTT node type 2019-10-03 11:28:28 +02:00
Manuel Pitz
db15dda566 loopback: node type does not provide signals 2019-07-30 12:01:05 +02:00
2d7941ea17 uldaq: fix compare of differing signedness 2019-06-27 01:51:03 +02:00
f71643813f fix several minor bugs detected by valgrind 2019-06-26 20:18:44 +02:00
39f28149af exec: fix argument parsing 2019-06-23 17:35:28 +02:00
d4fbf83054 exec: enable flushing by default 2019-06-23 17:35:05 +02:00
abd8a7d92b exec: show more details 2019-06-23 17:22:03 +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
f05b2ae952 exec: add support for env variables, working directory. non-shell mode 2019-06-23 10:53:10 +02:00
73677d0df6 infiniband: fix printf formatting string on arm arch 2019-06-18 18:51:52 +01:00
7ad5c58d0e exec: start executable in exec_prepare() rather than exec_start() 2019-06-11 16:41:33 +00:00
09a5d810e3 exec: add new exec node-type 2019-06-05 18:59:45 +02:00
ebf2943240 update VILLAScommon submodule 2019-06-04 16:55:38 +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
c25bd76922 file: fix config test 2019-04-23 11:19:42 +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
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
37c724f61b nodes: use C++ compiler 2019-04-22 23:43:46 +02:00
39afa0e8a2 socket: fix invalid length of AF_UNIX socket address 2019-04-17 18:12:04 +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
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
b344c3961e rtp: fix some bugs and debugging output 2019-04-10 18:10:12 +02:00
2c384425b9 test_rtt: fix bug in rate parsing 2019-04-10 09:26:24 +02:00
41fbf03881 test_rtt: fix bug which fails to start test cases 2019-04-08 10:33:02 +02:00
400a9d3b84 test_rtt: fix compiler warning 2019-04-08 10:15:49 +02:00
5e43ea7ea4 test_rtt: improve handling of result files 2019-04-08 10:15:24 +02:00
06292524a1 test_rtt: port to C++ 2019-04-08 08:59:59 +02:00
31dad7754e nodes: properly initialize instance list 2019-04-08 08:59:38 +02:00
0d91ac891b use C++ compiler 2019-04-07 15:13:40 +02:00
d10f4e3b1f rtp: allow compilation without hook support 2019-04-06 14:19:50 +02:00
8d3a140f4f cmake: improve supported combination of compile options 2019-04-05 20:58:42 +02:00
6002f2debd rtp: do not register plugin twice 2019-04-05 20:56:51 +02:00
8a8dd30370 socket: fix includes 2019-04-05 19:30:44 +02:00