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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 72 - (show 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 #pragma once
2
3 #include "thread.h"
4
5 class SerialThread : public Thread
6 {
7 void writeCommand();
8 public:
9 SerialThread();
10
11 void operator()();
12 };

  ViewVC Help
Powered by ViewVC 1.1.20