Merge branch 'mueller/dle-improvements' into mueller/master
This commit is contained in:
commit
7572d3f7cd
@ -26,8 +26,8 @@
|
|||||||
* 2. Non-escaped variant
|
* 2. Non-escaped variant
|
||||||
*
|
*
|
||||||
* The encoded stream starts with DLE STX and ends with DLE ETX. All DLE occurrences in the stream
|
* The encoded stream starts with DLE STX and ends with DLE ETX. All DLE occurrences in the stream
|
||||||
* are escaped with DLE. If the received detects a DLE char, it needs to read the next char
|
* are escaped with DLE. If the receiver detects a DLE char, it needs to read the next char
|
||||||
* and to determine whether a start (STX) or end (ETX) of a frame has been detected.
|
* to determine whether a start (STX) or end (ETX) of a frame has been detected.
|
||||||
*/
|
*/
|
||||||
class DleEncoder: public HasReturnvaluesIF {
|
class DleEncoder: public HasReturnvaluesIF {
|
||||||
public:
|
public:
|
||||||
|
Loading…
Reference in New Issue
Block a user