Include dependency graph for Cobs.h:

Go to the source code of this file.
Namespaces | |
| namespace | Utils |
| namespace | Utils::Encodings |
| namespace | Utils::Encodings::Cobs |
Functions | |
| QByteArray | Utils::Encodings::Cobs::encode (const QByteArray &rawData) |
| Performs COBS encoding. | |
| QByteArray | Utils::Encodings::Cobs::decode (const QByteArray &rawData) |
| Performs COBS decoding. | |