Public Attributes | |
int64_t | factor |
Ratio of this unit / current unit. More... | |
bool | fromMul |
Multiple when converting From, otherwise divide. More... | |
int64x64_t | timeFrom |
Multiplier to convert from this unit. More... | |
int64x64_t | timeTo |
Multiplier to convert to this unit. More... | |
bool | toMul |
Multiply when converting To, otherwise divide. More... | |
int64_t ns3::Time::Information::factor |
Ratio of this unit / current unit.
Definition at line 461 of file nstime.h.
Referenced by ns3::Time::FromInteger(), ns3::Time::SetResolution(), and ns3::Time::ToInteger().
bool ns3::Time::Information::fromMul |
Multiple when converting From, otherwise divide.
Definition at line 460 of file nstime.h.
Referenced by ns3::Time::From(), ns3::Time::FromInteger(), and ns3::Time::SetResolution().
int64x64_t ns3::Time::Information::timeFrom |
Multiplier to convert from this unit.
Definition at line 463 of file nstime.h.
Referenced by ns3::Time::From(), and ns3::Time::SetResolution().
int64x64_t ns3::Time::Information::timeTo |
Multiplier to convert to this unit.
Definition at line 462 of file nstime.h.
Referenced by ns3::Time::SetResolution(), and ns3::Time::To().
bool ns3::Time::Information::toMul |
Multiply when converting To, otherwise divide.
Definition at line 459 of file nstime.h.
Referenced by ns3::Time::SetResolution(), ns3::Time::To(), and ns3::Time::ToInteger().