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
 Global database of UanTxMode objects, retrievable by id or name. More...
 
struct  ns3::UanTxModeFactory::UanTxModeItem
 Container for the UanTxMode properties. More...
 

Namespaces

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

Functions

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