A Discrete-Event Network Simulator
API
Loading...
Searching...
No Matches
zigbee-nwk.cc File Reference
#include "zigbee-nwk.h"
#include "zigbee-nwk-tables.h"
#include "ns3/log.h"
#include "ns3/packet.h"
#include "ns3/simulator.h"
+ Include dependency graph for zigbee-nwk.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.
 
namespace  ns3::zigbee
 

Macros

#define NS_LOG_APPEND_CONTEXT    std::clog << "[" << m_nwkNetworkAddress << " | " << m_nwkIeeeAddress << "] ";
 

Functions

std::ostream & ns3::zigbee::operator<< (std::ostream &os, const NwkStatus &state)
 Overloaded operator to print the value of a NwkStatus.
 
std::ostream & ns3::zigbee::operator<< (std::ostream &os, const std::vector< uint8_t > &vec)
 Overloaded operator to print uint8_t vectors.
 
std::ostream & ns3::zigbee::operator<< (std::ostream &os, const uint8_t &num)
 

Macro Definition Documentation

◆ NS_LOG_APPEND_CONTEXT

#define NS_LOG_APPEND_CONTEXT    std::clog << "[" << m_nwkNetworkAddress << " | " << m_nwkIeeeAddress << "] ";

Definition at line 23 of file zigbee-nwk.cc.