|
Bugzilla – Full Text Bug Listing |
| Summary: | fix PlotProbe() documentation and usage for GnuplotHelper and FileHelper | ||
|---|---|---|---|
| Product: | ns-3 | Reporter: | Tom Henderson <tomh> |
| Component: | stats | Assignee: | Tom Henderson <tomh> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | P5 | ||
| Version: | pre-release | ||
| Hardware: | PC | ||
| OS: | Linux | ||
| Attachments: | patch to fix | ||
pushed in 11027:e943837b17ad |
Created attachment 1887 [details] patch to fix The current code and documentation is contradictory in the usage of GnuplotHelper::PlotProbe() and FileHelper::PlotProbe(). The path argument in many of the examples contains a path to a ns3::Probe instead of to an ns3::TraceSource. The PlotProbe() method was designed for trace sources, and creates a probe itself, so passing a probe as an input is redundant.