#include "APM_BinComm.h"
#include "WProgram.h"
Go to the source code of this file.
Defines | |
#define | DEC_MESSAGE_TIMEOUT 1000 |
inter-byte timeout for decode (ms) | |
decoder state machine phases | |
#define | DEC_WAIT_P1 0 |
#define | DEC_WAIT_P2 1 |
#define | DEC_WAIT_HEADER 2 |
#define | DEC_WAIT_MESSAGE 3 |
#define | DEC_WAIT_SUM_A 4 |
#define | DEC_WAIT_SUM_B 5 |
#define DEC_MESSAGE_TIMEOUT 1000 |
inter-byte timeout for decode (ms)
Definition at line 45 of file APM_BinComm.cpp.
#define DEC_WAIT_HEADER 2 |
Definition at line 37 of file APM_BinComm.cpp.
#define DEC_WAIT_MESSAGE 3 |
Definition at line 38 of file APM_BinComm.cpp.
#define DEC_WAIT_P1 0 |
Definition at line 35 of file APM_BinComm.cpp.
#define DEC_WAIT_P2 1 |
Definition at line 36 of file APM_BinComm.cpp.
#define DEC_WAIT_SUM_A 4 |
Definition at line 39 of file APM_BinComm.cpp.
#define DEC_WAIT_SUM_B 5 |
Definition at line 40 of file APM_BinComm.cpp.