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

32 commits

Author SHA1 Message Date
4f370ee1b2 drop legacy logger 2021-03-17 14:58:45 +00:00
Felix Wege
f00c225b26 io: removed CHECKED state and fixed sprintf/sscan 2021-01-08 14:49:28 +01:00
6411fc5ca7 warn about unused return values for *_{init,destroy}() functions 2020-09-10 17:41:29 +02:00
8340e1725e use new headers 2020-06-08 03:40:25 +02:00
e53661a62c update copyright year to 2020 2020-01-20 17:17:00 +01:00
ef1c339433 replace NULL by nullptr 2019-06-23 16:58:28 +02:00
ef17ec19a2 refactor enums to class enums 2019-06-23 16:13:23 +02:00
8f974511fe remove extern "C" 2019-04-23 13:03:58 +02:00
4a5b0b65b2 add new option to command line utilities to specify signal type 2019-03-16 09:41:50 +01:00
b7d0f174ca remove auto signal type detection 2019-03-09 13:34:51 +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
14c989f7b2 io: move io_mode into non-anonymous enum 2018-11-30 21:35:14 +01:00
d35971c26c refactor: update copyright years 2018-08-20 18:40:03 +02:00
5707ee9d58 new signal declaration code 2018-08-20 18:31:27 +02:00
d77879fa7d io: refactor input/output -> in/out 2018-08-13 00:00:10 +02:00
ffec25bbfd use "#include <villas/...>" path for all includes 2018-06-29 09:06:04 +02:00
312cdc2fbe revert whitespace changes 2018-06-29 08:37:14 +02:00
Sonja Kolen
4ec3cf030b Added extern "C" wrapper in all headers of libvillas to use it in C++ code 2018-06-28 13:42:50 +02:00
95e78be9ce io: add support for configurable line and column separators/delimiters 2018-05-24 10:42:57 +02:00
4ba077d14e io: remove state-less IO calls 2018-05-12 15:25:29 +02:00
00eac5a9b1 io: make io_{scan,print}_lines() static 2018-05-12 14:13:54 +02:00
c0313c7963 refactored: io_format -> format_type 2018-05-12 13:57:39 +02:00
3438dc305d io: generalization of line based formats 2018-05-12 13:47:35 +02:00
59ec38172b io: generalize handling of header and footers 2018-05-12 11:07:35 +02:00
39f955c947 io: renamed some fields within struct io 2018-05-12 10:41:40 +02:00
212021404c io: support non blocking streams 2017-09-04 18:03:53 +02:00
f9324000fa add new functions to retrieve file descriptors from nodes, io formats and tasks 2017-08-30 00:22:58 +02:00
9a8f2e488e io: fix data types for sample count 2017-08-22 12:20:55 +02:00
3eea0c67bb - introduce low-level interface for new IO subsystem: we now have a fully extensible system for new IO formats and file formats
- reworked file node-type to remove in / out directions
2017-08-14 14:42:07 +02:00
c5fc72dd78 adding pluggable IO formats 2017-08-05 21:02:09 +02:00
bc83463831 added new format subsystem 2017-07-28 18:11:52 +02:00