A library for talking to Multi-Tech's Cellular SocketModem Devices.

Dependents:   M2X_dev axeda_wrapper_dev MTS_M2x_Example1 MTS_Cellular_Connect_Example ... more

Revision:
39:6e94520a3217
Parent:
17:2d7c4ea7491b
Child:
43:3cacf019ed7d
--- a/utils/MTSCircularBuffer.h	Thu Dec 19 15:56:05 2013 +0000
+++ b/utils/MTSCircularBuffer.h	Thu Dec 19 19:49:58 2013 +0000
@@ -4,6 +4,8 @@
 #include "mbed.h"
 #include "Vars.h"
 
+namespace mts {
+
 /** This class provides a circular byte buffer meant for temporary storage
 * during IO transactions.  It contains many of the common methods you
 * would expect from a circular buffer like read, write, and various
@@ -127,4 +129,6 @@
     void checkThreshold(); // private function that checks thresholds and processes notifications
 };
 
+}
+
 #endif /* MTSCIRCULARBUFFER_H */
\ No newline at end of file