Skip to content

Commit

Permalink
Make msb lsm signed
Browse files Browse the repository at this point in the history
  • Loading branch information
jr1221 authored Dec 5, 2024
1 parent 40f07ee commit c1dd60c
Showing 1 changed file with 49 additions and 25 deletions.
74 changes: 49 additions & 25 deletions cangen/can-messages/msb.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,13 +52,16 @@
},
"points": [
{
"size": 16
"size": 16,
"signed": true
},
{
"size": 16
"size": 16,
"signed": true
},
{
"size": 16
"size": 16,
"signed": true
}
]
}
Expand All @@ -80,13 +83,16 @@
"unit": "",
"points": [
{
"size": 16
"size": 16,
"signed": true
},
{
"size": 16
"size": 16,
"signed": true
},
{
"size": 16
"size": 16,
"signed": true
}
]
}
Expand Down Expand Up @@ -237,13 +243,16 @@
},
"points": [
{
"size": 16
"size": 16,
"signed": true
},
{
"size": 16
"size": 16,
"signed": true
},
{
"size": 16
"size": 16,
"signed": true
}
]
}
Expand All @@ -265,13 +274,16 @@
},
"points": [
{
"size": 16
"size": 16,
"signed": true
},
{
"size": 16
"size": 16,
"signed": true
},
{
"size": 16
"size": 16,
"signed": true
}
]
}
Expand Down Expand Up @@ -422,13 +434,16 @@
},
"points": [
{
"size": 16
"size": 16,
"signed": true
},
{
"size": 16
"size": 16,
"signed": true
},
{
"size": 16
"size": 16,
"signed": true
}
]
}
Expand All @@ -450,13 +465,16 @@
},
"points": [
{
"size": 16
"size": 16,
"signed": true
},
{
"size": 16
"size": 16,
"signed": true
},
{
"size": 16
"size": 16,
"signed": true
}
]
}
Expand Down Expand Up @@ -607,13 +625,16 @@
},
"points": [
{
"size": 16
"size": 16,
"signed": true
},
{
"size": 16
"size": 16,
"signed": true
},
{
"size": 16
"size": 16,
"signed": true
}
]
}
Expand All @@ -635,13 +656,16 @@
},
"points": [
{
"size": 16
"size": 16,
"signed": true
},
{
"size": 16
"size": 16,
"signed": true
},
{
"size": 16
"size": 16,
"signed": true
}
]
}
Expand Down Expand Up @@ -739,4 +763,4 @@
}
]
}
]
]

0 comments on commit c1dd60c

Please sign in to comment.