Binary manipulation functions
Definition in file BinUtils.cpp.
#include "BinUtils.hpp"
Go to the source code of this file.
Namespaces | |
gnsstk | |
For Sinex::InputHistory. | |
gnsstk::BinUtils | |
Variables | |
const CRCParam | gnsstk::BinUtils::CRC16 (16, 0x8005, 0, 0, true, true, true) |
CRC-16 parameters. More... | |
const CRCParam | gnsstk::BinUtils::CRC24Q (24, 0x823ba9, 0, 0xffffff, true, false, false) |
CRC-24Q parameters. More... | |
const CRCParam | gnsstk::BinUtils::CRC32 (32, 0x4c11db7, 0xffffffff, 0xffffffff, true, true, true) |
CRC-32 parameters. More... | |
const CRCParam | gnsstk::BinUtils::CRCCCITT (16, 0x1021, 0xffff, 0, true, false, false) |
CCITT CRC parameters. More... | |
const CRCParam | gnsstk::BinUtils::CRCGLOL3 (24, 0xc3267d, 0, 0xffffff, true, false, false) |
GLONASS CDMA L3 CRC parameters. More... | |