Updated vendor name and ID to use the one specified in config.h or DEFINED.

This commit is contained in:
skarg
2007-08-24 00:33:34 +00:00
parent 4c8b5b5262
commit b41f8709d8
6 changed files with 9 additions and 26 deletions
+3
View File
@@ -26,6 +26,9 @@
#if !defined(BACNET_VENDOR_ID)
#define BACNET_VENDOR_ID 260
#endif
#if !defined(BACNET_VENDOR_NAME)
#define BACNET_VENDOR_NAME "BACnet Stack at SourceForge"
#endif
/* Max number of bytes in an APDU. */
/* Typical sizes are 50, 128, 206, 480, 1024, and 1476 octets */