A Discrete-Event Network Simulator
API
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
mac64-address.cc File Reference
#include "mac64-address.h"
#include "ns3/address.h"
#include "ns3/assert.h"
#include "ns3/log.h"
#include <iomanip>
#include <iostream>
#include <cstring>
+ Include dependency graph for mac64-address.cc:

Go to the source code of this file.

Namespaces

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

Macros

#define ASCII_a   (0x41)
 Macro to make help make class an ns-3 attribute. More...
 
#define ASCII_A   (0x61)
 
#define ASCII_COLON   (0x3a)
 
#define ASCII_z   (0x5a)
 
#define ASCII_Z   (0x7a)
 
#define ASCII_ZERO   (0x30)
 

Functions

static char ns3::AsciiToLowCase (char c)
 
static uint8_t ns3::AsInt (std::string v)
 
 ns3::ATTRIBUTE_HELPER_CPP (Mac64Address)
 
 NS_LOG_COMPONENT_DEFINE ("Mac64Address")
 
std::ostream & ns3::operator<< (std::ostream &os, const Mac64Address &address)
 
std::istream & ns3::operator>> (std::istream &is, Mac64Address &address)
 

Macro Definition Documentation

#define ASCII_a   (0x41)

Macro to make help make class an ns-3 attribute.

Definition at line 34 of file mac64-address.cc.

Referenced by ns3::AsciiToLowCase(), and ns3::Mac64Address::Mac64Address().

#define ASCII_A   (0x61)

Definition at line 36 of file mac64-address.cc.

Referenced by ns3::AsciiToLowCase().

#define ASCII_COLON   (0x3a)

Definition at line 38 of file mac64-address.cc.

Referenced by ns3::Mac64Address::Mac64Address().

#define ASCII_z   (0x5a)

Definition at line 35 of file mac64-address.cc.

Referenced by ns3::AsciiToLowCase().

#define ASCII_Z   (0x7a)

Definition at line 37 of file mac64-address.cc.

Referenced by ns3::AsciiToLowCase().

#define ASCII_ZERO   (0x30)

Definition at line 39 of file mac64-address.cc.

Referenced by ns3::Mac64Address::Mac64Address().

Function Documentation

NS_LOG_COMPONENT_DEFINE ( "Mac64Address"  )