A Discrete-Event Network Simulator
API
qkd-encryptor.cc File Reference
#include <string>
#include <cstdarg>
#include <iostream>
#include <sstream>
#include "ns3/packet.h"
#include "ns3/assert.h"
#include "ns3/log.h"
#include "ns3/node.h"
#include "qkd-encryptor.h"
+ Include dependency graph for qkd-encryptor.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 NS_LOG_APPEND_CONTEXT    if (GetObject<Node> ()) { std::clog << "[node " << GetObject<Node> ()->GetId () << "] "; }
 

Functions

static bool ns3::is_base64 (unsigned char c)
 

Variables

static const std::string ns3::base64_chars
 

Macro Definition Documentation

◆ NS_LOG_APPEND_CONTEXT

#define NS_LOG_APPEND_CONTEXT    if (GetObject<Node> ()) { std::clog << "[node " << GetObject<Node> ()->GetId () << "] "; }

Definition at line 21 of file qkd-encryptor.cc.