Searched refs:CustomRateWindow (Results 1 - 3 of 3) sorted by relevance

/haiku/src/apps/serialconnect/
H A DCustomRateWindow.h17 class CustomRateWindow: public BWindow class in inherits:BWindow
20 CustomRateWindow(int baudrate);
H A DCustomRateWindow.cpp7 #include "CustomRateWindow.h"
22 CustomRateWindow::CustomRateWindow(int baudrate) function in class:CustomRateWindow
56 CustomRateWindow::MessageReceived(BMessage* message)
H A DSerialApp.cpp18 #include "CustomRateWindow.h"
194 CustomRateWindow* window = new CustomRateWindow(fSerialPort.DataRate());

Completed in 85 milliseconds