1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-16 00:00:02 +01:00
VILLASnode/lib
Daniel Krebs fe302f9649 comedi: implement ADC and DAC directions, only DAC tested
The write / DAC direction has been tested with two output signals, see
etc/comedi.conf for reference. For now, the buffer size may not be
(considerably) smaller than 32kB, Comedi stops working for unknown
reasons. To compensate for the latency (always approx. one buffer size)
if only small sample rates are required, configure the path for
upsampling (sample-and-hold via rate parameter) at the same rate as
the out direction of the comedi node.
2018-06-15 15:47:10 +02:00
..
api node: separated node configuratio for send / receive side 2018-05-24 09:04:41 +02:00
formats Merge branch 'develop' of git.rwth-aachen.de:acs/public/villas/VILLASnode into develop 2018-06-04 22:24:50 +02:00
hooks limit_rate: also limit when reading 2018-06-15 14:24:04 +02:00
kernel get rid of strncpy as much as possible 2018-04-04 08:53:00 +02:00
nodes comedi: implement ADC and DAC directions, only DAC tested 2018-06-15 15:47:10 +02:00
advio.c get rid of strncpy as much as possible 2018-04-04 08:53:00 +02:00
api.c refactor: change include prefix 2018-02-04 16:40:52 +01:00
bitset.c refactor: change include prefix 2018-02-04 16:40:52 +01:00
buffer.c refactor: change include prefix 2018-02-04 16:40:52 +01:00
compat.c refactor: change include prefix 2018-02-04 16:40:52 +01:00
config_helper.c fix several build system related issues 2018-02-06 23:29:54 +01:00
crypt.c refactor: change include prefix 2018-02-04 16:40:52 +01:00
format_type.c refactor: struct plugin::io -> struct plugin::format 2018-05-13 13:51:28 +02:00
hist.c hist: show average rate 2018-04-26 09:30:54 +02:00
hook.c generalize: *_type_lookup() as wrappers around plugin_lookup() 2018-05-13 13:52:02 +02:00
hook_type.c generalize: *_type_lookup() as wrappers around plugin_lookup() 2018-05-13 13:52:02 +02:00
io.c io: add support for configurable line and column separators/delimiters 2018-05-24 10:42:57 +02:00
list.c list: added new function list_lookup_index() 2018-05-24 09:05:00 +02:00
log.c log: fix window size when running inside docker, CI or debugger 2018-05-23 00:38:37 +02:00
log_config.c refactor: change include prefix 2018-02-04 16:40:52 +01:00
log_helper.c refactor: change include prefix 2018-02-04 16:40:52 +01:00
Makefile.inc tests: enable _DARWIN_C_SOURCE globally in order to fix compiler errors 2018-05-23 00:17:02 +02:00
Makefile.villas-ext.inc iec61850-9-2: fix build 2017-11-17 17:47:09 +01:00
Makefile.villas.inc generalize: *_type_lookup() as wrappers around plugin_lookup() 2018-05-13 13:52:02 +02:00
mapping.c improve logging 2018-05-26 02:33:16 +02:00
memory.c refactor: change include prefix 2018-02-04 16:40:52 +01:00
node.c node: do not create config section in/out if not existant 2018-06-15 14:36:00 +02:00
node_type.c generalize: *_type_lookup() as wrappers around plugin_lookup() 2018-05-13 13:52:02 +02:00
path.c node: separated node configuratio for send / receive side 2018-05-24 09:04:41 +02:00
plugin.c refactor: change include prefix 2018-02-04 16:40:52 +01:00
pool.c refactor: change include prefix 2018-02-04 16:40:52 +01:00
queue.c refactor: change include prefix 2018-02-04 16:40:52 +01:00
queue_signalled.c queue_signalled: add support for OS X 2018-05-23 09:06:29 +02:00
sample.c sample: add new function to allocate samples on heap (not in pool) 2018-05-08 11:43:53 +02:00
shmem.c shmem: unlink previously existing shmem regions (closes #139) 2018-05-07 18:03:00 +02:00
signal.c signal: add enable flag 2018-05-25 12:55:01 +02:00
stats.c refactor: change include prefix 2018-02-04 16:40:52 +01:00
super_node.c node: separated node configuratio for send / receive side 2018-05-24 09:04:41 +02:00
table.c remove superfluous empty line 2018-05-23 02:25:11 +02:00
task.c refactor: change include prefix 2018-02-04 16:40:52 +01:00
timing.c refactor: change include prefix 2018-02-04 16:40:52 +01:00
utils.c refactor: change include prefix 2018-02-04 16:40:52 +01:00
web.c web: improve logging 2018-06-12 20:02:58 +02:00