Changes to clean up compile warnings

This commit is contained in:
skarg
2017-02-14 15:21:39 +00:00
parent daf346e6b2
commit bd5ec637a6
4 changed files with 17 additions and 1 deletions
+7
View File
@@ -81,6 +81,13 @@ extern "C" {
unsigned Schedule_Instance_To_Index(uint32_t instance);
void Schedule_Init(void);
void Schedule_Out_Of_Service_Set(
uint32_t object_instance,
bool value);
bool Schedule_Out_Of_Service(
uint32_t object_instance);
bool Schedule_Object_Name(uint32_t object_instance,
BACNET_CHARACTER_STRING * object_name);