A Discrete-Event Network Simulator
API
Loading...
Searching...
No Matches
ns3::Time::Information Struct Reference

How to convert between other units and the current unit. More...

+ Collaboration diagram for ns3::Time::Information:

Public Attributes

int64_t factor
 Ratio of this unit / current unit.
 
bool fromMul
 Multiple when converting From, otherwise divide.
 
bool isValid
 True if the current unit can be used.
 
int64x64_t timeFrom
 Multiplier to convert from this unit.
 
int64x64_t timeTo
 Multiplier to convert to this unit.
 
bool toMul
 Multiply when converting To, otherwise divide.
 

Detailed Description

How to convert between other units and the current unit.

Definition at line 622 of file nstime.h.

Member Data Documentation

◆ factor

int64_t ns3::Time::Information::factor

Ratio of this unit / current unit.

Definition at line 626 of file nstime.h.

Referenced by ns3::Time::FromInteger(), ns3::Time::SetResolution(), and ns3::Time::ToInteger().

◆ fromMul

bool ns3::Time::Information::fromMul

Multiple when converting From, otherwise divide.

Definition at line 625 of file nstime.h.

Referenced by ns3::Time::From(), ns3::Time::FromInteger(), and ns3::Time::SetResolution().

◆ isValid

bool ns3::Time::Information::isValid

True if the current unit can be used.

Definition at line 629 of file nstime.h.

Referenced by ns3::Time::From(), ns3::Time::FromInteger(), ns3::Time::SetResolution(), ns3::Time::To(), and ns3::Time::ToInteger().

◆ timeFrom

int64x64_t ns3::Time::Information::timeFrom

Multiplier to convert from this unit.

Definition at line 628 of file nstime.h.

Referenced by ns3::Time::From(), and ns3::Time::SetResolution().

◆ timeTo

int64x64_t ns3::Time::Information::timeTo

Multiplier to convert to this unit.

Definition at line 627 of file nstime.h.

Referenced by ns3::Time::SetResolution(), and ns3::Time::To().

◆ toMul

bool ns3::Time::Information::toMul

Multiply when converting To, otherwise divide.

Definition at line 624 of file nstime.h.

Referenced by ns3::Time::SetResolution(), ns3::Time::To(), and ns3::Time::ToInteger().


The documentation for this struct was generated from the following file: