Modularizando o src

Dependencies:   EALib EthernetInterface_vz mbed-rtos mbed

Fork of header_main_colinas_V0-20-09-14 by VZTECH

Revision:
77:e8c0253b57bc
Parent:
76:9f5f99dd895a
Child:
78:1353744f01e1
--- a/sip.h	Tue Nov 25 17:37:56 2014 +0000
+++ b/sip.h	Tue Nov 25 18:43:01 2014 +0000
@@ -542,11 +542,10 @@
         void send_unregistry_pkg( void );
     
         /**
-         * @Synopsis Retorna o status atual do objeto
+         * @Synopsis 
          *
-         * @return O valor correspondente ao status do objeto
+         * @return 
          */
-        int get_status( void );
-        void sip_set_status( uint8_t status );
+        uint8_t get_status( void );
 };
 #endif
\ No newline at end of file