Modularizando o src

Dependencies:   EALib EthernetInterface_vz mbed-rtos mbed

Fork of header_main_colinas_V0-20-09-14 by VZTECH

Committer:
klauss
Date:
Wed Mar 18 13:33:54 2015 +0000
Revision:
108:18a3702650f3
Parent:
106:a34fcf9f0e02
Child:
109:a5b8264ffbbc
wip - bug udp porta, corrompendo v_cb->size () em ultima analise

Who changed what in which revision?

UserRevisionLine numberNew contents of line
klauss 0:4d17cd9c8f9d 1 #include "debug.h"
klauss 0:4d17cd9c8f9d 2
klauss 0:4d17cd9c8f9d 3 char debug_msg1[ 1024+64 ];
klauss 0:4d17cd9c8f9d 4 char debug_msg2[ 1024 ];
klauss 48:195c97f12e8e 5 char msg_[ 1024 ];
klauss 0:4d17cd9c8f9d 6
klauss 104:62646ef786a3 7 uint16_t miss_debug_fw_send_pkg = 0;
klauss 104:62646ef786a3 8 uint16_t miss_sip_registry_send_pkg = 0;
klauss 104:62646ef786a3 9 uint16_t miss_sip_invite_send_pkg = 0;
klauss 104:62646ef786a3 10 uint16_t miss_sip_bye_send_pkg = 0;
klauss 104:62646ef786a3 11 uint16_t miss_sip_unregistry_send_pkg = 0;
klauss 104:62646ef786a3 12 uint16_t miss_sip_ok_send_pkg = 0;
klauss 104:62646ef786a3 13 uint16_t miss_sip_rcv_bye_send_pkg = 0;
klauss 104:62646ef786a3 14 uint16_t miss_wdt_send_pkg = 0;
klauss 104:62646ef786a3 15 uint16_t miss_sip_inc_pkg = 0;
klauss 105:a930035b6556 16 uint16_t miss_udp_prompt_send_pkg = 0;
klauss 74:81c47fff88a5 17
klauss 89:0fe315117b00 18 bool debug_invite = false;
klauss 108:18a3702650f3 19 //bool debug_sip = false;
klauss 108:18a3702650f3 20 bool debug_sip = true;
klauss 75:bd3c647b860b 21 bool debug_vector = false;
klauss 75:bd3c647b860b 22 bool debug_cb = false;
klauss 75:bd3c647b860b 23 bool debug_main = false;
klauss 75:bd3c647b860b 24 bool debug_cks = false;
klauss 75:bd3c647b860b 25 bool debug_cb_rx = false;
klauss 75:bd3c647b860b 26 bool debug_cb_tx = false;
klauss 75:bd3c647b860b 27 bool debug_eth_rx = false;
klauss 75:bd3c647b860b 28 bool debug_eth_tx = false;
klauss 81:3656f00ab3db 29 bool debug_eth = false;
klauss 75:bd3c647b860b 30 bool debug_prompt_eth = false;
klauss 106:a34fcf9f0e02 31 bool debug_file = true;
klauss 75:bd3c647b860b 32 bool debug_prompt = false;
klauss 100:09a23fcd3bdf 33 bool dparallel = false;
klauss 108:18a3702650f3 34 bool dshow_rtp = false;
klauss 108:18a3702650f3 35 bool dcallshow_rtp = false;
klauss 100:09a23fcd3bdf 36 //bool dparallel = true;
klauss 74:81c47fff88a5 37 bool dbl = false;
klauss 74:81c47fff88a5 38 bool cb_session = false;
klauss 74:81c47fff88a5 39 bool cb_status = false;
klauss 74:81c47fff88a5 40 bool debug_telemetry = false;
klauss 74:81c47fff88a5 41 bool main_test = false;
klauss 104:62646ef786a3 42 bool sizes = false;
klauss 78:1353744f01e1 43 bool test_debug = false;
klauss 78:1353744f01e1 44 bool debug_aging = false;
klauss 78:1353744f01e1 45 //bool debug_aging = true;
klauss 78:1353744f01e1 46 bool debug_wake = false;
klauss 78:1353744f01e1 47 //bool debug_wake = true;
klauss 78:1353744f01e1 48 bool debug_cpld = false;
klauss 105:a930035b6556 49 bool debug_show_cpld = false;
klauss 78:1353744f01e1 50 bool debug_cks_err = false;
klauss 81:3656f00ab3db 51 bool debug_ping = false;
klauss 81:3656f00ab3db 52 bool debug_refresh = false;
klauss 81:3656f00ab3db 53 bool long_list = false;
klauss 81:3656f00ab3db 54 bool debug_out_of_range = false;
klauss 81:3656f00ab3db 55 bool debug_wdt = false;
klauss 81:3656f00ab3db 56 bool wdt_show = false;
klauss 100:09a23fcd3bdf 57 bool debug_muted = false;
klauss 100:09a23fcd3bdf 58 //bool debug_muted = true;
klauss 108:18a3702650f3 59 bool debug_rtp = true;
klauss 108:18a3702650f3 60 //bool debug_rtp = false;
klauss 89:0fe315117b00 61 //bool debug_memory = false;
klauss 98:43b45f26b430 62 bool debug_memory = false;
klauss 98:43b45f26b430 63 //bool debug_registry_rcv = true;
klauss 98:43b45f26b430 64 bool debug_port_match = false;
klauss 99:e80850c51106 65 //bool debug_registry_rcv = false;
klauss 99:e80850c51106 66 bool debug_boot = false;
klauss 104:62646ef786a3 67 bool debug_fw = false;
klauss 99:e80850c51106 68 bool debug_fw_print = false;
klauss 100:09a23fcd3bdf 69 bool debug_uart3 = false;
klauss 100:09a23fcd3bdf 70 bool big_bug_pkg = false;
klauss 100:09a23fcd3bdf 71 bool flood_bug_pkg = false;
klauss 104:62646ef786a3 72 bool debug_reconnect = false;
klauss 105:a930035b6556 73 bool debug_gp = false;
klauss 105:a930035b6556 74 bool missed_send_udp_pkg = false;
klauss 105:a930035b6556 75 bool reset_missed_send_udp_pkg = false;
klauss 105:a930035b6556 76 bool debug_missed = false;
klauss 105:a930035b6556 77 bool show_uptime = false;
klauss 108:18a3702650f3 78 bool debug_reset_rtp = false;
klauss 106:a34fcf9f0e02 79 uint16_t miss_ftp_udp_send_pkg = 0;
klauss 106:a34fcf9f0e02 80 uint16_t deleted_sip = 0;