On Fri, Feb 22, 2008 at 11:41 AM, Miklos Maroti
<mmaroti at math.u-szeged.hu> wrote:
...
>
> interface TimeSyncPacket<precision_tag>
> {
> /**
> * Returns the current time of the clock that is used for this time
> * synchronization service.
> */
> async command uint32_t getNow();
>
Why is getNow() in TimeSyncPacket interface?
- om_p