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

145 commits

Author SHA1 Message Date
1f3655ba2d refactor alloc() / free() to new / delete 2020-01-21 16:27:03 +01:00
e53661a62c update copyright year to 2020 2020-01-20 17:17:00 +01:00
f2f830c7f0 csv: use the the same column interpretation while en/decoding CSV data
(closes #259)
2019-10-29 23:02:18 +01:00
4ce10cbdf5 protobuf: fix invalid sample flags 2019-10-29 20:19:19 +01:00
b3ca300b26 fix invalid variable name 2019-10-04 18:48:16 +02:00
4531443269 Merge branch 'v0.8.0-fixes' into develop 2019-10-03 11:01:07 +02:00
fd3c732771 refactor: msg format reserved 2019-09-03 22:06:23 +02:00
9cbcef4fc1 format: do not use hyphens in file names 2019-09-03 22:02:42 +02:00
5e6fec26ae signal: refactor signal_data_snprint() -> signal_data_print_str() 2019-09-03 21:21:11 +02:00
287f249735 msg: fix intiialization of reserved fields 2019-08-29 09:59:04 +02:00
ef1c339433 replace NULL by nullptr 2019-06-23 16:58:28 +02:00
150d4591fd replace C-style headers with C++ C-compatability headers 2019-06-23 16:57:00 +02:00
ef17ec19a2 refactor enums to class enums 2019-06-23 16:13:23 +02:00
8fd096ab17 whitespace cleanups 2019-06-04 16:55:50 +02:00
ebf2943240 update VILLAScommon submodule 2019-06-04 16:55:38 +02:00
Sonja Happ
e8ed440ccf Fix MSG_TS macro 2019-05-08 15:44:19 +02:00
6a106b42e5 use villas/utils.hpp instead of villas/utils.h 2019-04-23 13:09:50 +02:00
a97c4b8078 remove PLUGIN_REGISTER() macro 2019-04-23 13:04:30 +02:00
5485bf4be3 csv: fix indention 2019-04-22 23:43:56 +02:00
d1da0f2f22 json: fix packing of timestamp values 2019-04-17 18:18:40 +02:00
0c400f7df0 json: fix flag checks 2019-04-17 18:18:08 +02:00
65828daed4 csv: only print offset if both received and origin timestamps are available 2019-04-17 18:13:47 +02:00
0c804bc328 csv: fix typo introduced by C++ refactoring 2019-04-17 18:11:36 +02:00
783997139b we dont use camel case for variable names 2019-04-10 09:52:41 +02:00
4d6f85c151 macros should not contain multiple statements! 2019-04-10 09:51:56 +02:00
Manuel Pitz
d8447664dd UPDATE formts init now compatible to gcc 6.3 c++ 2019-04-10 09:49:17 +02:00
Manuel Pitz
36be027f08 FIX tmp fix to compile with c++ but c syntax for structs 2019-04-10 09:48:26 +02:00
0d91ac891b use C++ compiler 2019-04-07 15:13:40 +02:00
3a94319ad4 json: fix compiler warning 2019-04-06 14:20:00 +02:00
289cd6e10c fix buffer overflow 2019-04-01 18:21:57 +02:00
c249dcc89d refactor: use C-style commenting everywhere 2019-03-26 15:39:07 +01:00
b7d0f174ca remove auto signal type detection 2019-03-09 13:34:51 +01:00
ac22c393b7 Merge branch 'develop' of git.rwth-aachen.de:acs/public/villas/VILLASnode into develop 2019-02-06 13:18:55 +01:00
fbe08f4473 villas_human: fix buffer overflow 2019-02-06 13:16:45 +01:00
Sonja Happ
ad12431aaa formats: fix parentheses around char array expression 2019-01-30 11:59:09 +01:00
8f7c8ae71e update copyright year to 2019 2019-01-13 00:42:39 +01:00
029ccd2e09 Merge branch 'node-uldaq' into develop 2019-01-09 17:02:43 +01:00
d18d786801 refactor: list_* -> vlist_* 2019-01-07 10:28:55 +01:00
0caca6d2cf csv: re-enable parsing of offset 2019-01-06 01:46:00 +01:00
e1abbbddbf csv: add missing flags for TSV format 2018-12-23 00:07:38 +01:00
b393815916 csv: ignore offset field 2018-12-04 10:46:16 +01:00
30c15be7ae json: properly handle EOF in json format 2018-11-30 21:37:52 +01:00
70cc94b5c7 refactor: warn() => warning() due to name collision with libc 2018-11-30 21:37:52 +01:00
833729cb57 added new VILLAScommon submodule 2018-11-30 20:58:15 +01:00
b20ed40a59 fixed indention 2018-11-23 21:00:18 +02:00
759d633967 io: obey io->flags and smp->flags during encoding/decoding of samples 2018-10-20 16:23:57 +02:00
d0a55b91d5 raw: fixup for last change 2018-09-25 22:51:16 +02:00
9915bc7960 raw: add support for multiple samples in a single packet 2018-09-25 22:39:48 +02:00
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