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

Go to the source code of this file.

Namespaces

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

Functions

static void ns3::AsciiBleLinkLayerTransmitSinkWithContext (Ptr< OutputStreamWrapper > stream, std::string context, Ptr< const Packet > p)
 Output an ascii line representing the Transmit event (with context) More...
 
static void ns3::AsciiBleLinkLayerTransmitSinkWithoutContext (Ptr< OutputStreamWrapper > stream, Ptr< const Packet > p)
 Output an ascii line representing the Transmit event (without context) More...
 
static void ns3::PcapSniffBle (Ptr< PcapFileWrapper > file, Ptr< const Packet > packet)
 Write a packet in a PCAP file. More...