/[H7]/branches/linux-serial/server/serialthread.h
ViewVC logotype

Annotation of /branches/linux-serial/server/serialthread.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 67 - (hide annotations) (download)
Tue Feb 6 23:37:39 2007 UTC (17 years, 4 months ago) by torben
File MIME type: text/plain
File size: 126 byte(s)
Added some more of the H7 linux server - now it basically works :)


1 torben 60 #pragma once
2    
3 torben 67 #include "thread.h"
4 torben 60
5 torben 67 class SerialThread : public Thread
6 torben 60 {
7     public:
8    
9    
10 torben 67 SerialThread();
11 torben 60
12     void operator()();
13     };

  ViewVC Help
Powered by ViewVC 1.1.20