The definition of the SPY id type:
This is a primitive type so the access to the internal stucture
should not be done.
All the routines of the library have a parameter of this type.
The spy library can be used to extract information from a local circular buffer,
from a circular buffer in a remote machine or from a YBOS file.
Thou, three different initialization routines are needed:
On the other side, only one dispose function is needed: spy_close_ext.
It uses the SPY id to distinguish between the three cases.
Follows the description of the functions:
SPY id
The spy library is based on SPY ids.
They are used to allow several sources of information.
Initialization
The inizialization routines are used to create and destroy SPY ids,
used for the information retrieval.
Information retrieval
The spy_get_ext
routine is used to retreive information from all the sources.
Must be disposed by the caller
SPY_ERROR_EMPTY if no data available
Required files
In order to use this library you should include the
spy_extended.h and link the
libspy_exteded.a and the
cybos libraries.
Spy libraries. | Top of the page. | Send comments to: Igor Sfiligoi |
Created | : | 14.12.1998 |
Last modified | : | 16.12.1998 |