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

170 commits

Author SHA1 Message Date
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
11bba98efe node: simplify configuration of node signals 2018-10-17 16:11:44 +02:00
d734eb82b4 node: fix assertion in node_init() 2018-09-25 20:29:05 +02:00
350112db1c node: call init functions for node_tyles 2018-09-25 19:18:46 +02:00
Sonja Kolen
6cc4f6b8ea node: fixed unused variable to build with disabled hooks 2018-08-22 16:41:26 +02:00
df3b02b55f fix smaller merge errors 2018-08-20 18:57:54 +02:00
52492d47d1 Merge branch 'develop' of git.rwth-aachen.de:acs/public/villas/VILLASnode into develop 2018-08-20 18:40:46 +02:00
d35971c26c refactor: update copyright years 2018-08-20 18:40:03 +02:00
5707ee9d58 new signal declaration code 2018-08-20 18:31:27 +02:00
f693b2ffe3 fixup hook init 2018-08-17 12:52:31 +02:00