Added init functions to object header files. Finished refactoring the demo read and write property handlers to use function tables.
This commit is contained in:
@@ -55,7 +55,6 @@ typedef struct BACnet_Write_Property_Data {
|
||||
|
||||
typedef bool (*write_property_function) (
|
||||
BACNET_WRITE_PROPERTY_DATA * wp_data,
|
||||
uint8_t * service_request,
|
||||
BACNET_ERROR_CLASS * error_class,
|
||||
BACNET_ERROR_CODE * error_code);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user