Modularizando o src

Dependencies:   EALib EthernetInterface_vz mbed-rtos mbed

Fork of header_main_colinas_V0-20-09-14 by VZTECH

Revision:
135:2f4290590e51
Parent:
134:395678c651d8
--- a/shared_variables.cpp	Tue Sep 01 19:34:34 2015 +0000
+++ b/shared_variables.cpp	Thu Sep 10 20:11:35 2015 +0000
@@ -2,6 +2,10 @@
 
 ConfigManager * cm = new ConfigManager ();
 
+uint16_t u16Who_is_your_pair = 0;
+
+bool boolWho_is_your_pair = false;
+
 bool reset_cks = false;
 
 bool debug_alive = false;
@@ -115,4 +119,13 @@
 bool end_call = false;
 bool do_not_refresh = false;
 bool do_not_show_this_invite_pkg = false;
-bool show_wdt_string = false;
\ No newline at end of file
+bool show_wdt_string = false;
+bool enable_flood = false;
+bool wake_all_disable = false;
+bool need_registry_someone = false;
+int ext_to_be_registered = 0;
+bool simulate = false;
+int ext_to_simulate = 0;
+int port_to_simulate = 0;
+int seq_num_to_simulate = 0;
+uint8_t num_type_to_simulate = 0;
\ No newline at end of file