#include "Qt.h" [code]
#include "Cobs.h" [code]
Include dependency graph for Cobs.cpp:

Go to the source code of this file.
Defines | |
| #define | FinishBlock(X) (*code_ptr = (X), code_ptr = dst++, code = 0x01) |
Functions | |
| QByteArray | Utils::Encodings::Cobs::encode (const QByteArray &rawData) |
| Performs COBS encoding. | |
| QByteArray | Utils::Encodings::Cobs::decode (const QByteArray &rawData) |
| Performs COBS decoding. | |
|
|
|