#include "data-rate.h"
#include <string>
#include <iostream>
#include <stdint.h>
#include "ns3/nstime.h"
#include "ns3/attribute.h"
#include "ns3/attribute-helper.h"
#include "ns3/fatal-error.h"
Go to the source code of this file.
Namespaces | |
namespace | ns3 |
Every class exported by the ns3 library is enclosed in the ns3 namespace. | |
Functions | |
static bool | DoParse (const std::string s, uint64_t *v) |
ns3::ATTRIBUTE_HELPER_CPP (DataRate) | |
std::ostream & | ns3::operator<< (std::ostream &os, const DataRate &rate) |
std::istream & | ns3::operator>> (std::istream &is, DataRate &rate) |
double | ns3::operator* (const DataRate &lhs, const Time &rhs) |
double | ns3::operator* (const Time &lhs, const DataRate &rhs) |
static bool DoParse | ( | const std::string | s, | |
uint64_t * | v | |||
) | [static] |
Definition at line 27 of file data-rate.cc.
Referenced by ns3::DataRate::DataRate().