I checked high binding source, and found out high-can can only connected with low-can. afb_daemon_require_api("low-can", 1);
Please help me with it. Should high viwi support mutli low level bindings.
Environment
None
Activity
Walt Miner
May 23, 2019 at 10:14 PM
@Romain Forlot Is this still open or can it be closed?
Romain Forlot
September 11, 2017 at 7:27 AM
Got it.
Xin Zhou
September 11, 2017 at 12:02 AM
Hi, @Romain Forlot
Thanks a lot.
Now we are focus on other project for a while, so don't hurry for this.
Romain Forlot
September 9, 2017 at 2:46 PM
Some investigation has been done in branch "claneys-dev" following that but nothing finalized yet. This feature has been moved to afb-signal-composer then I will make high-viwi compatible with it.
Idea is to make a binding that can connect to several signals sources and still flexible, using configuration file and dynamics virtual signal definitions.
In a first time, if you are in hurry, I could make a dirty patch but this will be temporary and regression will happens once the signal composer is finished.
Jose Bollo
September 6, 2017 at 8:27 AM
I assigned the file to Romain that is actively focused on that particular topic
Fixed
Details
Assignee
Romain Forlot
Romain Forlot
Reporter
Xin Zhou
Xin Zhou
Labels
Due date
Aug 31, 2017
Priority
Major
Created July 7, 2017 at 1:09 AM
Updated June 10, 2019 at 2:53 PM
Resolved June 10, 2019 at 2:53 PM
Flag notifications
Something's gone wrong
Looks like you've been signed out. Try logging in again.
Something's gone wrong
Looks like you've been signed out. Try logging in again.
Right now I'm creating a new binding to connect usb wheel, and give data to application. I want use the High-Low-Can model like this.
<vehicle can> — <low binding>
--- <high viwi binding> — <application>
<usb wheel> — <wheel binding>
I checked high binding source, and found out high-can can only connected with low-can.
afb_daemon_require_api("low-can", 1);
Please help me with it. Should high viwi support mutli low level bindings.