Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

This method is the callback from the client monitoring when it receives
a buffer in the shared memory. The example above uses an XtcIterator
subclass to drill down into the data and label it. You can provide your
own functionality there instead.

Building the example will require you to find the appropriate shared libraries,
include files. The data format definitions and shared memory support are
in a package called 'pdsdata'. You can find the data formats in include
files in this directory ...

Code Block
/reg/g/pcds/package/ana/release/pdsdata/

You can find the shared libararies in this directory...

Code Block
/reg/g/pcds/package/ana/release/build/pdsdata/lib/i386-linux-opt/
Write their own application, offline analysis style (reads from a file)

...