#include "asctec_autopilot/crc16.h"
Go to the source code of this file.
Namespaces | |
namespace | asctec |
Functions | |
unsigned short | asctec::crc16 (void *data, unsigned short cnt) |
unsigned short | asctec::crc_update (unsigned short crc, unsigned char data) |
bool | asctec::crc_valid (unsigned short packet_crc, void *data, unsigned short cnt) |