Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: EALib EthernetInterface_vz mbed-rtos mbed
Fork of header_main_colinas_V0-20-09-14 by
Diff: call_box.h
- Revision:
- 132:05cd37f7e007
- Parent:
- 126:1f90756250fb
- Child:
- 135:2f4290590e51
diff -r 938ab88facae -r 05cd37f7e007 call_box.h
--- a/call_box.h Tue Jul 21 20:03:35 2015 +0000
+++ b/call_box.h Tue Sep 01 17:21:11 2015 +0000
@@ -12,6 +12,8 @@
#include <stdint.h>
#include "object.h"
#include "sip.h"
+%: include "config_manager.h"
+%: include "shared_variables.h"
const int __RESQUEST_TIME__ = 3;
@@ -86,6 +88,7 @@
uint8_t invite_try_number;
uint16_t invite_retry_count;
+ uint16_t invite_counter;
//FIXME remove timeout
float timeout;
@@ -397,6 +400,12 @@
void update_time ( void );
Sip * get_sip ( void );
+
+ uint16_t get_invite_counter ( void );
+
+ uint16_t update_invite_counter ( void );
+
+ int update ( void );
};
#endif
\ No newline at end of file
