Agora  1.2.0
Agora project
crc.h File Reference
#include <cstdint>
#include "message.h"
Include dependency graph for crc.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  DoCRC
 

Macros

#define G_CRC_24A   (0x1864CFBu;)
 
#define CRCSEED   (0)
 
#define LO(x)   (unsigned char)((x)&0xff)
 
#define MID(x)   (unsigned char)(((x) >> 8) & 0xff)
 
#define HI(x)   (unsigned char)(((x) >> 16) & 0xff)
 

Macro Definition Documentation

◆ CRCSEED

#define CRCSEED   (0)

◆ G_CRC_24A

#define G_CRC_24A   (0x1864CFBu;)

◆ HI

#define HI (   x)    (unsigned char)(((x) >> 16) & 0xff)

◆ LO

#define LO (   x)    (unsigned char)((x)&0xff)

◆ MID

#define MID (   x)    (unsigned char)(((x) >> 8) & 0xff)