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

Diff of /branches/linux-serial/Serial.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 47 by torben, Mon Feb 5 00:48:02 2007 UTC revision 48 by torben, Mon Feb 5 01:10:50 2007 UTC
# Line 34  class CSerial Line 34  class CSerial
34  public:  public:
35          CSerial();          CSerial();
36          CSerial(char* port, int bitrate);          CSerial(char* port, int bitrate);
37          ~CSerial(void);          virtual ~CSerial(void);
38    
39          void close();          void close();
40          void open(char* port, int bitrate);          void open(char* port, int bitrate);

Legend:
Removed from v.47  
changed lines
  Added in v.48

  ViewVC Help
Powered by ViewVC 1.1.20