Skip to content

uan: Time arithmetic changes

Jordan Dorham requested to merge jdorham/ns-3-dev:time-arithmetic-uan into master

Implementation of time-arithmetic changes introduced in issue !348 (merged).

Used method for printing time with a unit. Generally the changes follow this pattern:

now.GetSeconds () --> now.As (Time::S)

Edited by Jordan Dorham

Merge request reports