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
@@ -111,9 +111,11 @@ extern "C" {
uint32_t object_instance,
float value);
#if defined(INTRINSIC_REPORTING)
/* note: header of Intrinsic_Reporting function is required
even when INTRINSIC_REPORTING is not defined */
void Analog_Input_Intrinsic_Reporting(uint32_t object_instance);
#if defined(INTRINSIC_REPORTING)
int Analog_Input_Event_Information(unsigned index,
BACNET_GET_EVENT_INFORMATION_DATA * getevent_data);