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

11 commits

Author SHA1 Message Date
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
ac77d7eb85 amqp: fix compiler warning about unused return value 2018-06-16 21:29:28 +02:00
f1d4bed4db amqp: allow connection settings to be specified individually 2018-06-15 14:51:43 +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
c5e2776440 amqp: be more verbose in error message 2018-04-19 11:04:01 +02:00
0017d1bcb1 refactor: change include prefix 2018-02-04 16:40:52 +01:00
73ba58ade5 amqp: finish implementation of initial amqp support 2017-11-18 01:05:18 +01:00
2c5982436d first pieces for RabbitMQ / AMQP node-type 2017-11-17 18:12:07 +01:00