Changed WhoHas and I-Have to use CharacterString instead of forcing ANSI X34 and C Strings. Affected all demos and ports object name, so I changed the object name function name to make sure it was noticed.

This commit is contained in:
skarg
2011-03-24 16:53:02 +00:00
parent 75d88abf77
commit deab12a5e1
74 changed files with 1566 additions and 850 deletions
+2 -2
View File
@@ -85,10 +85,10 @@ void bacnet_init(
dlmstp_init(NULL);
if (!seeprom_version_test()) {
/* invalid version data */
/* do something when SEEPROM is invalid - i.e. init to defaults */
}
/* initialize objects */
Device_Init();
Device_Init(NULL);
/* set up our confirmed service unrecognized service handler - required! */
apdu_set_unrecognized_service_handler_handler