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
CommTCP.h
00001 /* 00002 * CommTCP.h 00003 * 00004 * Created on: 07/07/2013 00005 * Author: Rebonatto 00006 */ 00007 #ifndef COMM_TCP_H 00008 #define COMM_TCP_H 00009 00010 #include <mbed.h> 00011 #include <rtos.h> 00012 00013 #include "EthernetInterface.h" 00014 00015 #include "Settings.h" 00016 #include "EventDetector.h" 00017 00018 extern void CommTCP_Thread(void const *arg); 00019 00020 class CommTCP 00021 { 00022 public: 00023 00024 static void CommTCP_Thread(void const *arg); 00025 static void RequestAcom(); 00026 static void SendAcom(int tipo,int tomada); 00027 }; 00028 00029 #endif //#ifndef COMM_TCP_H
Generated on Fri Jul 22 2022 19:25:55 by
