blob: beb610aaa5700adf9f5f78f4aa041cf9f91586d1 (
plain)
1
2
3
4
5
6
7
8
9
|
# Signal Composer binding: A high level signal handler
## Abstract
You will find in this documentation a presentation about Signal Composer
architecture. Signal Composer is an Application Framework binding meant to
facilitate handling signaling, by compose, divide and create new virtuals
signals from RAW signals coming from _low level_ binding that handle read/write,
encode/decode on different protocols that a car could use (CAN, LIN, Ethernet, GPS, i2c, ...).
|