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:
32:629e6b1c8e22
Child:
71:82205735732b
--- a/utils/Vars.h	Thu Dec 19 15:56:05 2013 +0000
+++ b/utils/Vars.h	Thu Dec 19 19:49:58 2013 +0000
@@ -3,6 +3,8 @@
 
 #include <string>
 
+namespace mts {
+
 #ifndef MAX
 #define MAX(a,b) ({ __typeof__ (a) _a = (a); __typeof__ (b) _b = (b); _a > _b ? _a : _b; })
 #endif
@@ -27,6 +29,8 @@
     enum RelationalOperator {GREATER, LESS, EQUAL, GREATER_EQUAL, LESS_EQUAL};
 };
 
+}
+
 //Test Commit!!!
 
 #endif /* VARS_H */ 
\ No newline at end of file