|
Agora
1.2.0
Agora project
|


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) |
| #define CRCSEED (0) |
| #define G_CRC_24A (0x1864CFBu;) |