|
26c567e8cb
|
improve logging
|
2018-05-26 02:33:16 +02:00 |
|
|
2d23ab52c9
|
use new list_lookup_index() to lookup signal inices
|
2018-05-24 09:05:42 +02:00 |
|
|
b18c776a5c
|
sample: remove obsolete id member
|
2018-05-08 11:41:05 +02:00 |
|
|
b1046ff641
|
signal: add support for name-based signal mapping
|
2018-03-26 14:08:26 +02:00 |
|
|
0017d1bcb1
|
refactor: change include prefix
|
2018-02-04 16:40:52 +01:00 |
|
|
702dc34052
|
c++: add proper casts from void *
|
2017-10-20 11:54:00 +02:00 |
|
|
f8c73553eb
|
some fixes in remapping code which caused memory leaks
|
2017-09-24 00:01:27 -06:00 |
|
|
912c689f5d
|
some refactoring in mapping code
|
2017-09-23 23:50:45 -06:00 |
|
|
876a147842
|
fix memory leaks detected by valgrind
|
2017-09-05 01:09:34 +02:00 |
|
|
81ab3f91ea
|
bugfix in mapping code
|
2017-09-04 14:32:27 +02:00 |
|
|
526be78ca5
|
hook: from now on both paths and nodes can have hooks!
|
2017-09-02 14:27:58 +02:00 |
|
|
415cd0de09
|
refactor: whitespace changes only
|
2017-09-02 14:20:38 +02:00 |
|
|
2001c49d53
|
mapping: default to node samplelen if now range for data mapping is given
|
2017-08-31 11:31:09 +02:00 |
|
|
382161b00b
|
mapping: move parser from node.c to mapping.c
|
2017-08-31 09:43:49 +02:00 |
|
|
b39a02732c
|
mapping: properly initialize mapping_entry::offset and mapping_entry:length
|
2017-08-30 23:52:48 +02:00 |
|
|
ec2fad2fac
|
mapping: add missing header fields
|
2017-08-30 16:37:19 +02:00 |
|
|
544aa42723
|
mapping: complete refactoring
|
2017-08-28 17:18:06 +02:00 |
|
|
7cedb0edcd
|
mapping: replace struct mapping with a struct list
|
2017-08-28 14:35:50 +02:00 |
|
|
50b3529c90
|
improved mapping module to support node name prefixes
|
2017-08-28 12:48:15 +02:00 |
|
|
434fe6dbd6
|
replaced libconfig by jansson for parsing the configuration (huge commit)
|
2017-08-03 00:19:27 +02:00 |
|
|
f569f14602
|
fix: several compiler warnings / errors emitted by clang
|
2017-07-25 12:07:05 +02:00 |
|
|
49c0e9957a
|
using memdup() will invalidate pointers to the object which might have been used during _init() and _parse() calls
|
2017-07-09 14:36:09 +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
|
ee809bd5c9
|
Merge branch 'develop' into node-shm
|
2017-04-06 12:12:56 +02:00 |
|
|
9c37348d1d
|
added new hook function „map“ to remap values and add other special values to the sample (fixes #80)
|
2017-03-25 21:11:52 +01:00 |
|