• Alessandro Rubini's avatar
    main loops: discard wrong application of UTC offset · e89573a3
    Alessandro Rubini authored
    We definitely need to take care of currentUtcOffset, but the current
    implementation was wrong: it only used it in modifying receive stamps,
    thus achieving completely wrong tuples.
    
    It's the receive function that must apply the utcOffset, or not,
    according to how it timestamps frames.  Similarly, it's the time
    setting functions that must use utcOffset, or not, according to whether
    the time is utc (e.g.: unix) or tai (e.g.: wr).
    
    So this just removes a wrong attempt, waiting for good stuff to be written.
    Anyways, the utcOffset reported by the master is kept in data structures
    and passed over to slaves.
    Signed-off-by: Alessandro Rubini's avatarAlessandro Rubini <rubini@gnudd.com>
    e89573a3
Name
Last commit
Last update
arch-bare-i386 Loading commit data...
arch-bare-x86-64 Loading commit data...
arch-unix Loading commit data...
arch-wrpc Loading commit data...
arch-wrs Loading commit data...
doc Loading commit data...
etc Loading commit data...
include/ppsi Loading commit data...
lib Loading commit data...
lib-bare Loading commit data...
pp_printf Loading commit data...
proto-ext-whiterabbit Loading commit data...
proto-standard Loading commit data...
time-bare Loading commit data...
time-unix Loading commit data...
time-wrpc Loading commit data...
time-wrs Loading commit data...
tools Loading commit data...
.gitignore Loading commit data...
AUTHORS Loading commit data...
COPYING Loading commit data...
COPYING.LIB Loading commit data...
MAKEALL Loading commit data...
Makefile Loading commit data...
diag.c Loading commit data...
fsm.c Loading commit data...