Fixed AI header when built without Intrinsic Reporting.
This commit is contained in:
@@ -31,7 +31,11 @@
|
|||||||
#include "bacdef.h"
|
#include "bacdef.h"
|
||||||
#include "rp.h"
|
#include "rp.h"
|
||||||
#include "wp.h"
|
#include "wp.h"
|
||||||
|
#if defined(INTRINSIC_REPORTING)
|
||||||
#include "nc.h"
|
#include "nc.h"
|
||||||
|
#include "getevent.h"
|
||||||
|
#include "alarm_ack.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
extern "C" {
|
extern "C" {
|
||||||
@@ -61,9 +65,6 @@ extern "C" {
|
|||||||
#endif
|
#endif
|
||||||
} ANALOG_INPUT_DESCR;
|
} ANALOG_INPUT_DESCR;
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
void Analog_Input_Property_Lists(
|
void Analog_Input_Property_Lists(
|
||||||
const int **pRequired,
|
const int **pRequired,
|
||||||
const int **pOptional,
|
const int **pOptional,
|
||||||
@@ -110,6 +111,7 @@ extern "C" {
|
|||||||
uint32_t object_instance,
|
uint32_t object_instance,
|
||||||
float value);
|
float value);
|
||||||
|
|
||||||
|
#if defined(INTRINSIC_REPORTING)
|
||||||
void Analog_Input_Intrinsic_Reporting(uint32_t object_instance);
|
void Analog_Input_Intrinsic_Reporting(uint32_t object_instance);
|
||||||
|
|
||||||
int Analog_Input_Event_Information(unsigned index,
|
int Analog_Input_Event_Information(unsigned index,
|
||||||
@@ -117,6 +119,7 @@ extern "C" {
|
|||||||
|
|
||||||
int Analog_Input_Alarm_Ack(BACNET_ALARM_ACK_DATA * alarmack_data,
|
int Analog_Input_Alarm_Ack(BACNET_ALARM_ACK_DATA * alarmack_data,
|
||||||
BACNET_ERROR_CODE * error_code);
|
BACNET_ERROR_CODE * error_code);
|
||||||
|
#endif
|
||||||
|
|
||||||
void Analog_Input_Init(
|
void Analog_Input_Init(
|
||||||
void);
|
void);
|
||||||
|
|||||||
Reference in New Issue
Block a user