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

19 commits

Author SHA1 Message Date
b7d0f174ca remove auto signal type detection 2019-03-09 13:34:51 +01:00
5b553f2496 refactor: use strtok_r() instead of strtok() 2019-02-18 01:09:33 +01:00
8f7c8ae71e update copyright year to 2019 2019-01-13 00:42:39 +01:00
d18d786801 refactor: list_* -> vlist_* 2019-01-07 10:28:55 +01:00
70cc94b5c7 refactor: warn() => warning() due to name collision with libc 2018-11-30 21:37:52 +01:00
30576ba7ad refactoring: move config to villas/node/config.h 2018-11-30 21:00:53 +01:00
969e1525f2 influxdb: fix uninitialized variable 2018-09-08 00:05:22 +02:00
d35971c26c refactor: update copyright years 2018-08-20 18:40:03 +02:00
d3d9bd8bfc influxdb: adapt to new signal code and separate node-type configuration into in/out sections 2018-08-20 18:27:23 +02:00
afc529626a fix some includes 2018-08-13 00:00:09 +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
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