Bug 9 - make TimeUnit<1>.GetSeconds() work, and similar for scalars
: make TimeUnit<1>.GetSeconds() work, and similar for scalars
Status: RESOLVED FIXED
: ns-3
simulation core
: pre-release
: PC Linux
: P1 blocker
Assigned To:
:
:
:
:
  Show dependency treegraph
 
Reported: 2007-03-06 09:07 EDT by
Modified: 2008-07-01 13:32 EDT (History)


Attachments
proposed patch (6.73 KB, patch)
2007-03-06 09:07 EDT, Gustavo J. A. M. Carneiro
Details | Diff
patch v2, fix docs (7.91 KB, patch)
2007-03-06 11:00 EDT, Gustavo J. A. M. Carneiro
Details | Diff


Note

You need to log in before you can comment on or make changes to this bug.


------- Comment #1 From 2007-03-06 09:07:44 EDT -------
Created an attachment (id=4) [details]
proposed patch
------- Comment #2 From 2007-03-06 09:28:19 EDT -------
Have you made sure that the doxygen output is still ok ? 

If so, please, send an email to ns-dev asking for comments. If you don't get
any feedback, I will apply this patch in a week.
------- Comment #3 From 2007-03-06 09:52:15 EDT -------
(In reply to comment #2)
> Have you made sure that the doxygen output is still ok ?

Actually no.  I am checking now and noticing that doxygen is not showing the
extra methods (e.g. GetSeconds ()) of TimeUnit<1>, and I don't really know how
to make it show those methods :(
------- Comment #4 From 2007-03-06 11:00:37 EDT -------
Created an attachment (id=5) [details]
patch v2, fix docs

I couldn't find a way to coerce doxygen to document the extra methods.  As a
workaround, I just described the added methods in the overview sections of the
type.