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: EthernetInterface mbed-rtos mbed
Headers/CommTCP.h
- Committer:
- rebonatto
- Date:
- 2014-07-21
- Revision:
- 2:86c3cb25577b
- Parent:
- 0:c64e1194230b
File content as of revision 2:86c3cb25577b:
/* * CommTCP.h * * Created on: 07/07/2013 * Author: Rebonatto */ #ifndef COMM_TCP_H #define COMM_TCP_H #include <mbed.h> #include <rtos.h> #include "EthernetInterface.h" #include "Settings.h" #include "EventDetector.h" extern void CommTCP_Thread(void const *arg); class CommTCP { public: static void CommTCP_Thread(void const *arg); static void RequestAcom(); static void SendAcom(int tipo,int tomada); }; #endif //#ifndef COMM_TCP_H