EPICS Controls Argonne National Laboratory

Experimental Physics and
Industrial Control System

1994  1995  1996  1997  1998  1999  2000  2001  2002  2003  2004  2005  2006  2007  2008  <20092010  2011  2012  2013  2014  2015  2016  2017  2018  2019  2020  2021  2022  2023  2024  Index 1994  1995  1996  1997  1998  1999  2000  2001  2002  2003  2004  2005  2006  2007  2008  <20092010  2011  2012  2013  2014  2015  2016  2017  2018  2019  2020  2021  2022  2023  2024 
<== Date ==> <== Thread ==>

Subject: RE: EpicsEventShow
From: "Rees, NP (Nick)" <[email protected]>
To: "Martin Konrad" <[email protected]>, <[email protected]>
Date: Thu, 9 Apr 2009 09:58:10 +0100
Hi Martin,

This is essentially os specific routine and the interpretation of level is also os-specific. You'll find the implementation in base/src/libCom/osi/epicsEvent.c:

void epicsEvent::show ( unsigned level ) const
{
    epicsEventShow ( this->id, level );
}

This isn't very helpful, but if you look in base/src/libCom/osi/os/<architecture>/osdEvent.c, you find the implementations. For example, in base/src/libCom/osi/os/vxWorks/osdEvent.c:

void epicsEventShow(epicsEventId id,unsigned int level)
{
    semShow((SEM_ID)id,level);
}

Which makes sense, and in base/src/libCom/osi/os/posix/osdEvent.c:

void epicsEventShow(epicsEventId id,unsigned int level)
{
}

Which isn't very useful...

Cheers,

Nick Rees
Principal Software Engineer           Phone: +44 (0)1235-778430
Diamond Light Source                  Fax:   +44 (0)1235-446713 

> -----Original Message-----
> From: [email protected] 
> [mailto:[email protected]] On Behalf Of Martin Konrad
> Sent: 09 April 2009 09:34
> To: [email protected]
> Subject: EpicsEventShow
> 
> Hallo,
> I found a function called "epicsEventShow" in the Application 
> Developer's 
> Guide and src/libCom/osi/epicsEvent.cpp:
> 
> void epicsEvent::show ( unsigned level ) const
> {
>     epicsEventShow ( this->id, level );
> }
> 
> But I can't find the source code. Can someone give me a hint 
> please? Does this 
> function write to stdout? What values are valid for level and 
> what do they 
> mean?
> 
> Thanks in advance
> 
> Martin
> 
> -- 
> Dipl. Phys. Martin Konrad
> Technische Universität Darmstadt
> Institut für Kernphysik
> Schlossgartenstr. 9
> 64289 Darmstadt
> Tel: 06151-16-5121
> Fax: 06151-16-4321
> 
> 
This e-mail and any attachments may contain confidential, copyright and or privileged material, and are for the use of the intended addressee only. If you are not the intended addressee or an authorised recipient of the addressee please notify us of receipt by returning the e-mail and do not use, copy, retain, distribute or disclose the information in or attached to the e-mail.
Any opinions expressed within this e-mail are those of the individual and not necessarily of Diamond Light Source Ltd. 
Diamond Light Source Ltd. cannot guarantee that this e-mail or any attachments are free from viruses and we cannot accept liability for any damage which you may sustain as a result of software viruses which may be transmitted in or with the message.
Diamond Light Source Limited (company no. 4375679). Registered in England and Wales with its registered office at Diamond House, Harwell Science and Innovation Campus, Didcot, Oxfordshire, OX11 0DE, United Kingdom
 


Replies:
Re: EpicsEventShow Martin Konrad
References:
EpicsEventShow Martin Konrad

Navigate by Date:
Prev: EpicsEventShow Martin Konrad
Next: Re: EpicsEventShow Martin Konrad
Index: 1994  1995  1996  1997  1998  1999  2000  2001  2002  2003  2004  2005  2006  2007  2008  <20092010  2011  2012  2013  2014  2015  2016  2017  2018  2019  2020  2021  2022  2023  2024 
Navigate by Thread:
Prev: EpicsEventShow Martin Konrad
Next: Re: EpicsEventShow Martin Konrad
Index: 1994  1995  1996  1997  1998  1999  2000  2001  2002  2003  2004  2005  2006  2007  2008  <20092010  2011  2012  2013  2014  2015  2016  2017  2018  2019  2020  2021  2022  2023  2024 
ANJ, 31 Jan 2014 Valid HTML 4.01! · Home · News · About · Base · Modules · Extensions · Distributions · Download ·
· Search · EPICS V4 · IRMIS · Talk · Bugs · Documents · Links · Licensing ·