2 * Copyright 2012-2015, Adrien Destugues, pulkomandy@pulkomandy.tk
3 * Distributed under the terms of the MIT licence.
15 class SerialWindow
: public BWindow
21 void MenusBeginning();
22 void MessageReceived(BMessage
* message
);
28 BMenu
* fConnectionMenu
;
32 BMenu
* fFlowcontrolMenu
;
34 BMenu
* fLineTerminatorMenu
;
35 BFilePanel
* fLogFilePanel
;
37 static const int kBaudrates
[];
38 static const int kBaudrateConstants
[];
39 static const char* kWindowTitle
;