Modularizando o src

Dependencies:   EALib EthernetInterface_vz mbed-rtos mbed

Fork of header_main_colinas_V0-20-09-14 by VZTECH

Revision:
78:1353744f01e1
Parent:
74:81c47fff88a5
Child:
80:61d61c9eb75c
--- a/call_box_manager.h	Tue Nov 25 18:43:01 2014 +0000
+++ b/call_box_manager.h	Tue Dec 16 12:13:01 2014 +0000
@@ -8,6 +8,13 @@
 #include "vector.h"
 #include "call_box.h"
 #include "parallelcpld.h"
+#include "utils.h"
+
+#define __SLEEP_TIME__ 45
+
+extern int max_ext;
+extern int min_ext;
+extern Timer timer_aging;
 
 /**
  * @Synopsis Busca por um determinado Call_box no vetor de Call_box usando como chave de busca o ramal.
@@ -50,6 +57,11 @@
  * ...
  * @endcode
  */
+ 
+int init_aging( void );
+ 
 void registry_aging( Vector * v_cb, uint8_t * data, uint8_t * write_buffer );
 
+void wake_all_up( Vector * v_cb, uint8_t * data, uint8_t * write_buffer );
+
 #endif
\ No newline at end of file