A Discrete-Event Network Simulator
API
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
uan-tx-mode.h File Reference
#include "ns3/object.h"
#include <map>
+ Include dependency graph for uan-tx-mode.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ns3::UanModesList
 Container for UanTxModes. More...
class  ns3::UanTxMode
 Abstraction of packet modulation information. More...
class  ns3::UanTxModeFactory
struct  ns3::UanTxModeFactory::UanTxModeItem

Namespaces

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

Functions

 ns3::ATTRIBUTE_HELPER_HEADER (UanModesList)
 UanModesList is attribute value.
std::ostream & ns3::operator<< (std::ostream &os, const UanTxMode &mode)
 Writes tx mode entry to stream os.
std::ostream & ns3::operator<< (std::ostream &os, const UanModesList &ml)
 Write UanModesList to stream os.
std::istream & ns3::operator>> (std::istream &is, const UanTxMode &mode)
 Reads tx mode entry from stream is.
std::istream & ns3::operator>> (std::istream &is, UanModesList &ml)
 Read UanModesList from stream is.