blob: 04dfcb2aa117ec717f42ff1e311feeb1bd2cd8f8 (
plain)
1
2
3
4
5
6
7
8
9
10
|
# 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, ...).
|