Parallel SpecTcl (version 6.0-dev)

Giordano Cerizza


Table of Contents
1. Introduction
2. Parallel SpecTcl: an introduction
3. How to create your thread-safe analysis pipeline
3.1. Parallel VMUSBSpecTcl
3.2. Parallel DDASSpecTcl
4. How to configure Parallel SpecTcl
List of Figures
2-1. Schematic representation of the working components of Spectcl 5.
2-2. Schematic representation of the working components of Parallel Spectcl.
2-3. Schematic representation of router-dealer messaging pattern algorithm.
3-1. Schematic representation of the working components of Spectcl 5.
4-1. Screenshot of SpecTclInit.tcl
4-2. Screenshot of Parallel SpecTcl frontend GUI
List of Examples
3-1. Obtaining the Parallel SpecTcl skeleton
3-2. Including event processor headers
3-3. Registering your event processing pipeline
3-4. Example of CMyProcessor.h
3-5. Example of CMyProcessor.cpp
3-6. Obtaining the Parallel SpecTcl skeleton
3-7. Including event processor headers
3-8. Registering MyParameters, MyParameterMapper, and the processing pipeline
3-9. Definition of MyParameters.h
3-10. Definition of MyCalibrator.h
3-11. Definition of MyParameterMapper.h
3-12. Definition of MyCalibrator.cpp