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 Sep 24 18:02:18 2014 +0000
Revision:
29:7246460b73f8
Parent:
28:94aec56c6329
Child:
30:8dfb6d8de53d
- Mudancas no prompt; - Timer do cb off enquanto ele estiver em ligacao

Who changed what in which revision?

UserRevisionLine numberNew contents of line
klauss 17:67a6b557eda5 1 #ifndef _PROMPT_H
klauss 17:67a6b557eda5 2 #define _PROMPT_H
klauss 17:67a6b557eda5 3
klauss 27:98f824719d1c 4 extern uint8_t debug_sip;
klauss 17:67a6b557eda5 5 extern uint8_t debug_alive;
klauss 17:67a6b557eda5 6 extern uint8_t debug_prompt;
klauss 29:7246460b73f8 7 extern uint8_t debug_vector;
klauss 29:7246460b73f8 8 extern uint8_t debug_cb;
klauss 29:7246460b73f8 9
klauss 28:94aec56c6329 10 extern uint8_t test_debug;
klauss 29:7246460b73f8 11
Cola 22:d2a4b5939115 12 extern uint8_t pcks_s;
Cola 24:270b436a1bb0 13 extern uint8_t pshowcb;
klauss 17:67a6b557eda5 14 extern uint8_t dog;
klauss 17:67a6b557eda5 15
klauss 28:94aec56c6329 16
klauss 28:94aec56c6329 17 extern FILE *fmask; // mascara de rede
klauss 28:94aec56c6329 18 extern FILE *fgate; // gateway ip
klauss 28:94aec56c6329 19
klauss 28:94aec56c6329 20 extern FILE *fip; // header ip
klauss 28:94aec56c6329 21 extern FILE *fext; // header ext
klauss 28:94aec56c6329 22 extern FILE *fport; // header sip port
klauss 28:94aec56c6329 23
klauss 28:94aec56c6329 24 extern FILE *fsip; // server sip ip
klauss 28:94aec56c6329 25 extern FILE *fserext; // server sip ext
klauss 28:94aec56c6329 26 extern FILE *fsport; // server sip port
klauss 28:94aec56c6329 27
klauss 17:67a6b557eda5 28 void prompt_process();
klauss 17:67a6b557eda5 29 void init_fsystem();
klauss 17:67a6b557eda5 30
klauss 17:67a6b557eda5 31
klauss 17:67a6b557eda5 32 #endif