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
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
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
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
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