equal
deleted
inserted
replaced
2564 void EnableAsciiAll (Ptr<OutputStreamWrapper> stream); |
2564 void EnableAsciiAll (Ptr<OutputStreamWrapper> stream); |
2565 |
2565 |
2566 void EnableAscii (std::string prefix, uint32_t nodeid, uint32_t deviceid, bool explicitFilename); |
2566 void EnableAscii (std::string prefix, uint32_t nodeid, uint32_t deviceid, bool explicitFilename); |
2567 void EnableAscii (Ptr<OutputStreamWrapper> stream, uint32_t nodeid, uint32_t deviceid); |
2567 void EnableAscii (Ptr<OutputStreamWrapper> stream, uint32_t nodeid, uint32_t deviceid); |
2568 |
2568 |
2569 You are encouraged to peruse the Doxygen for class ``TraceHelperForDevice`` |
2569 You are encouraged to peruse the Doxygen for class ``AsciiTraceHelperForDevice`` |
2570 to find the details of these methods; but to summarize ... |
2570 to find the details of these methods; but to summarize ... |
2571 |
2571 |
2572 There are twice as many methods available for ascii tracing as there were for |
2572 There are twice as many methods available for ascii tracing as there were for |
2573 pcap tracing. This is because, in addition to the pcap-style model where traces |
2573 pcap tracing. This is because, in addition to the pcap-style model where traces |
2574 from each unique node/device pair are written to a unique file, we support a model |
2574 from each unique node/device pair are written to a unique file, we support a model |