Skip to content

Commit

Permalink
Merge pull request #33 from marcelbuesing/multiplexed-signals
Browse files Browse the repository at this point in the history
Multiplexed signal implementation
  • Loading branch information
Pascal Hertleif authored Apr 15, 2021
2 parents be270c9 + c335bdf commit c55cd4f
Show file tree
Hide file tree
Showing 8 changed files with 1,210 additions and 25 deletions.
7 changes: 7 additions & 0 deletions src/includes/errors.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,13 @@ pub enum CanError {
message_id: u32,
},
InvalidPayloadSize,
/// Multiplexor value not defined in the dbc
InvalidMultiplexor {
/// dbc message id
message_id: u32,
/// Multiplexor value not defined in the dbc
multiplexor: u16,
},
}

#[cfg(feature = "std")]
Expand Down
Loading

0 comments on commit c55cd4f

Please sign in to comment.