A Discrete-Event Network Simulator
API
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages

Probes are used to probe an underlying ns3 TraceSource exporting its value. More...

+ Collaboration diagram for Probes:

Classes

class  ns3::BooleanProbe
 This class is designed to probe an underlying ns3 TraceSource exporting a bool. More...
 
class  ns3::DoubleProbe
 This class is designed to probe an underlying ns3 TraceSource exporting a double. More...
 
class  ns3::Probe
 Base class for probes. More...
 
class  ns3::Uinteger16Probe
 This class is designed to probe an underlying ns3 TraceSource exporting an uint16_t. More...
 
class  ns3::Uinteger32Probe
 This class is designed to probe an underlying ns3 TraceSource exporting an uint32_t. More...
 
class  ns3::Uinteger8Probe
 This class is designed to probe an underlying ns3 TraceSource exporting an uint8_t. More...
 

Detailed Description

Probes are used to probe an underlying ns3 TraceSource exporting its value.

This probe usually exports a trace source "Output". The Output trace source emits a value when either the trace source emits a new value, or when SetValue () is called.

Probes are a special kind of Trace Source.