Modularizando o src

Dependencies:   EALib EthernetInterface_vz mbed-rtos mbed

Fork of header_main_colinas_V0-20-09-14 by VZTECH

Revision:
109:a5b8264ffbbc
Parent:
105:a930035b6556
Child:
113:db67ae00550e
diff -r 18a3702650f3 -r a5b8264ffbbc call.h
--- a/call.h	Wed Mar 18 13:33:54 2015 +0000
+++ b/call.h	Tue Apr 07 14:27:44 2015 +0000
@@ -203,7 +203,7 @@
                  * ...
                  * @endcode
                  */
-//        uint8_t * build_cb_package( void );
+        uint8_t * build_cb_package( void );
 
                 /**
                  * @Synopsis Responsavel por efetivamente montar o pacote que será enviado via rede.
@@ -275,6 +275,8 @@
         bool cbx_pkg_is_idle( void );
         void init_cbx_pkg_idle_timer( void );
         int get_elapsed_time( void );
-        void reconnect( void );
+        int print_yourself ( void );
+        void * check_rtp ( void );
+        int rtp_print_yourself ( void );
 };
 #endif
\ No newline at end of file