modified user example in manual/manual-api and regenerated documentation

This commit is contained in:
Dhanya Maliakal
2017-08-24 16:47:27 +02:00
parent 598d163173
commit 319d883880
123 changed files with 166 additions and 146 deletions

View File

@ -7,10 +7,20 @@ INTRODUCTION
This document describes the differences between previous versions and 3.0.0 releases.
Manuals can be found under the 'manual/docs' folder. Both HTML and pdf versions are provided.
Manual (both HTML and pdf versions) are provided in
manual/docs/
Documentation from Source Code can be found for the Command Line and for the API for
both HTML and pdf versions as slsDetectorClientDocs and slsDetectorUsersDocs respectively.
Documentation from Source Code can be found for the Command Line and for the API in
html:
manual/docs/html/slsDetectorClientDocs/index.html
manual/docs/html/slsDetectorUsersDocs/index.html
pdf:
manual/docs/pdf/slsDetectorClientDocs.pdf
manual/docs/pdf/slsDetectorUsersDocs.pdf
Example including binaries for detector and receiver user classes can be found in
manual/manual-api
User documentation can also be accessed directly at this location:
@ -87,7 +97,7 @@ Reiterating, both 2.3 and 3.0 supports the following features:
4. Multiple Receivers have to be started as different processes, instead of threads
due to static variables being used. Please refer example code provided in the
slsDetectorsPackage/users folder (mainReceiver.cpp).
slsDetectorsPackage/manual/manual-api folder (mainReceiver.cpp).
@ -147,9 +157,9 @@ New Features
receiver streamer threads) via the command line
Users
Users-API
-----
11. Users example forks new child processes for every extra receiver object.
11. manual-api example forks new child processes for every extra receiver object.