1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-30 00:00:11 +01:00
Commit graph

60 commits

Author SHA1 Message Date
Dennis Potter
ed3a27fefd Fixed wrong meta data correction and added macros for sample size 2018-10-11 14:18:30 +02: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
d0cecc3c91 signal: added more and more functionality 2018-08-13 15:31:39 +02:00
1f16b4bf07 refactor: {sample,signal}_{put,get} -> {sample,signal}_{incref,decref} 2018-08-13 00:00:09 +02:00
6fb3271a54 sample: add sample_format() 2018-08-13 00:00:09 +02:00
afc529626a fix some includes 2018-08-13 00:00:09 +02:00
b533cee9ad refactor: fix whitespaces 2018-08-13 00:00:09 +02:00
a1e47d2d72 code-style cleanups 2018-08-13 00:00:09 +02:00
7c939ba1e5 sample: remove source field 2018-08-12 23:59:15 +02:00
b0017f859f refactoring 2018-08-12 23:59:15 +02:00
f35588aad8 refactor:
- SAMPLE_LEN() -> SAMPLE_LENGTH()
- SAMPLE_DATA_LEN() -> SAMPLE_DATA_LENGTH()
2018-08-12 23:59:15 +02:00
96bcbd400a sample: added new complex data type for signal values 2018-08-12 23:59:15 +02:00
10c02766f5 sample: remove format field 2018-08-12 23:59:15 +02:00
Dennis Potter
64282b7134 Changed sequence type to uint64_t 2018-07-21 13:01:42 +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
5401348b71 json: rewrite IO format for RESERVE project 2018-05-09 09:24:15 +02:00
7edd6a1b2a sample: add new function to allocate samples on heap (not in pool) 2018-05-08 11:43:53 +02:00
f99e5debb5 sample: remove sent timestamp 2018-05-08 11:42:43 +02:00
935ee584e4 sample: use libc ptrdiff_t instead of posix off_t 2018-05-08 11:41:43 +02:00
b18c776a5c sample: remove obsolete id member 2018-05-08 11:41:05 +02:00
80ee8d786d refactored sample by adding more *_many() functions 2017-10-16 08:09:07 +02:00
d9d85ce2e8 mapping: fix restart 2017-09-16 15:33:57 +02:00
5e620942ce adding new field "flags" to struct sample 2017-09-16 15:04:59 +02:00
85da17577a use signed integers for sample data 2017-09-04 23:04:56 +02:00
0781307577 added sample_cmp() 2017-09-04 16:19:43 +02:00
6d495c1a35 add new bitmask to samples to indicate which fields are valid 2017-09-04 14:28:55 +02:00
c2000e78b1 add sample_pool() macro to hide relative pointers 2017-08-30 23:51:41 +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
Georg Reinke
d17300e276 remove unnecessary sample_get in shmem node 2017-05-12 11:52:39 +02:00
49054eef9f cleanup: removed trailing whitespaces in code 2017-05-05 19:24:16 +00:00
5be1853649 added GPL license to file headers 2017-04-27 12:56:43 +02:00
Georg Reinke
bb400b0e5c fix include problems when linking with C++ 2017-04-26 11:58:12 +02:00
a81d1fc8de Merge branch 'develop' into node-shm 2017-04-17 23:54:44 +02:00
Georg Reinke
6f6e29e622 some doc fixes / additions 2017-04-16 23:00:30 +02:00
44ea4a160e add some more functions for sample reference counting 2017-04-07 17:46:50 +02:00
Georg Reinke
ee809bd5c9 Merge branch 'develop' into node-shm 2017-04-06 12:12:56 +02:00
Georg Reinke
2032342859 use off_t for all relative pointers 2017-04-06 10:20:06 +02:00
Georg Reinke
bc188e4a2d make pool pointer in struct sample relative 2017-04-04 12:32:48 +02:00
ba5f4d1109 sample_io: part 2 2017-03-27 12:50:39 +02:00
a9771ec8c6 Merge branch 'develop' into eric-lab 2017-03-09 13:30:19 -03:00
9c40931a04 Merge branch 'feature-mpmc-queue' into feature-curlio 2017-03-05 10:06:32 -04:00
3e7c855526 updated licence and copyright info in file headers 2017-03-03 20:20:13 -04:00
7ec6aee288 Merge remote-tracking branch 'rwth/develop' into feature-curlio 2017-02-18 11:05:11 -05:00
7cab0538ab use #pragma once instead of #ifdef 2017-02-16 09:04:27 -03:00
1dba01a8ae Re-license source code to LGPLv2.1 (closes #56) 2016-11-22 11:14:25 -05:00
15e7e78e04 mark samples with source node 2016-11-07 22:20:09 -05:00
9e13b06a59 get first working version of web socket node-type with MPMC queues 2016-11-07 22:19:30 -05:00