Rudiments
include
rudiments
private
serialport.h
1
// Copyright (c) 1999-2018 David Muse
2
// See the COPYING file for more information.
3
4
serialport
(
serialport
&
s
) {};
5
serialport
&operator=(
serialport
&
s
) {
return
*
this
; };
6
7
private
:
8
bool
tcSetAttr(int32_t
optional_actions
,
9
termios
*
termios_p
);
10
bool
tcFlush(int32_t
queue_selector
);
11
bool
tcFlow(int32_t
action
);
12
13
serialportprivate
*pvt;
avltreenode
Definition
avltree.h:11
serialport
Definition
serialport.h:14
termios
Definition
serialportprofileincludes.h:10
Generated on Tue Dec 3 2024 01:50:18 for Rudiments by
1.10.0