Fixed bad merge of bo.h functions.
This commit is contained in:
@@ -117,14 +117,17 @@ extern "C" {
|
|||||||
void Binary_Output_Change_Of_Value_Clear(
|
void Binary_Output_Change_Of_Value_Clear(
|
||||||
uint32_t instance);
|
uint32_t instance);
|
||||||
|
|
||||||
|
int Binary_Output_Read_Property(
|
||||||
|
BACNET_READ_PROPERTY_DATA * rpdata);
|
||||||
|
bool Binary_Output_Write_Property(
|
||||||
|
BACNET_WRITE_PROPERTY_DATA * wp_data);
|
||||||
|
|
||||||
bool Binary_Output_Create(
|
bool Binary_Output_Create(
|
||||||
uint32_t object_instance);
|
uint32_t object_instance);
|
||||||
bool Binary_Output_Delete(
|
bool Binary_Output_Delete(
|
||||||
uint32_t object_instance);
|
uint32_t object_instance);
|
||||||
void Binary_Output_Cleanup(
|
void Binary_Output_Cleanup(
|
||||||
void);
|
void);
|
||||||
bool Binary_Output_Write_Property(
|
|
||||||
BACNET_WRITE_PROPERTY_DATA * wp_data);
|
|
||||||
|
|
||||||
#ifdef TEST
|
#ifdef TEST
|
||||||
#include "ctest.h"
|
#include "ctest.h"
|
||||||
|
|||||||
Reference in New Issue
Block a user