/[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 67 - (show annotations) (download)
Tue Feb 6 23:37:39 2007 UTC (17 years, 3 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 #pragma once
2
3 #include "thread.h"
4
5 class SerialThread : public Thread
6 {
7 public:
8
9
10 SerialThread();
11
12 void operator()();
13 };

  ViewVC Help
Powered by ViewVC 1.1.20