DLE encoder doc added #177

Merged
gaisser merged 10 commits from KSat/fsfw:mueller/dledoc into master 2020-09-15 15:01:10 +02:00
Owner

DLE was successfully integrated in SOURCE as the first transport layer for RS232 communication.
I added some documentation.

DLE was successfully integrated in SOURCE as the first transport layer for RS232 communication. I added some documentation.
muellerr added the
Documentation
label 2020-08-26 17:44:39 +02:00
gaisser reviewed 2020-08-26 20:01:29 +02:00
@ -12,3 +33,1 @@
static const uint8_t STX = 0x02;
static const uint8_t ETX = 0x03;
static const uint8_t DLE = 0x10;
static constexpr uint8_t INTERFACE_ID = CLASS_ID::DLE_ENCODER;
Owner

The CLASS_ID::DLE_ENCODER is not part of this pull request. Am I missing something here?

The CLASS_ID::DLE_ENCODER is not part of this pull request. Am I missing something here?
Author
Owner

Ah, you're not, I introduced return values. I will also supply the updated class ID list

Ah, you're not, I introduced return values. I will also supply the updated class ID list
gaisser marked this conversation as resolved
gaisser self-assigned this 2020-08-26 20:01:48 +02:00
muellerr changed title from DLE encoder doc added to WIP: DLE encoder doc added 2020-08-26 21:27:18 +02:00
muellerr changed title from WIP: DLE encoder doc added to DLE encoder doc added 2020-09-04 16:54:18 +02:00
gaisser reviewed 2020-09-08 14:31:06 +02:00
@ -67,0 +67,4 @@
DLE_ENCODER, //DLEE 61
PUS_PARSER, //PUSP 62
SERIAL_ANALYZER, //SERA 63
PUS_SERVICE_9, // PUS9 64
Owner

What are those additional Ids?

What are those additional Ids?
gaisser merged commit 4c17ef7be5 into master 2020-09-15 15:01:07 +02:00
gaisser deleted branch mueller/dledoc 2020-09-15 15:01:11 +02:00
Sign in to join this conversation.
No description provided.