Rudiments
include
rudiments
private
serialportprofile.h
1
// Copyright (c) 1999-2018 David Muse
2
// See the COPYING file for more information.
3
4
serialportprofile
(
serialportprofile
&
s
) {};
5
serialportprofile
&operator=(
serialportprofile
&
s
) {
6
return
*
this
;
7
}
8
9
void
setOptions(
termios
*
tio
);
10
termios
*getTermios();
11
12
private
:
13
baudrate_t translateBaudString(
const
char
*
baud
);
14
serialportprofileprivate
*pvt;
avltreenode
Definition
avltree.h:11
serialportprofile
Definition
serialportprofile.h:21
termios
Definition
serialportprofileincludes.h:10
Generated on Tue Dec 3 2024 01:50:18 for Rudiments by
1.10.0