|
81267f9759
|
mqtt: move checks to mqtt_check()
|
2019-03-26 15:39:07 +01:00 |
|
|
c249dcc89d
|
refactor: use C-style commenting everywhere
|
2019-03-26 15:39:07 +01:00 |
|
|
a64f3e4b6d
|
add VILLASnode specific exceptions
|
2019-03-26 15:39:07 +01:00 |
|
|
3260c5a57e
|
config: introduce new class for loading and parsing configuration
|
2019-03-26 07:15:07 +01:00 |
|
|
618b25bf4f
|
port config_helper.c to C++
|
2019-03-26 07:15:07 +01:00 |
|
|
e4de0aad1c
|
mqtt: fix memory corruption in MQTT node (closes #237)
|
2019-03-25 16:01:17 +01:00 |
|
|
40f91ad46a
|
be more strict when parsing the configuration file
|
2019-03-23 20:50:19 +01:00 |
|
|
4dbc885852
|
refactor: remove unused variable
|
2019-03-23 20:49:35 +01:00 |
|
|
886a0af868
|
refactor: json_unpack() => json_unpack_ex()
|
2019-03-23 20:49:19 +01:00 |
|
|
cd3200e42a
|
super_node: use exceptions for error handling
|
2019-03-22 13:44:42 +01:00 |
|
|
e9c3e61084
|
rtp: remove wrapper function to start thread
|
2019-03-22 11:27:57 +01:00 |
|
|
58fd0131bc
|
cbuilder: remove deprecated node-type
|
2019-03-16 13:41:33 +01:00 |
|
|
7a06158cc8
|
hook: port hook_list to C++
|
2019-03-16 10:11:26 +01:00 |
|
|
b5444577b4
|
hook: separate hook_list_*() and hook_*() functions
|
2019-03-16 10:04:23 +01:00 |
|
|
4a5b0b65b2
|
add new option to command line utilities to specify signal type
|
2019-03-16 09:41:50 +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 |
|
|
3ca1ae89b8
|
rtp: properly initialize rate hook
|
2019-03-15 17:26:20 +01:00 |
|
|
f02588f914
|
node: add node_prepare()
|
2019-03-15 17:19:28 +01:00 |
|
|
61f4920c71
|
if: do not reset affinity (see #233)
|
2019-03-15 17:19:08 +01:00 |
|
|
7c7c4a00e3
|
if: fix invalid check for fwmark (closes #234)
|
2019-03-15 17:18:35 +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 |
|
|
adb2c1052b
|
fix missing label
|
2019-03-09 12:44:50 +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 |
|
|
4942d8ee74
|
bunch of bugfixes and refactoring for preperation of hooks
|
2019-03-09 00:32:22 +01:00 |
|
|
c906143338
|
sample: add sample_data_{insert, remove}()
|
2019-03-08 15:21:46 +01:00 |
|
|
3f6ddaa653
|
signal: add signal_list_copy()
|
2019-03-08 15:21:22 +01:00 |
|
|
3bab0c9c06
|
node, path: add getters for signals
|
2019-03-08 15:21:01 +01:00 |
|
|
af99a50786
|
whitespace and documentation fixes
|
2019-02-24 11:14:44 +01:00 |
|
|
9836bc0296
|
add prepare state
|
2019-02-24 11:13:28 +01:00 |
|
|
842be5a9cc
|
path: refactor path_init_poll() -> path_prepare_poll()
|
2019-02-24 11:11:19 +01:00 |
|
|
7e5b4ac5ce
|
refactor: add {node, path}_is_{enabled, reversed}()
|
2019-02-24 11:10:44 +01:00 |
|
|
34137545bc
|
path: use path_type()
|
2019-02-24 11:08:56 +01:00 |
|
|
e65ffc78dd
|
node: add enabled setting
|
2019-02-24 11:08:15 +01:00 |
|
|
0acce9e375
|
node: separate node_direction
|
2019-02-24 11:07:07 +01:00 |
|
|
7798f09a35
|
inline *_type() functions
|
2019-02-24 11:06:24 +01:00 |
|
|
3b99227537
|
path: separated path_{source, destination}
|
2019-02-24 09:41:04 +01:00 |
|
|
e8de9df993
|
update VILLAScommon submodule with new list functions
|
2019-02-24 09:23:31 +01:00 |
|
|
f851aacf3c
|
refactor: rename signal_list_{init,destroy}() and node_list_parse()
|
2019-02-24 09:10:18 +01:00 |
|
|
78bcb67245
|
refactor: _init2() -> _prepare()
|
2019-02-24 09:06:48 +01:00 |
|
Manuel Pitz
|
f9ec9fe64d
|
removed out: since unused parameter
|
2019-02-20 19:36:01 +00:00 |
|
Manuel Pitz
|
0c53172816
|
Merge branch 'develop' of git.rwth-aachen.de:/acs/public/villas/VILLASnode into develop
|
2019-02-20 19:01:16 +00:00 |
|
Manuel Pitz
|
db1c9eaa97
|
fix race condition between usb buffer and data transfer buffer
|
2019-02-20 18:59:23 +00: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 |
|