Fixed missing BACNET_STACK_EXPORT macro for PositiveInteger_Value_Count() function declaration (#1273)
Signed-off-by: kimhyeongjun <hjun1.kim@samsung.com>
This commit is contained in:
@@ -38,6 +38,7 @@ void PositiveInteger_Value_Writable_Property_List(
|
|||||||
|
|
||||||
BACNET_STACK_EXPORT
|
BACNET_STACK_EXPORT
|
||||||
bool PositiveInteger_Value_Valid_Instance(uint32_t object_instance);
|
bool PositiveInteger_Value_Valid_Instance(uint32_t object_instance);
|
||||||
|
BACNET_STACK_EXPORT
|
||||||
unsigned PositiveInteger_Value_Count(void);
|
unsigned PositiveInteger_Value_Count(void);
|
||||||
BACNET_STACK_EXPORT
|
BACNET_STACK_EXPORT
|
||||||
uint32_t PositiveInteger_Value_Index_To_Instance(unsigned index);
|
uint32_t PositiveInteger_Value_Index_To_Instance(unsigned index);
|
||||||
|
|||||||
Reference in New Issue
Block a user