Dennis Potter
72e627b327
Fixes #166 , 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
6150a36411
Changed all node_write() functions
2018-07-07 17:48:07 +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
c16c53ffb9
test_rtt: fix compiler warnings
2018-06-29 14:36:50 +02:00
4ba077d14e
io: remove state-less IO calls
2018-05-12 15:25:29 +02:00
c0313c7963
refactored: io_format -> format_type
2018-05-12 13:57:39 +02:00
c59e0948c3
io: use dots instead of hyphens in format names
2018-05-08 08:45:18 +02:00
0017d1bcb1
refactor: change include prefix
2018-02-04 16:40:52 +01:00
fb3650918c
test_rtt: fix segfault when case not started
2017-12-20 11:34:18 +01:00
f5aed9f399
minor fixes for compilation on OS X / BSD
2017-12-14 14:04:26 +01:00
daniel-k
78d23294af
lib: add missing includes of string.h
2017-11-02 13:08:12 +01:00
792cf1853a
several fixes to compile VILLASnode on Ubuntu 16.04
2017-10-20 11:54:00 +02:00
702dc34052
c++: add proper casts from void *
2017-10-20 11:54:00 +02:00
41ae48ad58
test_rtt: create missing output directory
2017-10-18 14:44:30 +02:00
ce5f4e5a60
some refactoring in json parsing
2017-10-16 08:09:07 +02:00
d0901dd268
enable new node-type test_rtt
2017-09-16 15:34:16 +02:00
12973f9088
json: accept integers for floating point settings
2017-09-04 23:16:58 +02:00
6922e273bb
io: renamed formats (msg -> villas-binary, villas -> villas-human)
2017-09-04 14:39:15 +02:00
9f3d806755
add node_fd() support to most node types
2017-08-30 09:21:35 +02:00
22e450d9b1
test_rtt: some more work (not complete yet)
2017-08-27 18:02:24 +02:00
2e3a6ef90b
refactoring: periodic_task => task
2017-08-22 12:20:14 +02:00
d2300e7397
temp node test_rtt
2017-07-28 18:09:47 +02:00