Definition in file BinUtils.cpp.
#include "BinUtils.hpp"
Include dependency graph for BinUtils.cpp:

Go to the source code of this file.
Namespaces | |
| namespace | gpstk |
| namespace | gpstk::BinUtils |
Variables | |
| const CRCParam | CRCCCITT (16, 0x1021, 0xffff, 0, true, false, false) |
| const CRCParam | CRC16 (16, 0x8005, 0, 0, true, true, true) |
| const CRCParam | CRC32 (32, 0x4c11db7, 0xffffffff, 0xffffffff, true, true, true) |
| const CRCParam | CRC24Q (24, 0x823ba9, 0, 0xffffffff, true, false, false) |
1.3.9.1