Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | msgblock: Add clock estimation helper functions | Kevin O'Connor | 2021-06-09 | 1 | -0/+26 |
| | | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net> | ||||
* | msgblock: Add msgblock_decode() | Kevin O'Connor | 2021-06-09 | 1 | -0/+33 |
| | | | | | | | Add function that can parse a simple VLQ encoded message to an array of integers. Signed-off-by: Kevin O'Connor <kevin@koconnor.net> | ||||
* | msgblock: Move message manipulation code from serialqueue.c to new msgblock.c | Kevin O'Connor | 2021-06-09 | 1 | -0/+150 |
Signed-off-by: Kevin O'Connor <kevin@koconnor.net> |