Modularizando o src

Dependencies:   EALib EthernetInterface_vz mbed-rtos mbed

Fork of header_main_colinas_V0-20-09-14 by VZTECH

Revision:
109:a5b8264ffbbc
Parent:
74:81c47fff88a5
Child:
113:db67ae00550e
--- a/rtp.h	Wed Mar 18 13:33:54 2015 +0000
+++ b/rtp.h	Tue Apr 07 14:27:44 2015 +0000
@@ -97,6 +97,9 @@
                  * @endcode
                  */
         char * build_header( char * pkg );
+        int get_ss_id ( void ) { return this->ss_id; }
+        int get_seq_number ( void ) { return this->seq_number; }
+        int get_timestamp ( void ) { return this->timestamp; }
 };
 
 class RTP_Body{
@@ -236,5 +239,6 @@
                  * @endcode
                  */
         uint8_t * get_buffer( void ){ return this->buffer; }
+        int print_yourself ( void );
 };
 #endif
\ No newline at end of file