Skip to content

Releases: aditya00j/simulink_mavlink

Status output in decoder

03 Dec 14:51
Compare
Choose a tag to compare
  • The first port of the decoder function now gives the receipt status (1/0) for each message
  • Buffer length used in the input of the decoder function is now user-defined (earlier it corresponded to a single message)

Code reorganization

02 Dec 00:56
Compare
Choose a tag to compare

Some code reorganization for better separating generated artefacts from the original source code.

Basic release

31 Oct 07:47
cb43cc5
Compare
Choose a tag to compare

This release provides a function for automatically creating Simulink buses from MAVLink headers, and provides a template for writing the s-functions for encoding and decoding.