Modularizando o src

Dependencies:   EALib EthernetInterface_vz mbed-rtos mbed

Fork of header_main_colinas_V0-20-09-14 by VZTECH

Revision:
74:81c47fff88a5
Parent:
69:65665afbad5d
Child:
109:a5b8264ffbbc
--- a/rtp.h	Wed Nov 19 14:06:13 2014 +0000
+++ b/rtp.h	Mon Nov 24 16:43:16 2014 +0000
@@ -15,13 +15,9 @@
 #include <string.h>
 #include "mbed.h"
 #include "EthernetInterface.h"
+#include "debug.h"
+#include "shared_variables.h"
 #include "vz_protocol.h"
-#include "debug.h"
-
-#define __RTP_HEADER_OFFSET__ 12
-///< Identifica o inicio dos dados de audio ( payload )
-#define __RTP_HEADER_SIZE__ 12
-///< Indica o tamanho ( em bytes ) ocupado pelo cabeçalho rtp.
 
 class RTP_Header{
     private :