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

86 commits

Author SHA1 Message Date
32e016ebcb log: use spdlog custom formatters for basic VILLASnode types (closes #308) 2021-07-07 09:10:23 +00:00
Manuel Pitz
599197a66f fix calculation of maximum number of signals in nodes/paths 2021-07-01 22:26:44 +02:00
c19b019217 path: remove unused function 2021-06-24 10:35:41 +00:00
2d1e8d17ce use new NodeList and PathList in SuperNode 2021-06-21 16:12:47 -04:00
731909c3a8 ported io/format code to C++ 2021-06-17 08:26:46 -04:00
4f370ee1b2 drop legacy logger 2021-03-17 14:58:45 +00:00
Manuel Pitz
735a758d83 fix handling of path output signals 2021-02-15 15:14:00 +01:00
7708980e2d derive auto-generated uuid for nodes, paths and relay-sessions from instance uuid 2020-10-16 11:08:40 +02:00
a36b93a46d add support to set affinity on a per path/thread basis (closes #4) 2020-09-13 08:37:09 +02:00
1aebd550de path: add support for using a node as a source in multiple paths 2020-09-10 17:41:31 +02:00
f5e74e3dbf path: remove path_uses_node() 2020-09-10 17:41:30 +02:00
6411fc5ca7 warn about unused return values for *_{init,destroy}() functions 2020-09-10 17:41:29 +02:00
1e73500c75 path: use internal loopback nodes to allow nodes to be used as sources by multiple paths 2020-09-10 17:40:37 +02:00
3c13f67930 refactor: struct node -> struct vnode 2020-09-10 17:40:36 +02:00
2f29e30c33 add {node,path,hook_list}_to_json() 2020-08-25 20:24:18 +02:00
57f570d9b0 list: use new lookup methods 2020-08-25 20:22:19 +02:00
c191b15809 path: add UUID 2020-08-17 17:30:21 +02:00
0252ee7d98 path: remove obsolete function prototype 2020-07-06 14:03:44 +02:00
6f72bc832c api: expose output signals via API 2020-07-06 14:03:43 +02:00
13c117fe2c use new task api 2020-06-08 03:41:00 +02:00
2ed51e7e79 use new villas/common header 2020-06-08 03:39:44 +02:00
ef7b2f7f91 graphviz: workaround nameclash 2020-06-08 02:32:11 +02:00
e53661a62c update copyright year to 2020 2020-01-20 17:17:00 +01:00
ef17ec19a2 refactor enums to class enums 2019-06-23 16:13:23 +02:00
6b2e53feda path: keep a per path list of mappings 2019-06-11 18:34:23 +02:00
8f974511fe remove extern "C" 2019-04-23 13:03:58 +02:00
9045957f0b config: define new macro for maximum sample length 2019-04-23 10:55:23 +02:00
0a90cb07bc path: use spdlog 2019-04-07 16:16:58 +02:00
f154e2e204 use std::bitset for masks 2019-04-07 15:44:00 +02:00
0d91ac891b use C++ compiler 2019-04-07 15:13:40 +02:00
b5444577b4 hook: separate hook_list_*() and hook_*() functions 2019-03-16 10:04:23 +01:00
3bab0c9c06 node, path: add getters for signals 2019-03-08 15:21:01 +01:00
7e5b4ac5ce refactor: add {node, path}_is_{enabled, reversed}() 2019-02-24 11:10:44 +01:00
3b99227537 path: separated path_{source, destination} 2019-02-24 09:41:04 +01:00
78bcb67245 refactor: _init2() -> _prepare() 2019-02-24 09:06:48 +01:00
3816b8f45e path: simplify reversal of paths (closes #224) 2019-02-12 17:54:35 +01:00
8f7c8ae71e update copyright year to 2019 2019-01-13 00:42:39 +01:00
d18d786801 refactor: list_* -> vlist_* 2019-01-07 10:28:55 +01:00
987a59a5aa cpp: ported SuperNode 2018-11-30 20:46:59 +01:00
Dennis Potter
8f90d77224 Added flag which lets path use original sequence number of source 2018-10-14 14:44:56 +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
2361964de1 path: added signal list 2018-08-12 23:59:15 +02:00
ffec25bbfd use "#include <villas/...>" path for all includes 2018-06-29 09:06:04 +02:00
312cdc2fbe revert whitespace changes 2018-06-29 08:37:14 +02:00
Sonja Kolen
4ec3cf030b Added extern "C" wrapper in all headers of libvillas to use it in C++ code 2018-06-28 13:42:50 +02:00
b21b975a17 path: add a new configuration setting to switch between poll and single mode 2018-05-23 02:24:55 +02:00
4f1aab1da8 rename setting 'no_builtin' to 'builtin' to avoid double negation 2018-04-19 15:43:57 +02:00
7ea7dad766 added option for skipping built-in hooks 2017-12-20 14:56:37 +01:00
d0517b89dd use new bitset datastrcture in path 2017-10-18 09:31:31 +02:00