|
baddec2228
|
fix a lot of small bugs
|
2020-09-10 17:41:30 +02:00 |
|
|
6b4e9bbcbd
|
mapping: fix intialization
|
2020-09-10 17:41:30 +02:00 |
|
|
f5e74e3dbf
|
path: remove path_uses_node()
|
2020-09-10 17:41:30 +02:00 |
|
|
9b5b7b6947
|
node: add struct vnode::{sources,destinations}
|
2020-09-10 17:41:30 +02:00 |
|
|
13b7b6cc2f
|
node: make struct vnode::enabled a boolean
|
2020-09-10 17:41:29 +02:00 |
|
|
88ef85844d
|
loopback_internal: add new node-type for internal loopback
|
2020-09-10 17:41:29 +02:00 |
|
|
a9eb2c1d67
|
mapping: rewrote using std::regex
|
2020-09-10 17:41:29 +02:00 |
|
|
4b58305c5b
|
refactor regex constants
|
2020-09-10 17:41:29 +02:00 |
|
|
6411fc5ca7
|
warn about unused return values for *_{init,destroy}() functions
|
2020-09-10 17:41:29 +02:00 |
|
|
b467169d3c
|
node: refactore constant for node name regex
|
2020-09-10 17:40:38 +02:00 |
|
|
b6201287d9
|
loopback: do not copy samples to internal pool
|
2020-09-10 17:40:37 +02:00 |
|
|
1e73500c75
|
path: use internal loopback nodes to allow nodes to be used as sources by multiple paths
|
2020-09-10 17:40:37 +02:00 |
|
|
33ceb2f46c
|
path: add dedicated functions for path_{source,destination}_prepare()
|
2020-09-10 17:40:36 +02:00 |
|
|
3c13f67930
|
refactor: struct node -> struct vnode
|
2020-09-10 17:40:36 +02:00 |
|
|
01309de280
|
api: next iteration of new API code
|
2020-08-25 20:27:26 +02:00 |
|
|
b552fbe47f
|
node: use regex to check node name
|
2020-08-25 20:24:46 +02:00 |
|
|
2f29e30c33
|
add {node,path,hook_list}_to_json()
|
2020-08-25 20:24:18 +02:00 |
|
|
57f570d9b0
|
list: use new lookup methods
|
2020-08-25 20:22:19 +02:00 |
|
|
bbcfab1721
|
ngsi: fix segfaults caused by missing multithreading primitives
|
2020-08-24 21:02:40 +02:00 |
|
|
efe2f52e60
|
fixes for signal generator
|
2020-08-21 15:21:09 +02:00 |
|
Manuel Pitz
|
328b077956
|
first working version of signal generator
|
2020-08-21 14:02:30 +02:00 |
|
Manuel Pitz
|
ecd5ed1a6f
|
Add node pulse to signal generator
|
2020-08-21 13:40:49 +02:00 |
|
|
bfe60465f5
|
signal-generator: add support for configuring different paramenters for each generated signal value
|
2020-08-19 14:14:40 +02:00 |
|
|
d96afb3b13
|
api: final bug fixes for v2
|
2020-08-17 17:41:50 +02:00 |
|
|
a42315585b
|
api: second batch of changes for new API version
|
2020-08-17 17:30:21 +02:00 |
|
|
d7bfb4d896
|
hook: add getter for hook config
|
2020-08-17 17:30:21 +02:00 |
|
|
c48e6718dc
|
signal: all signal_to_json()
|
2020-08-17 17:30:21 +02:00 |
|
|
b58573f123
|
api: rewrite API to v2
|
2020-08-17 17:30:21 +02:00 |
|
|
c191b15809
|
path: add UUID
|
2020-08-17 17:30:21 +02:00 |
|
|
f8c3ec3647
|
ngsi: rewrite NGSI/FIWARE OCB node-type using C++ primitives
|
2020-08-17 12:52:08 +02:00 |
|
|
af1bb4af9d
|
ngsi: rewrite signal and attribute mapping based on new signal code
|
2020-08-14 15:00:57 +02:00 |
|
|
ff25a2a02c
|
file: allow specifiying offset within file
|
2020-07-16 14:20:58 +02:00 |
|
|
33eef47f97
|
can: align code to VILLASnode coding-style
|
2020-07-09 07:25:36 +02:00 |
|
|
06fc6ed6ed
|
can: reduce includes to the required minimum
|
2020-07-09 07:25:36 +02:00 |
|
|
5df815765a
|
can: fix authors
|
2020-07-09 07:25:36 +02:00 |
|
|
208fc1843a
|
can: remove unused callbacks
|
2020-07-09 07:25:36 +02:00 |
|
Niklas Eiling
|
c4b21e5f26
|
can: add to_raw conversion and fix data conversions in can_write
|
2020-07-09 07:25:35 +02:00 |
|
Niklas Eiling
|
e3e1ecda2d
|
can: add function that converts arbitrary sized can data to union signal_data
|
2020-07-09 07:25:35 +02:00 |
|
Niklas Eiling
|
0235cc1190
|
can: allow out configuration to not contain name field. Order signals as in the config file instead of searching by name
|
2020-07-09 07:25:35 +02:00 |
|
Niklas Eiling
|
bf337ec2a3
|
can: implement config parsing and reading from can bus
|
2020-07-09 07:25:33 +02:00 |
|
Niklas Eiling
|
707e0e5175
|
can: add basic functionality for socketcan nodetype
|
2020-07-09 07:25:33 +02:00 |
|
|
5b1cda7a89
|
can: inital code skeleton
|
2020-07-09 07:25:33 +02:00 |
|
|
947a7de83c
|
code-style improvements
|
2020-07-08 13:43:15 +02:00 |
|
|
38d2b84687
|
signal: last bug fixes for output signal api
|
2020-07-06 14:03:45 +02:00 |
|
|
1f39d1bca0
|
signal: split signal related code into separate files
|
2020-07-06 14:03:45 +02:00 |
|
|
0252ee7d98
|
path: remove obsolete function prototype
|
2020-07-06 14:03:44 +02:00 |
|
|
86d7f91eb5
|
path: dump signal list during startup
|
2020-07-06 14:03:44 +02:00 |
|
|
6f72bc832c
|
api: expose output signals via API
|
2020-07-06 14:03:43 +02:00 |
|
|
a1d9fca94b
|
config: add missing include
|
2020-07-06 13:32:07 +02:00 |
|
|
4d18b0e9df
|
config: enable subsitution of environment variables and resolvement of @include directives
|
2020-07-06 13:25:12 +02:00 |
|