|
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 |
|
|
2a7dee8324
|
python: fix generation of protobuf python code
|
2018-08-20 11:03:06 +02:00 |
|
|
d77879fa7d
|
io: refactor input/output -> in/out
|
2018-08-13 00:00:10 +02:00 |
|
|
7c939ba1e5
|
sample: remove source field
|
2018-08-12 23:59:15 +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
|
796d3226be
|
villas.human format: determine type of value (double or int) of received sample by checking for a dot in the value string
|
2018-08-01 14:42:30 +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 |
|
Sonja Kolen
|
89f4e9b768
|
json_format: fixed a bug, int values are now saved in the data.i field instead of data.f
|
2018-08-01 14:36:31 +02:00 |
|
Dennis Potter
|
64282b7134
|
Changed sequence type to uint64_t
|
2018-07-21 13:01:42 +02:00 |
|
Dennis Potter
|
bf8a86ff7d
|
Fixed typo COMMAND
|
2018-07-19 14:52:39 +02:00 |
|
|
f7f537c64b
|
cmake: do not regenerate protobuf files if not necessary
|
2018-07-16 21:16:43 +02:00 |
|
|
5bbf174a13
|
cmake: allow VILLASnode to be included into other CMake projects via add_subdirectory()
|
2018-07-16 20:16:14 +02:00 |
|
Dennis Potter
|
e91ea7a225
|
Remove villas.pb-c.c and villas.pb-c.h from repository and do a minor update to .gitignore. Closes #162
|
2018-07-06 14:47:11 +02:00 |
|
|
d64b650f58
|
cmake: link against imported target for libprotobuf-c
|
2018-07-04 15:14:02 +02:00 |
|
|
6ecac46b4e
|
cmake: fix detection protobuf
|
2018-07-04 15:09:22 +02:00 |
|
|
54c9964f6c
|
cmake: improve handling of protofbuf outputs
|
2018-07-03 18:24:20 +02:00 |
|
|
0a4f1a3731
|
cmake: add install targets and several other cpack improvments
|
2018-06-30 01:29:45 +02:00 |
|
|
9094941b4c
|
cmake: add more CMakeLists.txt
|
2018-06-29 14:36:50 +02:00 |
|