Jeremy Fanucchi / mtsas

Dependencies:   MTS-Cellular MTS-Serial MTS-Socket MTS-Test MTS-Utils

Fork of mtsas by MultiTech

Files at this revision

API Documentation at this revision

Comitter:
mfiore
Date:
Wed May 21 12:59:20 2014 +0000
Child:
1:354f26949a41
Child:
2:da111c896e9f
Commit message:
initial commit; added mtsas.h with all headers except from MTS-Test/; added 5 libs (Cellular, Serial, Socket, Test, Utils)

Changed in this revision

MTS-Cellular.lib Show annotated file Show diff for this revision Revisions of this file
MTS-Serial.lib Show annotated file Show diff for this revision Revisions of this file
MTS-Socket.lib Show annotated file Show diff for this revision Revisions of this file
MTS-Test.lib Show annotated file Show diff for this revision Revisions of this file
MTS-Utils.lib Show annotated file Show diff for this revision Revisions of this file
mtsas.h Show annotated file Show diff for this revision Revisions of this file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/MTS-Cellular.lib	Wed May 21 12:59:20 2014 +0000
@@ -0,0 +1,1 @@
+http://mbed.org/users/mfiore/code/MTS-Cellular/#1f63354b8d1b
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/MTS-Serial.lib	Wed May 21 12:59:20 2014 +0000
@@ -0,0 +1,1 @@
+http://mbed.org/users/mfiore/code/MTS-Serial/#d348d001283b
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/MTS-Socket.lib	Wed May 21 12:59:20 2014 +0000
@@ -0,0 +1,1 @@
+http://mbed.org/users/mfiore/code/MTS-Socket/#d0a1fdbd02ce
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/MTS-Test.lib	Wed May 21 12:59:20 2014 +0000
@@ -0,0 +1,1 @@
+http://mbed.org/users/mfiore/code/MTS-Test/#fc561d3e92e0
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/MTS-Utils.lib	Wed May 21 12:59:20 2014 +0000
@@ -0,0 +1,1 @@
+http://mbed.org/users/mfiore/code/MTS-Utils/#fca9bc67b15f
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/mtsas.h	Wed May 21 12:59:20 2014 +0000
@@ -0,0 +1,26 @@
+/* Cellular Includes */
+#include "Cellular.h"
+#include "EasyIP.h"
+#include "UIP.h"
+
+/* Cellular Utils Includes */
+#include "Terminal.h"
+
+/* Serial Includes */
+#include "MTSBufferedIO.h"
+#include "MTSSerial.h"
+#include "MTSSerialFlowControl.h"
+
+/* Socket Includes */
+#include "CommInterface.h"
+#include "IPStack.h"
+#include "Transport.h"
+#include "Endpoint.h"
+#include "Socket.h"
+#include "UDPSocket.h"
+#include "TCPSocketConnection.h"
+
+/* Utils Includes */
+#include "MTSCircularBuffer.h"
+#include "MTSLog.h"
+#include "MTSText.h"
\ No newline at end of file