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

179 commits

Author SHA1 Message Date
7e8d94b55b stats: refactor STATS_METRIC_ => STATS_METRIC_SMPS 2019-03-29 09:52:34 +01:00
8abc0e33c0 remove jerror() 2019-03-26 15:39:08 +01:00
cc62307113 node: fix invalid libjansson format string 2019-03-26 15:39:08 +01:00
c249dcc89d refactor: use C-style commenting everywhere 2019-03-26 15:39:07 +01:00
4dbc885852 refactor: remove unused variable 2019-03-23 20:49:35 +01:00
b5444577b4 hook: separate hook_list_*() and hook_*() functions 2019-03-16 10:04:23 +01:00
f02588f914 node: add node_prepare() 2019-03-15 17:19:28 +01:00
7c7c4a00e3 if: fix invalid check for fwmark (closes #234) 2019-03-15 17:18:35 +01:00
4942d8ee74 bunch of bugfixes and refactoring for preperation of hooks 2019-03-09 00:32: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
7e5b4ac5ce refactor: add {node, path}_is_{enabled, reversed}() 2019-02-24 11:10:44 +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
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
b3e729e4ef Merge branch 'node-rtp-2' into develop 2019-02-17 21:19:24 +01:00
Marvin Klimke
623385cda9 fixes related to tc support 2019-02-15 11:18:32 +01:00
d0e52ad633 netem: set fwmark only on linux 2019-02-15 10:24:18 +01:00
e79f7376a7 netem: make mark configurable 2019-02-15 10:24:13 +01:00
4660f97834 netem: refactor mark -> fwmark 2019-02-15 10:24:09 +01:00
2936cd3ddc stats: refactor stats system and allow for more flexible configuration of stats node 2019-02-15 09:40:38 +01:00
d29594858a node: do not show warnings twice 2019-02-12 19:57:59 +01:00
b0d497eee4 node: check for validity of node name 2019-02-12 17:54:08 +01:00
15e945feff use state to shutdown 2019-02-11 16:42:38 +01:00
995ccb86e9 node: silence compiler warning 2019-02-06 17:36:10 +01:00
16cbd5f278 node: properly initialize enable flag per node direction 2019-02-06 13:15:00 +01:00
0c382890f7 node: initialise hook lists only when hooks are supported 2019-02-06 13:14:55 +01:00
1740df596b separated in/out signal descriptors 2019-02-06 13:14:38 +01:00
d7cbbfa8df fixes for macOS 2019-01-30 00:42:35 +01:00
8e24d603e5 pipe: do not show warning messages for samples filtered by hooks 2019-01-28 12:30:14 +01:00
357df1600f sample: add function to dump sample details 2019-01-23 00:49:28 +01:00
baa94bcf8a node: add netem details to node name 2019-01-21 23:00:16 +01:00
42e51e04c5 netem: fix compiler errors 2019-01-21 22:14:57 +01:00
4533e0ab12 netem: fix defines and includes 2019-01-21 22:14:41 +01:00
8190227776 netem: move intialization of Netem support into node instead of socket class 2019-01-21 15:50:18 +01:00
d3ff9f2d41 node: allow nodes to have multiple filedescriptors 2019-01-21 15:47:34 +01:00
8f7c8ae71e update copyright year to 2019 2019-01-13 00:42:39 +01:00
029ccd2e09 Merge branch 'node-uldaq' into develop 2019-01-09 17:02:43 +01:00
d18d786801 refactor: list_* -> vlist_* 2019-01-07 10:28:55 +01:00
31cf7329e4 fix state of uninitialized lists 2018-11-30 21:37:52 +01:00
70cc94b5c7 refactor: warn() => warning() due to name collision with libc 2018-11-30 21:37:52 +01:00
30576ba7ad refactoring: move config to villas/node/config.h 2018-11-30 21:00:53 +01:00
1ac9d306ad node: do not emit data when paused 2018-11-23 21:00:20 +02:00
6a2fa4e590 fix indention 2018-11-23 21:00:19 +02:00
a088c116f0 node: added support for pause/resume and restart node instances 2018-11-23 21:00:18 +02:00
Niklas Eiling
f588e4419d config: remove unnecessary includes and add conditional compilation to config_helper.h 2018-10-24 10:04:21 -04:00