Converted SilenceTimer on MS/TP datalink to be a function so that it can be atomic on 8-bit microcontrollers.

This commit is contained in:
skarg
2007-08-19 12:30:51 +00:00
parent 53f2fc3f35
commit eabe6dee96
17 changed files with 242 additions and 121 deletions
-3
View File
@@ -60,9 +60,6 @@ extern "C" {
bool dlmstp_init(char *ifname);
void dlmstp_cleanup(void);
/* address of the 16-bit timer. Update it in an ISR or Task. */
volatile uint16_t *dlmstp_millisecond_timer_address(void);
/* returns number of bytes sent on success, negative on failure */
int dlmstp_send_pdu(BACNET_ADDRESS * dest, /* destination address */
BACNET_NPDU_DATA * npdu_data, /* network information */