Changed the MS/TP state machine to cheat a little in order to make the timing contraints.

This commit is contained in:
skarg
2006-09-05 20:28:59 +00:00
parent 8e864e4e08
commit b632f158f4
3 changed files with 80 additions and 44 deletions
+1
View File
@@ -48,6 +48,7 @@
typedef struct dlmstp_packet {
bool ready; /* true if ready to be sent or received */
BACNET_ADDRESS address; /* source address */
uint8_t frame_type; /* type of message */
unsigned pdu_len; /* packet length */
uint8_t pdu[MAX_MPDU]; /* packet */
} DLMSTP_PACKET;