8f7c8ae71e
update copyright year to 2019
2019-01-13 00:42:39 +01:00
caf3e45960
workaround for C-compatability
2018-12-02 03:11:31 +01:00
d35971c26c
refactor: update copyright years
2018-08-20 18:40:03 +02:00
b533cee9ad
refactor: fix whitespaces
2018-08-13 00:00:09 +02:00
60f55ec178
improve naming of struct node_type function pointers ( closes #150 )
2018-07-16 11:00:15 +02:00
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
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
59269a72b6
remove some superfluous comments
2018-06-15 14:56:27 +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
e5afb8ec48
fix several build system related issues
2018-02-06 23:29:54 +01:00
2a1bdbc639
mqtt: initial implementation of MQTT node-type
2018-01-17 01:22:12 +01:00