Marcelo Rebonatto / Mbed 2 deprecated PMED_Tempo

Dependencies:   EthernetInterface mbed-rtos mbed

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers CommTCP.h Source File

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