#include "dce-termio.h"#include "utils.h"#include "process.h"#include "dce-manager.h"#include "ns3/log.h"#include "ns3/assert.h"#include <vector>#include <errno.h> Include dependency graph for dce-termio.cc:
 Include dependency graph for dce-termio.cc:Go to the source code of this file.
| Functions | |
| int | dce_tcgetattr (int fd, struct termios *termios_p) | 
| int | dce_tcsetattr (int fd, int optional_actions, const struct termios *termios_p) | 
| NS_LOG_COMPONENT_DEFINE ("SimuTermio") | |
| int dce_tcgetattr | ( | int | fd, | 
| struct termios * | termios_p | ||
| ) | 
Definition at line 15 of file dce-termio.cc.
References ns3::Current(), and ns3::Thread::err.
 Here is the call graph for this function:
 Here is the call graph for this function:| int dce_tcsetattr | ( | int | fd, | 
| int | optional_actions, | ||
| const struct termios * | termios_p | ||
| ) | 
Definition at line 23 of file dce-termio.cc.
References ns3::Current(), and ns3::Thread::err.
 Here is the call graph for this function:
 Here is the call graph for this function:| NS_LOG_COMPONENT_DEFINE | ( | "SimuTermio" | ) |