Fixed headers when built without Intrinsic Reporting.

This commit is contained in:
k001a
2011-08-11 20:21:18 +00:00
parent 5f952312a8
commit c2282c5aad
7 changed files with 24 additions and 13 deletions
+3 -1
View File
@@ -45,7 +45,8 @@ typedef enum {
} NC_RECIPIENT_TYPE;
/* BACnetRecipient sructuer*/
#if defined(INTRINSIC_REPORTING)
/* BACnetRecipient structure */
/*
BACnetRecipient ::= CHOICE {
device [0] BACnetObjectIdentifier,
@@ -126,6 +127,7 @@ typedef struct Ack_Notification {
BACNET_EVENT_NOTIFICATION_DATA * event_data);
void Notification_Class_find_recipient(void);
#endif /* defined(INTRINSIC_REPORTING) */
#ifdef __cplusplus