-
Notifications
You must be signed in to change notification settings - Fork 74
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
dbcppp now also takes signal multiplexed values into account (#91)
* dbcppp now also takes signal multiplexed values into account
- Loading branch information
Showing
2 changed files
with
135 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,55 @@ | ||
VERSION "Created by canmatrix and CSS Electronics (www.csselectronics.com)" | ||
|
||
|
||
NS_ : | ||
NS_DESC_ | ||
CM_ | ||
BA_DEF_ | ||
BA_ | ||
VAL_ | ||
CAT_DEF_ | ||
CAT_ | ||
FILTER | ||
BA_DEF_DEF_ | ||
EV_DATA_ | ||
ENVVAR_DATA_ | ||
SGTYPE_ | ||
SGTYPE_VAL_ | ||
BA_DEF_SGTYPE_ | ||
BA_SGTYPE_ | ||
SIG_TYPE_REF_ | ||
VAL_TABLE_ | ||
SIG_GROUP_ | ||
SIG_VALTYPE_ | ||
SIGTYPE_VALTYPE_ | ||
BO_TX_BU_ | ||
BA_DEF_REL_ | ||
BA_REL_ | ||
BA_DEF_DEF_REL_ | ||
BU_SG_REL_ | ||
BU_EV_REL_ | ||
BU_BO_REL_ | ||
SG_MUL_VAL_ | ||
|
||
BS_: | ||
|
||
BU_: | ||
|
||
|
||
BO_ 0 Msg0: 8 Vector__XXX | ||
SG_ MuxedSig0 m0 : 0|32@1+ (1,0) [0|4294967295] "" Vector__XXX | ||
SG_ MuxedSig1 m1 : 0|32@1+ (1,0) [0|4294967295] "" Vector__XXX | ||
SG_ MuxedSig2 m2 : 0|32@1+ (1,0) [0|65535] "" Vector__XXX | ||
SG_ MuxedSig3 m3 : 0|32@1+ (1,0) [0|65535] "" Vector__XXX | ||
SG_ MuxSig0 m1M : 46|1@1+ (1,0) [0|255] "" Vector__XXX | ||
SG_ MuxSig1 m2M : 46|1@1+ (1,0) [0|255] "" Vector__XXX | ||
SG_ Mux M : 47|1@1+ (1,0) [0|15] "" Vector__XXX | ||
SG_ response : 48|8@1+ (1,0) [0|15] "" Vector__XXX | ||
SG_ length : 56|8@1+ (1,0) [0|255] "" Vector__XXX | ||
|
||
SG_MUL_VAL_ 0 MuxedSig0 MuxSig0 0-0; | ||
SG_MUL_VAL_ 0 MuxedSig1 MuxSig0 1-1; | ||
SG_MUL_VAL_ 0 MuxedSig2 MuxSig1 0-0; | ||
SG_MUL_VAL_ 0 MuxedSig3 MuxSig1 1-1; | ||
SG_MUL_VAL_ 0 MuxSig0 Mux 0-0; | ||
SG_MUL_VAL_ 0 MuxSig1 Mux 1-1; |