Added CreateObject, DeleteObject, and COV to Integer Value object (#719)
Co-authored-by: Tomasz Kazimierz Motyl <tomasz.motyl@se.com>
This commit is contained in:
@@ -71,16 +71,18 @@ extern "C" {
|
||||
uint32_t object_instance,
|
||||
BACNET_PROPERTY_VALUE * value_list);
|
||||
BACNET_STACK_EXPORT
|
||||
float Integer_Value_COV_Increment(
|
||||
uint32_t instance);
|
||||
uint32_t Integer_Value_COV_Increment(
|
||||
uint32_t object_instance);
|
||||
BACNET_STACK_EXPORT
|
||||
void Integer_Value_COV_Increment_Set(
|
||||
uint32_t instance,
|
||||
float value);
|
||||
uint32_t object_instance,
|
||||
uint32_t value);
|
||||
|
||||
|
||||
BACNET_STACK_EXPORT
|
||||
char *Integer_Value_Description(
|
||||
uint32_t instance);
|
||||
bool Integer_Value_Description(
|
||||
uint32_t object_instance,
|
||||
BACNET_CHARACTER_STRING *description);
|
||||
BACNET_STACK_EXPORT
|
||||
bool Integer_Value_Description_Set(
|
||||
uint32_t instance,
|
||||
@@ -106,6 +108,19 @@ extern "C" {
|
||||
void Integer_Value_Init(
|
||||
void);
|
||||
|
||||
BACNET_STACK_EXPORT
|
||||
uint32_t Integer_Value_Create(
|
||||
uint32_t object_instance);
|
||||
|
||||
BACNET_STACK_EXPORT
|
||||
bool Integer_Value_Delete(
|
||||
uint32_t object_instance);
|
||||
|
||||
BACNET_STACK_EXPORT
|
||||
void Integer_Value_Cleanup(void);
|
||||
|
||||
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif /* __cplusplus */
|
||||
|
||||
Reference in New Issue
Block a user