#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>
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.
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.
NS_LOG_COMPONENT_DEFINE | ( | "SimuTermio" | ) |