 Collaboration diagram for Probes:
 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::TimeProbe | 
| This class is designed to probe an underlying ns3 TraceSource exporting an ns3::Time.  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... | |
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.