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: question about pvAccess monitor |
From: | Marty Kraimer <[email protected]> |
To: | renato sanhueza <[email protected]> |
Cc: | [email protected] |
Date: | Mon, 2 Apr 2018 13:52:43 -0400 |
On 04/02/2018 12:28 PM, renato sanhueza
wrote:
For pvAccess the client can get the introspection interface for the pvStructure associated with a channel. It is obtained via a call to getField()
Initiate a request to retrieve a description of the structure of this Channel. While the type described by calls to getField() should match what is provided for all operations except RPC. GetFieldRequester::getDone() will be called before getField() returns, or at some time afterwards. It can do this only after it has connected to the channel. If an empty string is specified for subField then what the client receives is the introspection interface for the top level PVStructure for the channel. The client can then use this introspection interface to compose a request string for creating a channelGet, ..., monitor. If this is does not answer your question then maybe someone else can help. Marty
|