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

17 commits

Author SHA1 Message Date
d35971c26c refactor: update copyright years 2018-08-20 18:40:03 +02:00
86003e0b78 formats: adapt to new signal code and separate node-type configuration into in/out sections 2018-08-20 18:30:24 +02:00
Dennis Potter
e926b9b6c2 Fixed compile errors with format string identifiers.
These identifiers were introduced in
eaa3f60b12
2018-08-09 14:24:45 +02:00
eaa3f60b12 fix several invalid format string identifiers 2018-08-09 08:06:21 +02:00
Dennis Potter
cdadbe8bcc Changed precision of offset to nanoseconds for csv. Fixes #189 2018-08-02 16:25:07 +02:00
Sonja Kolen
a74644cea9 csv and villas.human formats: remove dynamic memory allocation 2018-08-01 16:45:54 +02:00
Sonja Kolen
f7a61e3f97 csv format: determine type of value (double or int) in received sample by checking for a dot in the value string 2018-08-01 14:40:50 +02:00
Dennis Potter
64282b7134 Changed sequence type to uint64_t 2018-07-21 13:01:42 +02:00
4433b3c36c csv: fix detection of column separators 2018-06-16 20:56:43 +02:00
e3e85aa183 csv: add new sub-format for tabulator separated values 2018-05-24 10:45:52 +02:00
607342eddc csv: make column seperator configurable 2018-05-24 10:45:11 +02:00
9ec69bcbdf refactor: struct plugin::io -> struct plugin::format 2018-05-13 13:51:28 +02:00
1efb3c7477 fix indention 2018-05-13 12:47:55 +02:00
63e839afc9 io: align header / source files 2018-05-12 18:11:39 +02:00
d5d446cca6 io: add header to villas.human and json formats 2018-05-12 18:02:18 +02:00
221937bb5e io: pass instance pointer everywhere 2018-05-12 18:01:48 +02:00
c0313c7963 refactored: io_format -> format_type 2018-05-12 13:57:39 +02:00
Renamed from lib/io/csv.c (Browse further)