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 | 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 |
<== Date ==> | <== Thread ==> |
---|
Subject: | Re: iocStats reboot question |
From: | "Shen, Guobao" <[email protected]> |
To: | <[email protected]> |
Date: | Fri, 17 Apr 2015 10:32:05 -0400 |
Hi Geyang,
The reboot function used in iocStats has been redefined as for example "#define reboot(x) epicsExit(0)" on any posix system. You can find full definition in file for example devIocStats/os/posix/devIocStatsOSD.h Therefore, the reboot is a alias name of epicsExit() instead of not a linux OS reboot, and does accept parameter. I hope this is your question. Guobao On 4/17/15 9:20 AM, Silver wrote:
|