ns-3 Direct Code Execution
API
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
pipe-fd.cc File Reference
#include "pipe-fd.h"
#include "ns3/log.h"
#include "utils.h"
#include "process.h"
#include <poll.h>
#include <errno.h>
#include <fcntl.h>
+ Include dependency graph for pipe-fd.cc:

Go to the source code of this file.

Namespaces

namespace  ns3
 Every class exported by the ns3 library is enclosed in the ns3 namespace.

Macros

#define PIPE_CAPACITY   65536

Functions

 NS_LOG_COMPONENT_DEFINE ("PipeFd")

Macro Definition Documentation

#define PIPE_CAPACITY   65536

Definition at line 31 of file pipe-fd.cc.

Referenced by ns3::PipeFd::Poll().

Function Documentation

NS_LOG_COMPONENT_DEFINE ( "PipeFd"  )