2 * Copyright 2012-2017, Adrien Destugues, pulkomandy@pulkomandy.tk
3 * Distributed under the terms of the MIT licence.
16 class SerialWindow
: public BWindow
22 void MenusBeginning();
23 void MessageReceived(BMessage
* message
);
29 BMenu
* fConnectionMenu
;
33 BMenu
* fFlowcontrolMenu
;
35 BMenu
* fLineTerminatorMenu
;
37 BFilePanel
* fLogFilePanel
;
38 BFilePanel
* fSendFilePanel
;
39 BStatusBar
* fStatusBar
;
41 static const int kBaudrates
[];
42 static const int kBaudrateConstants
[];
43 static const char* kWindowTitle
;