ns-3 Direct Code Execution
Home
Tutorials ▼
Docs ▼
Wiki
Manual
Develop ▼
API
Bugs
API
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
dce-termio.h
Go to the documentation of this file.
1
#ifndef SIMU_UIO_H
2
#define SIMU_UIO_H
3
4
#include <termio.h>
5
6
#ifdef __cplusplus
7
extern
"C"
{
8
#endif
9
10
int
dce_tcgetattr
(
int
fd,
struct
termios *termios_p);
11
int
dce_tcsetattr
(
int
fd,
int
optional_actions,
const
struct
termios *termios_p);
12
13
#ifdef __cplusplus
14
}
15
#endif
16
17
18
#endif
/* SIMU_UIO_H */
model
dce-termio.h
Generated on Fri Aug 30 2013 13:57:55 for ns-3-dce by
1.8.1.2