mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-23 18:17:59 +02:00
modified user example in manual/manual-api and regenerated documentation
This commit is contained in:
22
RELEASE.txt
22
RELEASE.txt
@ -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.
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user