

Go to the source code of this file.
Namespaces | |
| namespace | msp |
Functions | |
| int16_t | msp::deserialise_int16 (const ByteVector &data, const size_t start) |
| int32_t | msp::deserialise_int32 (const ByteVector &data, const size_t start) |
| uint16_t | msp::deserialise_uint16 (const ByteVector &data, const size_t start) |
| uint32_t | msp::deserialise_uint32 (const ByteVector &data, const size_t start) |
| void | msp::serialise_int16 (const int16_t val, ByteVector &data) |
| void | msp::serialise_uint16 (const uint16_t val, ByteVector &data) |
| void | msp::serialise_uint32 (const uint32_t val, ByteVector &data) |