Modularizando o src

Dependencies:   EALib EthernetInterface_vz mbed-rtos mbed

Fork of header_main_colinas_V0-20-09-14 by VZTECH

Revision:
132:05cd37f7e007
Parent:
126:1f90756250fb
Child:
135:2f4290590e51
--- a/call_box.h	Tue Jul 21 20:03:35 2015 +0000
+++ b/call_box.h	Tue Sep 01 17:21:11 2015 +0000
@@ -12,6 +12,8 @@
 #include <stdint.h>
 #include "object.h"
 #include "sip.h"
+%: include "config_manager.h"
+%: include "shared_variables.h"
 
 const int __RESQUEST_TIME__ = 3;
 
@@ -86,6 +88,7 @@
         uint8_t  invite_try_number;
         
         uint16_t invite_retry_count;
+        uint16_t invite_counter;
         
         //FIXME remove timeout
         float timeout;
@@ -397,6 +400,12 @@
         void update_time ( void );
         
         Sip * get_sip ( void );
+        
+        uint16_t get_invite_counter ( void );
+        
+        uint16_t update_invite_counter ( void );
+        
+        int update ( void );
 };
 
 #endif
\ No newline at end of file