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

87 commits

Author SHA1 Message Date
6a7821467a node: inherit certain configuration settings for directions 2018-05-26 01:10:33 +02:00
a535ec5abc node: separated node configuratio for send / receive side 2018-05-24 09:04:41 +02:00
5bc1831cc4 node: improve logging 2018-05-23 02:25:27 +02:00
a520e00a12 generalize: *_type_lookup() as wrappers around plugin_lookup() 2018-05-13 13:52:02 +02:00
4f1aab1da8 rename setting 'no_builtin' to 'builtin' to avoid double negation 2018-04-19 15:43:57 +02:00
d5cc633f0f node: fix assert because of uninitialized list 2018-03-26 14:33:20 +02:00
5d7999b3f5 added new signal metadata class 2018-03-21 16:59:35 +01:00
f4b222d322 fix compiler error 2018-02-17 11:18:26 +01:00
088194eb29 Merge tag 'v0.6.0' into develop 2018-02-17 09:39:45 +01:00
e5afb8ec48 fix several build system related issues 2018-02-06 23:29:54 +01:00
c69d307bc9 improve Makefiles:
- moved all build-time options to Makefile.config
- build VILLASnode without hook support
- build VILLASnode without web & API support
- build VILLASnode without IO format support
- build VILLASnode without external plugins
2018-02-04 16:45:32 +01:00
0017d1bcb1 refactor: change include prefix 2018-02-04 16:40:52 +01:00
759fb0072e node: add new option to skip loading of default hooks 2017-12-20 20:50:24 +01:00
702dc34052 c++: add proper casts from void * 2017-10-20 11:54:00 +02:00
1b37013802 fix bug which makes paths with multiple destination nodes unusable 2017-09-18 22:56:40 +02:00
5e620942ce adding new field "flags" to struct sample 2017-09-16 15:04:59 +02:00
6d495c1a35 add new bitmask to samples to indicate which fields are valid 2017-09-04 14:28:55 +02:00
375287cd52 stats: refactor stats_send hook into a new node-type 2017-09-03 10:54:11 +02:00
526be78ca5 hook: from now on both paths and nodes can have hooks! 2017-09-02 14:27:58 +02:00
415cd0de09 refactor: whitespace changes only 2017-09-02 14:20:38 +02:00
e7da1e0a0e properly initialise default value of node samplelen 2017-08-31 09:43:50 +02:00
382161b00b mapping: move parser from node.c to mapping.c 2017-08-31 09:43:49 +02:00
e7666be1ef move 'samplelen' setting from per path to per node configuration 2017-08-31 09:31:19 +02:00
b39a02732c mapping: properly initialize mapping_entry::offset and mapping_entry:length 2017-08-30 23:52:48 +02:00
f9324000fa add new functions to retrieve file descriptors from nodes, io formats and tasks 2017-08-30 00:22:58 +02:00
a5cd67af79 add new samplelen field to node 2017-08-28 14:36:16 +02:00
7cedb0edcd mapping: replace struct mapping with a struct list 2017-08-28 14:35:50 +02:00
10faca42d8 fix initialization of _name members 2017-08-27 18:01:12 +02:00
4e2cdc8efd properly handle failed read / writes to nodes 2017-08-22 12:31:12 +02:00
434fe6dbd6 replaced libconfig by jansson for parsing the configuration (huge commit) 2017-08-03 00:19:27 +02:00
a71053f718 refactor: use libconfig instance only within _parse() functions 2017-08-01 11:56:47 +02:00
3c4bca7cf8 refactor: "config_parse_cli"=> "config_read_cli" 2017-07-25 12:07:05 +02:00
51d80b73ce refactoring: json.c => config_helper.c & sample_io_json.c 2017-07-13 22:13:40 +02:00
4b51c4dbba node_type: add new function for parsing node configuration from CLI 2017-07-13 01:55:06 +02:00
94ae566091 utils: renamed macros for color output 2017-07-12 12:18:43 +02:00
5f3620e3b4 add some debug messages 2017-07-02 19:37:48 +02:00
49054eef9f cleanup: removed trailing whitespaces in code 2017-05-05 19:24:16 +00:00
5be1853649 added GPL license to file headers 2017-04-27 12:56:43 +02:00
a567a17595 fix: memory leak 2017-04-24 18:59:45 +02:00
a81d1fc8de Merge branch 'develop' into node-shm 2017-04-17 23:54:44 +02:00
db3d1477d1 shm node: renamed ‚cond_{in,out}‘ settings to ‚polling‘ 2017-04-15 22:46:35 +02:00
47bff0f9ba fixed several bugs in the new state machine logic 2017-04-07 17:44:20 +02:00
Georg Reinke
ee809bd5c9 Merge branch 'develop' into node-shm 2017-04-06 12:12:56 +02:00
57329bfa92 moved node id field to struct node::id 2017-04-02 12:59:56 +02:00
3eb629d9d5 various bug fixes from todays debugging session 2017-03-29 04:25:30 +02:00
6f4c139c2f move checks into *_check(), set default values in _init() 2017-03-27 12:54:24 +02:00
607be1dd99 minor bugfixes and improvements 2017-03-13 23:51:38 -03:00
2757011e1b several smaller fixes and documentation updates 2017-03-12 17:13:37 -03:00
cc8984e2d0 assert instead of run-time errors 2017-03-12 17:04:43 -03:00
ccf2f28b9f refactoring: struct cfg => struct super_node 2017-03-12 17:01:24 -03:00