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

Annotation of /branches/linux-serial/H7Serial.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 44 - (hide annotations) (download)
Sun Feb 4 21:22:44 2007 UTC (17 years, 4 months ago) by torben
File MIME type: text/plain
File size: 288 byte(s)
Clean the MFC heavy code, so it at least will compile with G++


1 torben 38 #pragma once
2 torben 44 #include "SlipSerial.h"
3 torben 38
4     class CH7Serial :
5     public CSlipSerial
6     {
7     public:
8     CH7Serial(void);
9     CH7Serial(char* port, int bitrate);
10     virtual ~CH7Serial(void);
11    
12     void writeTarget(unsigned char target, unsigned char data);
13     short readTarget(unsigned char target);
14     };

  ViewVC Help
Powered by ViewVC 1.1.20