Octopus
termios Struct Reference

Detailed Description

Definition at line 4511 of file varia.c.

Public Attributes

tcflag_t c_iflag
 
tcflag_t c_oflag
 
tcflag_t c_cflag
 
tcflag_t c_lflag
 
cc_t c_line
 
cc_t c_cc [32]
 
speed_t c_ispeed
 
speed_t c_ospeed
 

Member Data Documentation

◆ c_iflag

tcflag_t termios::c_iflag

Definition at line 4513 of file varia.c.

◆ c_oflag

tcflag_t termios::c_oflag

Definition at line 4514 of file varia.c.

◆ c_cflag

tcflag_t termios::c_cflag

Definition at line 4515 of file varia.c.

◆ c_lflag

tcflag_t termios::c_lflag

Definition at line 4516 of file varia.c.

◆ c_line

cc_t termios::c_line

Definition at line 4517 of file varia.c.

◆ c_cc

cc_t termios::c_cc[32]

Definition at line 4518 of file varia.c.

◆ c_ispeed

speed_t termios::c_ispeed

Definition at line 4519 of file varia.c.

◆ c_ospeed

speed_t termios::c_ospeed

Definition at line 4520 of file varia.c.


The documentation for this struct was generated from the following file: