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

9 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
88af9b8c8d influx: use new signal description for specifying the InfluxDB fields 2018-05-24 09:23:17 +02:00
0017d1bcb1 refactor: change include prefix 2018-02-04 16:40:52 +01:00
f5aed9f399 minor fixes for compilation on OS X / BSD 2017-12-14 14:04:26 +01:00
e6a754170b refactor: naming of jansson objects 2017-11-17 17:54:36 +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
7e997bc063 added new node-type for InfluxDB 2017-10-15 22:02:43 +02:00