1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253 |
- #ifndef __DLT645_1997_PRIVATE_H
- #define __DLT645_1997_PRIVATE_H
- #define DL645_1997_RD_CMD_LEN 14
- #define C_1997_CODE_BRC 0x08
- #define C_1997_CODE_RD 0x01
- #define C_1997_CODE_RDM 0x02
- #define C_1997_CODE_WR 0x04
- #define C_1997_CODE_WRA 0x0A
- #define C_1997_CODE_BR 0x0C
- #define C_1997_CODE_PD 0x0F
- #define C_1997_CODE_XL 0x10
- #define C_1997_CEODE_RR 0x03
- #define ERR_1997_RATE 0x40
- #define ERR_1997_DAY 0x20
- #define ERR_1997_YEAR 0x10
- #define ERR_1997_BR 0x08
- #define ERR_1997_PD 0x04
- #define ERR_1997_DATA 0x02
- #define ERR_1997_OTHER 0x01
- #define DIC_B611 0xB611
- #define DIC_B612 0xB612
- #define DIC_B613 0xB613
- #define DIC_B691 0xB691
- #define DIC_B692 0xB692
- #define DIC_B693 0xB693
- #define DIC_B621 0xB621
- #define DIC_B622 0xB622
- #define DIC_B623 0xB623
- #define DIC_B630 0xB630
- #define DIC_B631 0xB631
- #define DIC_B632 0xB632
- #define DIC_B633 0xB633
- #define DIC_B640 0xB640
- #define DIC_B641 0xB641
- #define DIC_B642 0xB642
- #define DIC_B643 0xB643
- #define DIC_B660 0xB660
- #define DIC_B661 0xB661
- #define DIC_B662 0xB662
- #define DIC_B663 0xB663
- #endif
|