home *** CD-ROM | disk | FTP | other *** search
- /* xycodes.h */
-
- #define XY_IDLE 101
-
- #define TX_START 201
- #define TX_NEWFILE 202
- #define TX_WAIT4_NCG 203
- #define TX_COMPUTE_PACKETS 204
- #define TX_READ_DISK 205
- #define TX_SEND_EOT 206
- #define TX_WAIT4_EOT_ACK 207
- #define TX_PREPARE_PACKET 208
- #define TX_SEND_PACKET 209
- #define TX_SEND_DATA 210
- #define TX_SEND_CHECKSUM 211
- #define TX_WAIT4_PACKET_ACK 212
- #define TX_CHECK4_RESTART 213
- #define TX_NEXT_PACKET 214
-
- #define RX_START 300
- #define RX_SEND_NCG 301
- #define RX_WAIT4_INCOMING 302
- #define RX_OPEN_FILE 303
- #define RX_READY4_PACKETS 304
- #define RX_GET_PACKET 305
- #define RX_PACKET_OK 306
- #define RX_WAIT4_SOH_STX 307
- #define RX_GET_DATA 308
- #define RX_GET_PACKET_NBR 309
- #define RX_GET_COMPLIMENT 310
- #define RX_GET_CRC 311
- #define RX_GET_2ND_CRC 312
- #define RX_TEST_CRC 313
-
- #define ONE_SEC 1000L
- #define THREE_SECS 3000L
- #define SIX_SECS 6000L
- #define TEN_SECS 10000L