|
Subject: |
Re: TS - EAST from GMT |
|
From: |
[email protected] (Marty Kraimer) |
|
Date: |
Mon, 16 Jan 1995 09:15:36 -0600 |
Thanks for finding this. We will put it into the next beta release.
I am guessing that this may also be the problem Bob Dalesio reported
for KEK in Japan.
Marty Kraimer
> From [email protected] Mon Jan 16 07:27 CST 1995
> Date: Mon, 16 Jan 1995 14:28:52 EST
> From: "Gabor Csuka, DESY - Germany" <[email protected]>
> To: [email protected]
> Cc: [email protected]
> Subject: TS - EAST from GMT
> Content-Type> : > text>
> Content-Length: 299
>
> Hi,
>
> The code below in tsSubr.c (line 902) doesn't work if EPICS_TS_MIN_WEST
> negative.
>
> assert(pStamp->secPastEpoch >= tsMinWest * 60);
>
> The correct is (e.g.):
>
> if (tsMinWest>0) {
> assert(pStamp->secPastEpoch >= (unsigned long)(tsMinWest * 60));
> }
>
>
>
> Regards,
> Gabor Csuka
> DESY
>
- Navigate by Date:
- Prev:
Re: I/O Interrupt Scanning Marty Kraimer
- Next:
Re: IOC time 1min=90sec ?? Marty Kraimer
- Index:
1994
<1995>
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
- Navigate by Thread:
- Prev:
Re: I/O Interrupt Scanning Marty Kraimer
- Next:
TS - EAST from GMT Gabor Csuka, DESY - Germany
- Index:
1994
<1995>
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
|