ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/truck/DashInterface/Display.cpp
(Generate patch)

Comparing DashInterface/Display.cpp (file contents):
Revision 30 by douglas, 2008-02-28T17:01:10-08:00 vs.
Revision 31 by douglas, 2008-02-28T22:06:06-08:00

# Line 96 | Line 96 | void operator>>(int fd, Display::Packet
96                  std::cerr << _B(">> ") << packet << std::endl;
97   }
98  
99 < Display::Display(const std::string &device) : ucom(Posix::Open(device, O_RDWR | O_NOCTTY))
99 > void Communicate(Display *display)
100 > {
101 > }
102 >
103 > Display::Display(const std::string &device) : ucom(Posix::Open(device, O_RDWR | O_NOCTTY)), thread(reinterpret_cast<void *(*)(void *)>(::Communicate))
104   {
105          ::termios state;
106  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines