/[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 72 - (hide annotations) (download)
Tue Mar 20 19:36:35 2007 UTC (17 years, 2 months ago) by torben
File MIME type: text/plain
File size: 146 byte(s)
Enhanced serialthread...

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 torben 72 void writeCommand();
8     public:
9 torben 67 SerialThread();
10 torben 60
11     void operator()();
12     };

  ViewVC Help
Powered by ViewVC 1.1.20