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

14 commits

Author SHA1 Message Date
60f55ec178 improve naming of struct node_type function pointers (closes ) 2018-07-16 11:00:15 +02:00
Dennis Potter
72e627b327 Fixes , all node interfaces are modified
The functions now look like this

int node_read(struct node *n, struct sample *smps[], unsigned cnt, unsigned *release);
int node_write(struct node *n, struct sample *smps[], unsigned cnt, unsigned *release);

This commit enables nodes to control how many samples will
be released by the framework through *release
2018-07-11 18:14:29 +02:00
Dennis Potter
4663f55e4b Changed all node_read() functions to support a *cnt instead of cnt 2018-07-07 17:07:45 +02:00
0017d1bcb1 refactor: change include prefix 2018-02-04 16:40:52 +01:00
daniel-k
78d23294af lib: add missing includes of string.h 2017-11-02 13:08:12 +01:00
702dc34052 c++: add proper casts from void * 2017-10-20 11:54:00 +02:00
fba30731aa task: simplify interface 2017-09-16 15:33:01 +02:00
5e620942ce adding new field "flags" to struct sample 2017-09-16 15:04:59 +02:00
a483a6e4e2 stats: refactored stats node type 2017-09-05 14:51:16 +02:00
9db9a9a1d3 fix invalid free 2017-09-05 10:50:25 +02:00
876a147842 fix memory leaks detected by valgrind 2017-09-05 01:09:34 +02:00
12973f9088 json: accept integers for floating point settings 2017-09-04 23:16:58 +02:00
9e354e7382 stats: fixes for new stats node type 2017-09-04 23:03:55 +02:00
375287cd52 stats: refactor stats_send hook into a new node-type 2017-09-03 10:54:11 +02:00