-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
cff79ae
commit 45ebdc5
Showing
6 changed files
with
89 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
|
||
|
||
|
||
signals [index count] | ||
|
||
double signal[] | ||
uint64_t value[] // value (encoded, to be packed) | ||
double factor[] // encoding factor | ||
int64_t offset[] // encoding offset | ||
uint64_t min[] // encoding min (or apply at signal) | ||
uint64_t max[] // encoding max (or apply at signal) | ||
uint64_t shift[] // packing shift | ||
uint64_t mask[] // packing mask | ||
uint8_t endian[] // packing algo | ||
uint8_t type[] // type of value (uint8_t ... float, double, map) | ||
hash map{value -> value ??} | ||
|
||
messages [index count] | ||
|
||
uint64_t offset[] // offset to signals | ||
uint64_t count[] // count of signals (in this message) | ||
uint8_t packed[] // packed message | ||
uint8_t rx_update[] // indicate rx (or use checksum) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.