Merged revision(s) 3181 from branches/releases/bacnet-stack-0-8-0:

Added BDT backup and restore to file option API. Thank you to Mario de Sousa for the patch.
........
This commit is contained in:
skarg
2018-06-10 02:25:47 +00:00
parent c7ed0b24c0
commit 9914f30a65
2 changed files with 86 additions and 1 deletions
+11
View File
@@ -143,6 +143,17 @@ extern "C" {
bool bvlc_add_bdt_entry_local(
BBMD_TABLE_ENTRY* entry);
/* Backup broadcast distribution table to a file.
* Filename is the BBMD_BACKUP_FILE constant
*/
void bvlc_bdt_backup_local(
void);
/* Restore broadcast distribution from a file.
* Filename is the BBMD_BACKUP_FILE constant
*/
void bvlc_bdt_restore_local(
void);
/* NAT handling
* If the communication between BBMDs goes through a NAT enabled internet