A Discrete-Event Network Simulator
API
Loading...
Searching...
No Matches
time-printer.h File Reference

Declaration of ns3::TimePrinter function pointer type and ns3::DefaultTimePrinter function. More...

#include <ostream>
+ Include dependency graph for time-printer.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

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

Typedefs

typedef void(* ns3::TimePrinter) (std::ostream &os)
 Function signature for features requiring a time formatter, such as logging or ShowProgress.
 

Functions

void ns3::DefaultTimePrinter (std::ostream &os)
 Default Time printer.
 

Detailed Description

Declaration of ns3::TimePrinter function pointer type and ns3::DefaultTimePrinter function.

Definition in file time-printer.h.