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

45 commits

Author SHA1 Message Date
5e62b3a35f node: show full details of node when starting 2021-07-20 14:53:40 +00:00
32e016ebcb log: use spdlog custom formatters for basic VILLASnode types (closes #308) 2021-07-07 09:10:23 +00:00
9ae9ce4dae hook: add hook_list_check() 2021-07-07 10:41:54 +02:00
Manuel Pitz
599197a66f fix calculation of maximum number of signals in nodes/paths 2021-07-01 22:26:44 +02:00
9d7a6ab10f print signal count both before and after hooks 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
42133b2882 miscelaneous fixes 2021-02-22 23:16:53 +01: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
1bd4d8b2d4 node/path: generate UUIDs using new util funcs 2020-10-16 09:25:23 +02:00
335440d8ad node: ensure unique UUID for simple websocket nodes 2020-10-15 12:53:00 +02:00
e3ce379c36 if: rewrote libnl / network if code to C++ and fixed if affinity (closes #233) 2020-09-13 11:11:46 +02:00
c7c513a5f6 ci: fix all remaining cppcheck warnings and errors 2020-09-11 15:15:36 +02:00
458cfe151c node: do not re-check node-type in node_parse() 2020-09-10 17:41:30 +02:00
9b5b7b6947 node: add struct vnode::{sources,destinations} 2020-09-10 17:41:30 +02:00
13b7b6cc2f node: make struct vnode::enabled a boolean 2020-09-10 17:41:29 +02:00
b467169d3c node: refactore constant for node name regex 2020-09-10 17:40:38 +02:00
f892e5e29f node: fix vecotrize feature (closes #274) 2020-09-10 17:40:38 +02:00
d8e2d6a2f9 node: simplify vectorize logic in node_{read,write}() 2020-09-10 17:40:37 +02:00
3c13f67930 refactor: struct node -> struct vnode 2020-09-10 17:40:36 +02:00
b552fbe47f node: use regex to check node name 2020-08-25 20:24:46 +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
60c90408c4 node: improve log output 2020-07-06 14:03:44 +02:00
8e259516a3 add more nullptr checks after memory allocations 2020-07-06 14:03:43 +02:00
6f72bc832c api: expose output signals via API 2020-07-06 14:03:43 +02:00
6d2990ade5 avoid issues with uninitialized memory 2020-07-06 13:40:39 +02:00
c47fc8f865 avoid assertions due to uninitialized memory 2020-03-10 23:40:44 +01:00
5eb267ecdf fixes after new/delete refactoring 2020-01-25 17:39:06 +01:00
1f3655ba2d refactor alloc() / free() to new / delete 2020-01-21 16:27:03 +01:00
e53661a62c update copyright year to 2020 2020-01-20 17:17:00 +01:00
6761ee21cc node: parse UUID from config or generate one based on config hash 2019-10-30 02:40:43 +01:00
995e4b5ec9 memory: use default value for memory type 2019-10-26 13:34:03 +02:00
Sonja Happ
ed10e3d47f comment init of node's "stats" shared pointer with nullptr since this causes node_init to crash arbitrarily 2019-10-17 10:41:50 +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
c842914bc5 stats: port to C++ 2019-06-23 13:35:42 +02:00
ebf2943240 update VILLAScommon submodule 2019-06-04 16:55:38 +02:00
4a4a7d1280 use C++ linkage for hook_list 2019-04-23 13:12:04 +02:00
71995642a9 add missing include villas/colors.hpp 2019-04-23 13:11:19 +02:00
6a106b42e5 use villas/utils.hpp instead of villas/utils.h 2019-04-23 13:09:50 +02:00
d2a2542866 refactor: NULL => nullptr 2019-04-08 08:59:08 +02:00
0d91ac891b use C++ compiler 2019-04-07 15:13:40 +02:00
Renamed from lib/node.c (Browse further)