Modularizando o src

Dependencies:   EALib EthernetInterface_vz mbed-rtos mbed

Fork of header_main_colinas_V0-20-09-14 by VZTECH

Revision:
81:3656f00ab3db
Parent:
78:1353744f01e1
Child:
85:b6f2dc1d0f4f
--- a/call_box.h	Tue Dec 16 19:34:30 2014 +0000
+++ b/call_box.h	Tue Dec 30 12:37:40 2014 +0000
@@ -59,6 +59,8 @@
         uint8_t msg_id;
         uint8_t timeslice;
         uint8_t next_aging_type;
+        bool invite_response;
+        bool bye_response;
         
         Timer seconds;
         
@@ -368,5 +370,13 @@
         void cb_set_status( uint8_t status );
         
         int8_t get_next_aging_type( void );
+        
+        void set_invite_response_ok( void );
+        void set_invite_response_pending( void );
+        bool get_invite_response( void );
+        
+        void set_bye_response_ok( void );
+        void set_bye_response_pending( void );
+        bool get_bye_response( void );
 };
 #endif
\ No newline at end of file