summaryrefslogtreecommitdiffstats
path: root/conf.d/project/etc
diff options
context:
space:
mode:
Diffstat (limited to 'conf.d/project/etc')
-rw-r--r--conf.d/project/etc/control-signal-composer.json (renamed from conf.d/project/etc/control-daemon.json)8
-rw-r--r--conf.d/project/etc/sig-demoboard.json2
2 files changed, 7 insertions, 3 deletions
diff --git a/conf.d/project/etc/control-daemon.json b/conf.d/project/etc/control-signal-composer.json
index 7a7e162..d44a8fe 100644
--- a/conf.d/project/etc/control-daemon.json
+++ b/conf.d/project/etc/control-signal-composer.json
@@ -10,15 +10,19 @@
"plugins": [
{
"uid": "low-can-callbacks",
- "ldpath": "lib/plugins",
"info": "Manage interaction with low-can service",
"basename": "low-can"
},
{
"uid": "gps-callbacks",
- "ldpath": "lib/plugins",
"info": "Manage interaction with gps service",
"basename": "gps"
+ },
+ {
+ "uid": "builtin",
+ "info": "Builtin routine for onReceived or getSignals routines",
+ "basename": "builtin",
+ "lua2c": "setSignalValueWrap"
}
],
"signals": {
diff --git a/conf.d/project/etc/sig-demoboard.json b/conf.d/project/etc/sig-demoboard.json
index bb64fe9..da64a26 100644
--- a/conf.d/project/etc/sig-demoboard.json
+++ b/conf.d/project/etc/sig-demoboard.json
@@ -26,7 +26,7 @@
"unit": "rpm",
"frequency": 1,
"onReceived": {
- "function": "builtin://defaultOnReceived"
+ "function": "plugin://defaultOnReceived"
}
},
{