Cleaned up BACnet Double.

This commit is contained in:
skarg
2008-11-12 15:40:58 +00:00
parent c7a5c05ac7
commit 9a2be11f27
3 changed files with 14 additions and 4 deletions
-2
View File
@@ -87,7 +87,6 @@ int bacapp_encode_application_data(
#endif
#if defined (BACAPP_DOUBLE)
case BACNET_APPLICATION_TAG_DOUBLE:
/* FIXME: double is not implemented yet. */
apdu_len =
encode_application_double(&apdu[0], value->type.Double);
break;
@@ -326,7 +325,6 @@ int bacapp_encode_context_data_value(
#endif
#if defined (BACAPP_DOUBLE)
case BACNET_APPLICATION_TAG_DOUBLE:
/* FIXME: double is not implemented yet. */
apdu_len =
encode_context_double(&apdu[0], context_tag_number,
value->type.Double);