/[H7]/trunk/H7 Server/Serial.h
ViewVC logotype

Diff of /trunk/H7 Server/Serial.h

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

revision 35 by hedin, Wed Jan 31 17:32:22 2007 UTC revision 36 by hedin, Thu Feb 1 09:21:43 2007 UTC
# Line 20  class CSerial Line 20  class CSerial
20    
21  protected:  protected:
22          void printByte(char* description, unsigned char byte);          void printByte(char* description, unsigned char byte);
23            void open();
24    
25  public:  public:
26          CSerial();          CSerial();
27          CSerial(char* port, int bitrate);          CSerial(char* port, int bitrate);
# Line 40  public: Line 42  public:
42    
43          bool isOpen() { return mIsopen; }          bool isOpen() { return mIsopen; }
44    
         //void writeBytes(UCVector out);  
         //UCVector readBytes(int maxcount);  
 protected:  
         void open();  
45  };  };

Legend:
Removed from v.35  
changed lines
  Added in v.36

  ViewVC Help
Powered by ViewVC 1.1.20