nasa / fpp

F Prime Prime: A modeling language for F Prime
https://fprime.jpl.nasa.gov
Apache License 2.0
49 stars 31 forks source link

Add a raw record type #246

Closed bocchino closed 1 year ago

bocchino commented 1 year ago

The keyword raw in place of a record type can indicate a record that stores data as a size s followed by an array of s bytes. This pattern is useful for storing images and other raw byte data.

bocchino commented 1 year ago

Done in commit 2125a4240d42ef477faf9cc323d2decdebf1c61f.