Skip to content

Commit

Permalink
Add "magic numbers" info to doc and binary file format diagram (#29)
Browse files Browse the repository at this point in the history
* Add "magic bytes" info to doc and binary file format diagram

* replace "magic bytes" for "magicNumbers". Remove "Magic numbers" as a section in the README.md

* undo "Magin numbers" section
  • Loading branch information
agnusmor authored Sep 21, 2023
1 parent 3365577 commit 480fd21
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ At the beginning of the file there are the following magic bytes (file signature

#### Header entry format

>u8 packetType=1
>u32 headerLength=29
>u8 packetType = 1
>u32 headerLength = 29
>u64 streamType // 1:Sequencer
>u64 totalLength // Total bytes used in the file
>u64 totalEntries // Total number of data entries
Expand Down
Binary file modified doc/data-streamer-bin-file.drawio.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 480fd21

Please sign in to comment.