PingPong
Dependencies: EthernetInterface_pm mbed-rtos mbed
Headers/CommTCP.h
- Committer:
- rebonatto
- Date:
- 2014-03-27
- Revision:
- 0:c8f056a185d0
File content as of revision 0:c8f056a185d0:
/* * 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 "Configuracoes.h" //extern void CommTCP_Thread(void const *arg); class CommTCP { public: static void CommTCP_Thread(void const *arg); static int getCountCnt() ; static int getCountSnd() ; static int getCont() ; /* static void RequestAcom(); static void SendAcom(int tipo,int tomada); */ }; #endif //#ifndef COMM_TCP_H