mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-01-13 23:40:06 +01:00
Compare commits
80 Commits
dev/automa
...
8.0.0
| Author | SHA1 | Date | |
|---|---|---|---|
| a86fd00e59 | |||
| 24894667b7 | |||
| 4b414bfddb | |||
| 15d357d9ab | |||
| f95de054f9 | |||
| 0aef8113dd | |||
| 9785a41048 | |||
| 417e1a88a5 | |||
| 9c0dd0385d | |||
|
|
5ab64efe3e | ||
|
|
8f77e4d4fe | ||
| 41c5b75b10 | |||
| bfe53c6693 | |||
| f7997dd09a | |||
| c64e87a2b6 | |||
| 5eeb8e29c1 | |||
| 09697fa325 | |||
| 90b4daef39 | |||
| 2082f1eee7 | |||
| d3a636b563 | |||
| 50b9b6ca39 | |||
| e86b57cdfc | |||
| 14e11e8b5b | |||
| beafe86554 | |||
| af3dc1e7f4 | |||
| 573177203b | |||
| a3ca9ebce5 | |||
| 8174fc9691 | |||
| d6eac6da71 | |||
| 56c7ae4852 | |||
| 9b9b09ceaf | |||
| cfebaee2a5 | |||
| 4613c54f57 | |||
| 51f9d6f011 | |||
| 58ac7ac280 | |||
|
|
82edfa75d3 | ||
| 35ed926047 | |||
| 4023ed0775 | |||
| b6ef3bc39e | |||
| 2035666792 | |||
| 1ff4d806e7 | |||
| 3861379653 | |||
| 91140bbb71 | |||
| a5632fcbea | |||
| d44329117d | |||
| 4a454aa698 | |||
| 0e43072db8 | |||
| 6c67025ea8 | |||
| e5ee27dbfa | |||
| 601249cc71 | |||
| ff60b8c379 | |||
| 37ce3d6f59 | |||
| bf26533fd8 | |||
| 7106273521 | |||
| 1484d038de | |||
| fb0090c79e | |||
| adc68cd519 | |||
| 1566eef247 | |||
|
|
e7cd90db78 | ||
| 45414149fe | |||
| 48759f440e | |||
|
|
b367b7e431 | ||
| f0b2a6f6f9 | |||
| f761046bfc | |||
| 1a859b83db | |||
| 70bfc875a6 | |||
| c0755308a4 | |||
| ab5509e10c | |||
| 004cb26646 | |||
| a4f47a5945 | |||
| 312f3f473d | |||
| 5871086cd6 | |||
| 6a0fe823b3 | |||
| 5912aae53e | |||
| 8833ccf5cc | |||
| 77c558a7be | |||
| 378fc301b8 | |||
|
|
87d6e16090 | ||
|
|
2ef021041c | ||
|
|
574127b5ac |
@@ -29,6 +29,7 @@ Checks: '*,
|
|||||||
-llvmlibc-*'
|
-llvmlibc-*'
|
||||||
|
|
||||||
HeaderFilterRegex: \.h
|
HeaderFilterRegex: \.h
|
||||||
|
AnalyzeTemporaryDtors: false
|
||||||
FormatStyle: none
|
FormatStyle: none
|
||||||
CheckOptions:
|
CheckOptions:
|
||||||
- { key: readability-identifier-naming.NamespaceCase, value: lower_case }
|
- { key: readability-identifier-naming.NamespaceCase, value: lower_case }
|
||||||
|
|||||||
@@ -1,33 +0,0 @@
|
|||||||
name: Build on local RHEL8
|
|
||||||
|
|
||||||
on:
|
|
||||||
push:
|
|
||||||
branches:
|
|
||||||
- developer
|
|
||||||
workflow_dispatch:
|
|
||||||
|
|
||||||
permissions:
|
|
||||||
contents: read
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
build:
|
|
||||||
runs-on: "detectors-software-RH8"
|
|
||||||
steps:
|
|
||||||
- uses: actions/checkout@v4
|
|
||||||
|
|
||||||
- name: Build library
|
|
||||||
run: |
|
|
||||||
source /home/gitea_runner/.bashrc
|
|
||||||
conda activate det
|
|
||||||
mkdir build && cd build
|
|
||||||
conda activate det
|
|
||||||
cmake .. -DSLS_USE_PYTHON=ON
|
|
||||||
make -j 2
|
|
||||||
cd ../pyctbgui
|
|
||||||
make
|
|
||||||
|
|
||||||
- name: Deploy to NFS update server
|
|
||||||
if: gitea.ref == 'refs/heads/developer'
|
|
||||||
run: |
|
|
||||||
sftp -r gitea_runner@mpc2935:/slsDetectorSoftware/RH8 <<< $'put build/bin'
|
|
||||||
sftp -r gitea_runner@mpc2935:/slsDetectorSoftware/RH8 <<< $'put pyctbgui'
|
|
||||||
@@ -1,29 +0,0 @@
|
|||||||
name: Build on RHEL8
|
|
||||||
|
|
||||||
on:
|
|
||||||
push:
|
|
||||||
workflow_dispatch:
|
|
||||||
|
|
||||||
permissions:
|
|
||||||
contents: read
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
build:
|
|
||||||
runs-on: "ubuntu-latest"
|
|
||||||
container:
|
|
||||||
image: gitea.psi.ch/detectors/rhel8-detectors-dev
|
|
||||||
steps:
|
|
||||||
- name: Clone repository
|
|
||||||
run: |
|
|
||||||
echo Cloning ${{ github.ref_name }}
|
|
||||||
git clone https://${{secrets.GITHUB_TOKEN}}@gitea.psi.ch/${{ github.repository }}.git --branch=${{ github.ref_name }} .
|
|
||||||
|
|
||||||
- name: Build library
|
|
||||||
run: |
|
|
||||||
mkdir build && cd build
|
|
||||||
cmake .. -DSLS_USE_PYTHON=ON -DSLS_USE_TESTS=ON -DSLS_USE_SIMULATOR=ON
|
|
||||||
make -j 2
|
|
||||||
|
|
||||||
- name: C++ unit tests
|
|
||||||
working-directory: ${{gitea.workspace}}/build
|
|
||||||
run: ctest -j1 --rerun-failed --output-on-failure
|
|
||||||
@@ -1,30 +0,0 @@
|
|||||||
name: Build on local RHEL9
|
|
||||||
|
|
||||||
on:
|
|
||||||
push:
|
|
||||||
branches:
|
|
||||||
- developer
|
|
||||||
workflow_dispatch:
|
|
||||||
|
|
||||||
permissions:
|
|
||||||
contents: read
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
build:
|
|
||||||
runs-on: "detectors-software-RH9"
|
|
||||||
steps:
|
|
||||||
- uses: actions/checkout@v4
|
|
||||||
|
|
||||||
- name: Build library
|
|
||||||
run: |
|
|
||||||
mkdir build && cd build
|
|
||||||
cmake -DSLS_USE_PYTHON=ON -DPython_EXECUTABLE=/usr/bin/python3.13 -DPython_INCLUDE_DIR=/usr/include/python3.13 -DPython_LIBRARY=/usr/lib64/libpython3.13.so ..
|
|
||||||
make -j 2
|
|
||||||
cd ../pyctbgui
|
|
||||||
make
|
|
||||||
|
|
||||||
- name: Deploy to NFS update server
|
|
||||||
if: gitea.ref == 'refs/heads/developer'
|
|
||||||
run: |
|
|
||||||
sftp -r gitea_runner@mpc2935:/slsDetectorSoftware/RH9 <<< $'put build/bin'
|
|
||||||
sftp -r gitea_runner@mpc2935:/slsDetectorSoftware/RH9 <<< $'put pyctbgui'
|
|
||||||
@@ -1,27 +0,0 @@
|
|||||||
name: Build on RHEL9
|
|
||||||
|
|
||||||
on:
|
|
||||||
push:
|
|
||||||
workflow_dispatch:
|
|
||||||
|
|
||||||
permissions:
|
|
||||||
contents: read
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
build:
|
|
||||||
runs-on: "ubuntu-latest"
|
|
||||||
container:
|
|
||||||
image: gitea.psi.ch/detectors/rhel9-detectors-dev
|
|
||||||
steps:
|
|
||||||
- uses: actions/checkout@v4
|
|
||||||
|
|
||||||
|
|
||||||
- name: Build library
|
|
||||||
run: |
|
|
||||||
mkdir build && cd build
|
|
||||||
cmake .. -DSLS_USE_PYTHON=ON -DSLS_USE_TESTS=ON -DSLS_USE_SIMULATOR=ON
|
|
||||||
make -j 2
|
|
||||||
|
|
||||||
- name: C++ unit tests
|
|
||||||
working-directory: ${{gitea.workspace}}/build
|
|
||||||
run: ctest -j1 --rerun-failed --output-on-failure
|
|
||||||
122
.github/workflows/build_documentation.yml
vendored
122
.github/workflows/build_documentation.yml
vendored
@@ -1,122 +0,0 @@
|
|||||||
name: Build and upload Documentation
|
|
||||||
|
|
||||||
on:
|
|
||||||
workflow_dispatch:
|
|
||||||
pull_request:
|
|
||||||
branches:
|
|
||||||
- developer
|
|
||||||
- main
|
|
||||||
release:
|
|
||||||
types:
|
|
||||||
- published
|
|
||||||
|
|
||||||
env:
|
|
||||||
BUILD_TYPE: RELEASE
|
|
||||||
|
|
||||||
permissions:
|
|
||||||
contents: write # Required to push to gh-pages branch
|
|
||||||
pages: write # Required for GitHub Pages deployment
|
|
||||||
id-token: write # Required for GitHub Pages deployment
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
build-and-deploy:
|
|
||||||
strategy:
|
|
||||||
matrix:
|
|
||||||
patform: [ubuntu-latest]
|
|
||||||
python-version: ["3.12"]
|
|
||||||
runs-on: ${{ matrix.patform }}
|
|
||||||
|
|
||||||
defaults:
|
|
||||||
run:
|
|
||||||
shell: "bash -l {0}"
|
|
||||||
|
|
||||||
steps:
|
|
||||||
- uses: actions/checkout@v4
|
|
||||||
with:
|
|
||||||
fetch-depth: 0 # Fetch all history for proper git operations
|
|
||||||
token: ${{ secrets.GITHUB_TOKEN }} # Use the default token
|
|
||||||
|
|
||||||
# Extract release version (if triggered by release)
|
|
||||||
- name: Get Release Version
|
|
||||||
id: version
|
|
||||||
run: |
|
|
||||||
if [ "${{ github.event_name }}" == "release" ]; then
|
|
||||||
VERSION="${{ github.event.release.tag_name }}"
|
|
||||||
echo "version=${VERSION}" >> $GITHUB_OUTPUT
|
|
||||||
else
|
|
||||||
echo "version=developer" >> $GITHUB_OUTPUT
|
|
||||||
fi
|
|
||||||
|
|
||||||
- name: Install System Packages
|
|
||||||
uses: awalsh128/cache-apt-pkgs-action@latest
|
|
||||||
with:
|
|
||||||
packages: libhdf5-dev doxygen
|
|
||||||
version: 1.0
|
|
||||||
|
|
||||||
- name: Setup Python
|
|
||||||
uses: actions/setup-python@v5
|
|
||||||
with:
|
|
||||||
python-version: 3.12
|
|
||||||
cache: 'pip'
|
|
||||||
|
|
||||||
- name: Install Python Packages
|
|
||||||
run: pip install sphinx sphinx_rtd_theme breathe pyyaml jinja2
|
|
||||||
|
|
||||||
|
|
||||||
- name: Build Documentation
|
|
||||||
run: |
|
|
||||||
mkdir build
|
|
||||||
cd build
|
|
||||||
cmake -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} -DSLS_BUILD_DOCS=ON -DSLS_USE_HDF5=ON -DSLS_USE_PYTHON=ON ..
|
|
||||||
make -j4
|
|
||||||
make docs
|
|
||||||
|
|
||||||
# Update main index if this is a release
|
|
||||||
- name: Update version index
|
|
||||||
if: github.event_name == 'release'
|
|
||||||
run: |
|
|
||||||
python docs/main_index/render_main_index.py \
|
|
||||||
--version "${{ steps.version.outputs.version }}" \
|
|
||||||
--date "$(date +'%d.%m.%Y')"
|
|
||||||
|
|
||||||
- name: Checkout gh-pages
|
|
||||||
uses: actions/checkout@v4
|
|
||||||
with:
|
|
||||||
ref: gh-pages
|
|
||||||
path: gh-pages
|
|
||||||
|
|
||||||
|
|
||||||
- name: Copy documentation and Release notes to versioned folder
|
|
||||||
if: github.event_name == 'release' || (github.event_name == 'pull_request' && github.event.pull_request.merged == true)
|
|
||||||
run: |
|
|
||||||
VERSION="${{ steps.version.outputs.version }}"
|
|
||||||
mkdir -p "gh-pages/${VERSION}"
|
|
||||||
cp -r build/docs/html/. "gh-pages/${VERSION}/"
|
|
||||||
cp docs/main_index/index.html "gh-pages/index.html"
|
|
||||||
cp docs/main_index/index.html "gh-pages/_sources/index.html.txt"
|
|
||||||
if [ "${{ github.event_name }}" == "release" ]; then
|
|
||||||
cp RELEASE.md "gh-pages/releases/RELEASE_v${VERSION}.md"
|
|
||||||
fi
|
|
||||||
|
|
||||||
- name: Commit and Push changes to gh-pages
|
|
||||||
if: github.event_name == 'release' || (github.event_name == 'pull_request' && github.event.pull_request.merged == true)
|
|
||||||
run: |
|
|
||||||
cd gh-pages
|
|
||||||
git config --global user.name 'github-actions'
|
|
||||||
git config --global user.email 'github-actions@github.com'
|
|
||||||
git add .
|
|
||||||
git commit -m "Update Documentation for ${{ steps.version.outputs.version }}"
|
|
||||||
git remote set-url origin https://x-access-token:${GITHUB_TOKEN}@github.com/${GITHUB_REPOSITORY}.git
|
|
||||||
git push origin gh-pages
|
|
||||||
env:
|
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
64
.github/workflows/build_wheel.yml
vendored
64
.github/workflows/build_wheel.yml
vendored
@@ -1,64 +0,0 @@
|
|||||||
name: Build wheel
|
|
||||||
|
|
||||||
on:
|
|
||||||
workflow_dispatch:
|
|
||||||
pull_request:
|
|
||||||
push:
|
|
||||||
branches:
|
|
||||||
- main
|
|
||||||
release:
|
|
||||||
types:
|
|
||||||
- published
|
|
||||||
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
build_wheels:
|
|
||||||
name: Build wheels on ${{ matrix.os }}
|
|
||||||
runs-on: ${{ matrix.os }}
|
|
||||||
strategy:
|
|
||||||
matrix:
|
|
||||||
os: [ubuntu-latest,]
|
|
||||||
|
|
||||||
steps:
|
|
||||||
- uses: actions/checkout@v4
|
|
||||||
|
|
||||||
- name: Build wheels
|
|
||||||
run: pipx run cibuildwheel==3.2.1
|
|
||||||
|
|
||||||
- uses: actions/upload-artifact@v4
|
|
||||||
with:
|
|
||||||
name: cibw-wheels-${{ matrix.os }}-${{ strategy.job-index }}
|
|
||||||
path: ./wheelhouse/*.whl
|
|
||||||
|
|
||||||
build_sdist:
|
|
||||||
name: Build source distribution
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
steps:
|
|
||||||
- uses: actions/checkout@v4
|
|
||||||
|
|
||||||
- name: Build sdist
|
|
||||||
run: pipx run build --sdist
|
|
||||||
|
|
||||||
- uses: actions/upload-artifact@v4
|
|
||||||
with:
|
|
||||||
name: cibw-sdist
|
|
||||||
path: dist/*.tar.gz
|
|
||||||
|
|
||||||
upload_pypi:
|
|
||||||
needs: [build_wheels, build_sdist]
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
environment: pypi
|
|
||||||
permissions:
|
|
||||||
id-token: write
|
|
||||||
if: github.event_name == 'release' && github.event.action == 'published'
|
|
||||||
# or, alternatively, upload to PyPI on every tag starting with 'v' (remove on: release above to use this)
|
|
||||||
# if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v')
|
|
||||||
steps:
|
|
||||||
- uses: actions/download-artifact@v4
|
|
||||||
with:
|
|
||||||
# unpacks all CIBW artifacts into dist/
|
|
||||||
pattern: cibw-*
|
|
||||||
path: dist
|
|
||||||
merge-multiple: true
|
|
||||||
|
|
||||||
- uses: pypa/gh-action-pypi-publish@release/v1
|
|
||||||
@@ -1,4 +1,4 @@
|
|||||||
name: Native CMake Build
|
name: CMake
|
||||||
|
|
||||||
on: [push, pull_request]
|
on: [push, pull_request]
|
||||||
|
|
||||||
@@ -14,16 +14,10 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
name: Configure and build using cmake
|
name: Configure and build using cmake
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v3
|
||||||
- uses: actions/setup-python@v5
|
|
||||||
with:
|
|
||||||
python-version: 3.12
|
|
||||||
cache: 'pip'
|
|
||||||
- run: pip install pytest numpy colorama
|
|
||||||
|
|
||||||
- uses: awalsh128/cache-apt-pkgs-action@latest
|
- uses: awalsh128/cache-apt-pkgs-action@latest
|
||||||
with:
|
with:
|
||||||
packages: libhdf5-dev qtbase5-dev qt5-qmake libqt5svg5-dev libpng-dev libtiff-dev
|
packages: libzmq3-dev libhdf5-dev qtbase5-dev qt5-qmake libqt5svg5-dev
|
||||||
version: 1.0
|
version: 1.0
|
||||||
|
|
||||||
- name: Configure CMake
|
- name: Configure CMake
|
||||||
@@ -33,20 +27,12 @@ jobs:
|
|||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
# Build your program with the given configuration
|
# Build your program with the given configuration
|
||||||
run: cmake --build ${{github.workspace}}/build -j4 --config ${{env.BUILD_TYPE}}
|
run: cmake --build ${{github.workspace}}/build -j2 --config ${{env.BUILD_TYPE}}
|
||||||
|
|
||||||
- name: C++ unit tests
|
- name: Test
|
||||||
working-directory: ${{github.workspace}}/build
|
working-directory: ${{github.workspace}}/build
|
||||||
run: ctest -C ${{env.BUILD_TYPE}} -j1 --rerun-failed --output-on-failure
|
# Execute tests defined by the CMake configuration.
|
||||||
|
# See https://cmake.org/cmake/help/latest/manual/ctest.1.html for more detail
|
||||||
- name: Python unit tests
|
run: ctest -C ${{env.BUILD_TYPE}} -j1
|
||||||
working-directory: ${{github.workspace}}/build/bin
|
|
||||||
run: |
|
|
||||||
python -m pytest ${{github.workspace}}/python/tests
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
47
.github/workflows/conda_deploy_library.yaml
vendored
47
.github/workflows/conda_deploy_library.yaml
vendored
@@ -1,47 +0,0 @@
|
|||||||
name: Build and deploy slsdetlib
|
|
||||||
|
|
||||||
on:
|
|
||||||
release:
|
|
||||||
types:
|
|
||||||
- published
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
build:
|
|
||||||
strategy:
|
|
||||||
fail-fast: false
|
|
||||||
matrix:
|
|
||||||
platform: [ubuntu-latest, ] # macos-12, windows-2019]
|
|
||||||
python-version: ["3.12",]
|
|
||||||
|
|
||||||
runs-on: ${{ matrix.platform }}
|
|
||||||
|
|
||||||
# The setup-miniconda action needs this to activate miniconda
|
|
||||||
defaults:
|
|
||||||
run:
|
|
||||||
shell: "bash -l {0}"
|
|
||||||
|
|
||||||
steps:
|
|
||||||
- uses: actions/checkout@v4
|
|
||||||
|
|
||||||
- name: Get conda
|
|
||||||
uses: conda-incubator/setup-miniconda@v3.0.4
|
|
||||||
with:
|
|
||||||
python-version: ${{ matrix.python-version }}
|
|
||||||
channels: conda-forge
|
|
||||||
|
|
||||||
- name: Prepare
|
|
||||||
run: conda install conda-build conda-verify pytest anaconda-client
|
|
||||||
|
|
||||||
- name: Enable upload
|
|
||||||
run: conda config --set anaconda_upload yes
|
|
||||||
|
|
||||||
- name: Build
|
|
||||||
env:
|
|
||||||
CONDA_TOKEN: ${{ secrets.CONDA_TOKEN }}
|
|
||||||
run: conda build conda-recipes/main-library --user slsdetectorgroup --token ${CONDA_TOKEN} --output-folder build_output
|
|
||||||
|
|
||||||
- name: Upload all Conda to github as artifacts
|
|
||||||
uses: actions/upload-artifact@v4
|
|
||||||
with:
|
|
||||||
name: conda-packages
|
|
||||||
path: build_output/** # Uploads all packages
|
|
||||||
47
.github/workflows/conda_deploy_slsdet.yaml
vendored
47
.github/workflows/conda_deploy_slsdet.yaml
vendored
@@ -1,47 +0,0 @@
|
|||||||
name: deploy slsdet
|
|
||||||
|
|
||||||
on:
|
|
||||||
release:
|
|
||||||
types:
|
|
||||||
- published
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
build:
|
|
||||||
strategy:
|
|
||||||
fail-fast: false
|
|
||||||
matrix:
|
|
||||||
platform: [ubuntu-latest, ] # macos-12, windows-2019]
|
|
||||||
python-version: ["3.12",]
|
|
||||||
|
|
||||||
runs-on: ${{ matrix.platform }}
|
|
||||||
|
|
||||||
# The setup-miniconda action needs this to activate miniconda
|
|
||||||
defaults:
|
|
||||||
run:
|
|
||||||
shell: "bash -l {0}"
|
|
||||||
|
|
||||||
steps:
|
|
||||||
- uses: actions/checkout@v4
|
|
||||||
|
|
||||||
- name: Get conda
|
|
||||||
uses: conda-incubator/setup-miniconda@v3.0.4
|
|
||||||
with:
|
|
||||||
python-version: ${{ matrix.python-version }}
|
|
||||||
channels: conda-forge
|
|
||||||
|
|
||||||
- name: Prepare
|
|
||||||
run: conda install conda-build conda-verify pytest anaconda-client
|
|
||||||
|
|
||||||
- name: Enable upload
|
|
||||||
run: conda config --set anaconda_upload yes
|
|
||||||
|
|
||||||
- name: Build
|
|
||||||
env:
|
|
||||||
CONDA_TOKEN: ${{ secrets.CONDA_TOKEN }}
|
|
||||||
run: conda build conda-recipes/python-client --user slsdetectorgroup --token ${CONDA_TOKEN} --output-folder build_output
|
|
||||||
|
|
||||||
- name: Upload all Conda packages
|
|
||||||
uses: actions/upload-artifact@v4
|
|
||||||
with:
|
|
||||||
name: conda-packages
|
|
||||||
path: build_output/** # Uploads all packages
|
|
||||||
42
.github/workflows/conda_library.yaml
vendored
42
.github/workflows/conda_library.yaml
vendored
@@ -1,42 +0,0 @@
|
|||||||
name: Build slsdetlib
|
|
||||||
|
|
||||||
on: [pull_request]
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
build:
|
|
||||||
strategy:
|
|
||||||
fail-fast: false
|
|
||||||
matrix:
|
|
||||||
platform: [ubuntu-latest, ] # macos-12, windows-2019]
|
|
||||||
python-version: ["3.12",]
|
|
||||||
|
|
||||||
runs-on: ${{ matrix.platform }}
|
|
||||||
|
|
||||||
# The setup-miniconda action needs this to activate miniconda
|
|
||||||
defaults:
|
|
||||||
run:
|
|
||||||
shell: "bash -l {0}"
|
|
||||||
|
|
||||||
steps:
|
|
||||||
- uses: actions/checkout@v4
|
|
||||||
|
|
||||||
- name: Get conda
|
|
||||||
uses: conda-incubator/setup-miniconda@v3.0.4
|
|
||||||
with:
|
|
||||||
python-version: ${{ matrix.python-version }}
|
|
||||||
channels: conda-forge
|
|
||||||
|
|
||||||
- name: Prepare
|
|
||||||
run: conda install conda-build conda-verify pytest anaconda-client
|
|
||||||
|
|
||||||
- name: Disable upload
|
|
||||||
run: conda config --set anaconda_upload no
|
|
||||||
|
|
||||||
- name: Build
|
|
||||||
run: conda build conda-recipes/main-library --output-folder build_output
|
|
||||||
|
|
||||||
- name: Upload all Conda packages
|
|
||||||
uses: actions/upload-artifact@v4
|
|
||||||
with:
|
|
||||||
name: conda-packages
|
|
||||||
path: build_output/** # Uploads all packages
|
|
||||||
42
.github/workflows/conda_python.yaml
vendored
42
.github/workflows/conda_python.yaml
vendored
@@ -1,42 +0,0 @@
|
|||||||
name: slsdet
|
|
||||||
|
|
||||||
on: [pull_request]
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
build:
|
|
||||||
strategy:
|
|
||||||
fail-fast: false
|
|
||||||
matrix:
|
|
||||||
platform: [ubuntu-latest, ] # macos-12, windows-2019]
|
|
||||||
python-version: ["3.12",]
|
|
||||||
|
|
||||||
runs-on: ${{ matrix.platform }}
|
|
||||||
|
|
||||||
# The setup-miniconda action needs this to activate miniconda
|
|
||||||
defaults:
|
|
||||||
run:
|
|
||||||
shell: "bash -l {0}"
|
|
||||||
|
|
||||||
steps:
|
|
||||||
- uses: actions/checkout@v4
|
|
||||||
|
|
||||||
- name: Get conda
|
|
||||||
uses: conda-incubator/setup-miniconda@v3.0.4
|
|
||||||
with:
|
|
||||||
python-version: ${{ matrix.python-version }}
|
|
||||||
channels: conda-forge
|
|
||||||
|
|
||||||
- name: Prepare
|
|
||||||
run: conda install conda-build conda-verify pytest anaconda-client
|
|
||||||
|
|
||||||
- name: Disable upload
|
|
||||||
run: conda config --set anaconda_upload no
|
|
||||||
|
|
||||||
- name: Build
|
|
||||||
run: conda build conda-recipes/python-client --output-folder build_output
|
|
||||||
|
|
||||||
- name: Upload all Conda packages
|
|
||||||
uses: actions/upload-artifact@v4
|
|
||||||
with:
|
|
||||||
name: conda-packages
|
|
||||||
path: build_output/** # Uploads all packages
|
|
||||||
159
CMakeLists.txt
159
CMakeLists.txt
@@ -1,16 +1,8 @@
|
|||||||
# SPDX-License-Identifier: LGPL-3.0-or-other
|
# SPDX-License-Identifier: LGPL-3.0-or-other
|
||||||
# Copyright (C) 2021 Contributors to the SLS Detector Package
|
# Copyright (C) 2021 Contributors to the SLS Detector Package
|
||||||
cmake_minimum_required(VERSION 3.15)
|
cmake_minimum_required(VERSION 3.14)
|
||||||
project(slsDetectorPackage)
|
project(slsDetectorPackage)
|
||||||
|
set(PROJECT_VERSION 8.0.0)
|
||||||
# Read VERSION file into project version
|
|
||||||
set(VERSION_FILE "${CMAKE_CURRENT_SOURCE_DIR}/VERSION")
|
|
||||||
file(READ "${VERSION_FILE}" VERSION_CONTENT)
|
|
||||||
string(STRIP "${VERSION_CONTENT}" PROJECT_VERSION_STRING)
|
|
||||||
set(PROJECT_VERSION ${PROJECT_VERSION_STRING})
|
|
||||||
|
|
||||||
# Pass it to the compiler
|
|
||||||
add_compile_definitions(SLS_DET_VERSION="${PROJECT_VERSION}")
|
|
||||||
|
|
||||||
set(CMAKE_CXX_FLAGS_RELEASE "-O3 -DNDEBUG")
|
set(CMAKE_CXX_FLAGS_RELEASE "-O3 -DNDEBUG")
|
||||||
|
|
||||||
@@ -21,127 +13,31 @@ if (${CMAKE_VERSION} VERSION_GREATER "3.24")
|
|||||||
endif()
|
endif()
|
||||||
include(cmake/project_version.cmake)
|
include(cmake/project_version.cmake)
|
||||||
include(cmake/SlsAddFlag.cmake)
|
include(cmake/SlsAddFlag.cmake)
|
||||||
include(cmake/helpers.cmake)
|
|
||||||
|
|
||||||
|
|
||||||
find_package(Threads REQUIRED)
|
|
||||||
|
|
||||||
# POSIX threads are required for the moment but we use CMake to find them
|
|
||||||
# Once migrated to std::thread this can be removed
|
|
||||||
if(NOT CMAKE_USE_PTHREADS_INIT)
|
|
||||||
message(FATAL_ERROR "A POSIX threads (pthread) implementation is required, but was not found.")
|
|
||||||
endif()
|
|
||||||
|
|
||||||
|
|
||||||
option(SLS_USE_SYSTEM_ZMQ "Use system installed libzmq" OFF)
|
|
||||||
|
|
||||||
# Using FetchContent to get libzmq
|
# Using FetchContent to get libzmq
|
||||||
include(FetchContent)
|
include(FetchContent)
|
||||||
option(SLS_FETCH_ZMQ_FROM_GITHUB "Fetch zmq from github" OFF)
|
option(SLS_FETCH_ZMQ_FROM_GITHUB "Fetch zmq from github" OFF)
|
||||||
option(SLS_FETCH_PYBIND11_FROM_GITHUB "Fetch pybind11 from github" OFF)
|
option(SLS_FETCH_PYBIND11_FROM_GITHUB "Fetch pybind11 from github" OFF)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# Allow FetchContent_Populate to be called with a single argument
|
|
||||||
# otherwise deprecated warning is issued
|
|
||||||
# Note: From cmake 3.28 we can pass EXCLUDE_FROM_ALL to FetchContent_Declare
|
|
||||||
# and avoid direct use of Populate
|
|
||||||
if (${CMAKE_VERSION} VERSION_GREATER_EQUAL "3.30")
|
|
||||||
cmake_policy(SET CMP0169 OLD)
|
|
||||||
endif()
|
|
||||||
|
|
||||||
# Patch libzmq to set minimum cmake version to 3.15 to avoid warnings
|
|
||||||
# with newer cmake versions
|
|
||||||
# Patch is applied in the FetchContent_Declare
|
|
||||||
set(SLS_LIBZMQ_VERSION "4.3.4")
|
|
||||||
|
|
||||||
find_program(PATCH_EXECUTABLE patch)
|
|
||||||
if(NOT PATCH_EXECUTABLE)
|
|
||||||
message(FATAL_ERROR "The 'patch' tool is required for patching lib zeromq. Please install it.")
|
|
||||||
endif()
|
|
||||||
|
|
||||||
if(SLS_USE_SYSTEM_ZMQ)
|
|
||||||
# find_package(ZeroMQ REQUIRED)
|
|
||||||
# 1) Try a CMake package config if available (vcpkg, Homebrew, source builds)
|
|
||||||
# Many installs export either ZeroMQ::libzmq or libzmq.
|
|
||||||
find_package(ZeroMQ QUIET CONFIG)
|
|
||||||
|
|
||||||
set(ZEROMQ_TARGET "")
|
|
||||||
|
|
||||||
if (TARGET ZeroMQ::libzmq)
|
|
||||||
set(ZEROMQ_TARGET ZeroMQ::libzmq)
|
|
||||||
message(STATUS "Found target: ${ZEROMQ_TARGET} version: ${ZeroMQ_VERSION}")
|
|
||||||
elseif (TARGET libzmq)
|
|
||||||
set(ZEROMQ_TARGET libzmq)
|
|
||||||
message(STATUS "Found target: ${ZEROMQ_TARGET} version: ${ZeroMQ_VERSION}")
|
|
||||||
elseif (TARGET ZeroMQ::ZeroMQ) # rare older naming
|
|
||||||
set(ZEROMQ_TARGET ZeroMQ::ZeroMQ)
|
|
||||||
message(STATUS "Found target: ${ZEROMQ_TARGET} version: ${ZeroMQ_VERSION}")
|
|
||||||
endif()
|
|
||||||
|
|
||||||
# 2) Fallback: use pkg-config hints + manual find_* to create an imported target
|
|
||||||
if (NOT ZEROMQ_TARGET)
|
|
||||||
find_package(PkgConfig QUIET)
|
|
||||||
if (PkgConfig_FOUND)
|
|
||||||
pkg_check_modules(PC_ZeroMQ QUIET libzmq)
|
|
||||||
endif()
|
|
||||||
|
|
||||||
find_path(ZEROMQ_INCLUDE_DIR
|
|
||||||
NAMES zmq.h
|
|
||||||
HINTS ${PC_ZeroMQ_INCLUDE_DIRS}
|
|
||||||
)
|
|
||||||
|
|
||||||
find_library(ZEROMQ_LIBRARY
|
|
||||||
NAMES zmq libzmq
|
|
||||||
HINTS ${PC_ZeroMQ_LIBRARY_DIRS}
|
|
||||||
)
|
|
||||||
|
|
||||||
if (ZEROMQ_INCLUDE_DIR AND ZEROMQ_LIBRARY)
|
|
||||||
add_library(libzmq UNKNOWN IMPORTED)
|
|
||||||
set_target_properties(libzmq PROPERTIES
|
|
||||||
IMPORTED_LOCATION "${ZEROMQ_LIBRARY}"
|
|
||||||
INTERFACE_INCLUDE_DIRECTORIES "${ZEROMQ_INCLUDE_DIR}"
|
|
||||||
)
|
|
||||||
set(ZEROMQ_TARGET libzmq)
|
|
||||||
endif()
|
|
||||||
message(STATUS "ZeroMQ version (pkg-config): ${PC_ZeroMQ_VERSION}")
|
|
||||||
|
|
||||||
endif()
|
|
||||||
|
|
||||||
# 3) Error out if still not found, with a helpful message
|
|
||||||
if (NOT ZEROMQ_TARGET)
|
|
||||||
message(FATAL_ERROR "ZeroMQ (libzmq) not found. Please install ZeroMQ development files.")
|
|
||||||
endif()
|
|
||||||
|
|
||||||
# Use it
|
|
||||||
# target_link_libraries(your_target PRIVATE ${ZEROMQ_TARGET})
|
|
||||||
|
|
||||||
message(STATUS "Using system installed libzmq: ${ZeroMQ_LIBRARIES}")
|
|
||||||
message(STATUS "ZeroMQ target: ${ZEROMQ_TARGET}")
|
|
||||||
message(STATUS "ZeroMQ include dirs: ${ZeroMQ_INCLUDE_DIRS}")
|
|
||||||
else()
|
|
||||||
if(SLS_FETCH_ZMQ_FROM_GITHUB)
|
if(SLS_FETCH_ZMQ_FROM_GITHUB)
|
||||||
# Opt in to pull down a zmq version from github instead of
|
# Opt in to pull down a zmq version from github instead of
|
||||||
# using the bundled version
|
# using the bundled verison
|
||||||
FetchContent_Declare(
|
FetchContent_Declare(
|
||||||
libzmq
|
libzmq
|
||||||
GIT_REPOSITORY https://github.com/zeromq/libzmq.git
|
GIT_REPOSITORY https://github.com/zeromq/libzmq.git
|
||||||
GIT_TAG v${SLS_LIBZMQ_VERSION}
|
GIT_TAG v4.3.4
|
||||||
PATCH_COMMAND ${CMAKE_COMMAND} -E chdir <SOURCE_DIR> patch -p1 < ${CMAKE_CURRENT_SOURCE_DIR}/libs/libzmq/libzmq_cmake_version.patch
|
|
||||||
UPDATE_DISCONNECTED 1
|
|
||||||
)
|
)
|
||||||
else()
|
else()
|
||||||
# Standard behaviour use libzmq included in this repo (libs/libzmq)
|
# Standard behaviour use libzmq included in this repo (libs/libzmq)
|
||||||
FetchContent_Declare(
|
FetchContent_Declare(
|
||||||
libzmq
|
libzmq
|
||||||
URL ${CMAKE_CURRENT_SOURCE_DIR}/libs/libzmq/libzmq-${SLS_LIBZMQ_VERSION}.tar.gz
|
URL ${CMAKE_SOURCE_DIR}/libs/libzmq/libzmq-4.3.4.tar.gz
|
||||||
URL_HASH MD5=cc20b769ac10afa352e5ed2769bb23b3
|
URL_HASH MD5=cc20b769ac10afa352e5ed2769bb23b3
|
||||||
PATCH_COMMAND ${CMAKE_COMMAND} -E chdir <SOURCE_DIR> patch -p1 < ${CMAKE_CURRENT_SOURCE_DIR}/libs/libzmq/libzmq_cmake_version.patch
|
|
||||||
UPDATE_DISCONNECTED 1
|
|
||||||
)
|
)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
|
||||||
# Disable unwanted options from libzmq
|
# Disable unwanted options from libzmq
|
||||||
set(BUILD_TESTS OFF CACHE BOOL "Switch off libzmq test build")
|
set(BUILD_TESTS OFF CACHE BOOL "Switch off libzmq test build")
|
||||||
set(BUILD_SHARED OFF CACHE BOOL "Switch off libzmq shared libs")
|
set(BUILD_SHARED OFF CACHE BOOL "Switch off libzmq shared libs")
|
||||||
@@ -150,10 +46,6 @@ else()
|
|||||||
set(ENABLE_CLANG OFF CACHE BOOL "")
|
set(ENABLE_CLANG OFF CACHE BOOL "")
|
||||||
set(ENABLE_CURVE OFF CACHE BOOL "")
|
set(ENABLE_CURVE OFF CACHE BOOL "")
|
||||||
set(ENABLE_DRAFTS OFF CACHE BOOL "")
|
set(ENABLE_DRAFTS OFF CACHE BOOL "")
|
||||||
set(ENABLE_PRECOMPILED OFF CACHE BOOL "")
|
|
||||||
set(WITH_DOC OFF CACHE BOOL "")
|
|
||||||
set(WITH_DOCS OFF CACHE BOOL "")
|
|
||||||
|
|
||||||
|
|
||||||
# Using GetProperties and Populate to be able to exclude zmq
|
# Using GetProperties and Populate to be able to exclude zmq
|
||||||
# from install (not possible with FetchContent_MakeAvailable(libzmq))
|
# from install (not possible with FetchContent_MakeAvailable(libzmq))
|
||||||
@@ -163,7 +55,7 @@ else()
|
|||||||
add_subdirectory(${libzmq_SOURCE_DIR} ${libzmq_BINARY_DIR} EXCLUDE_FROM_ALL)
|
add_subdirectory(${libzmq_SOURCE_DIR} ${libzmq_BINARY_DIR} EXCLUDE_FROM_ALL)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
endif()
|
|
||||||
|
|
||||||
include(GNUInstallDirs)
|
include(GNUInstallDirs)
|
||||||
|
|
||||||
@@ -192,7 +84,7 @@ endif()
|
|||||||
|
|
||||||
|
|
||||||
option(SLS_USE_HDF5 "HDF5 File format" OFF)
|
option(SLS_USE_HDF5 "HDF5 File format" OFF)
|
||||||
option(SLS_BUILD_SHARED_LIBRARIES "Build shared libaries" OFF)
|
option(SLS_BUILD_SHARED_LIBRARIES "Build shared libaries" ON)
|
||||||
option(SLS_USE_TEXTCLIENT "Text Client" ON)
|
option(SLS_USE_TEXTCLIENT "Text Client" ON)
|
||||||
option(SLS_USE_DETECTOR "Detector libs" ON)
|
option(SLS_USE_DETECTOR "Detector libs" ON)
|
||||||
option(SLS_USE_RECEIVER "Receiver" ON)
|
option(SLS_USE_RECEIVER "Receiver" ON)
|
||||||
@@ -256,6 +148,7 @@ set(SLS_INTERNAL_QWT_DIR ${CMAKE_CURRENT_SOURCE_DIR}/libs/qwt-6.1.5)
|
|||||||
set(ClangFormat_EXCLUDE_PATTERNS "build/"
|
set(ClangFormat_EXCLUDE_PATTERNS "build/"
|
||||||
"libs/"
|
"libs/"
|
||||||
"slsDetectorCalibration/"
|
"slsDetectorCalibration/"
|
||||||
|
"ctbGui/"
|
||||||
"manual/"
|
"manual/"
|
||||||
"python/"
|
"python/"
|
||||||
"sample/"
|
"sample/"
|
||||||
@@ -264,9 +157,11 @@ find_package(ClangFormat)
|
|||||||
|
|
||||||
set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
|
set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
|
||||||
|
|
||||||
default_build_type("Release")
|
if (NOT CMAKE_BUILD_TYPE AND NOT CMAKE_CONFIGURATION_TYPES)
|
||||||
set_std_fs_lib()
|
message(STATUS "No build type selected, default to Release")
|
||||||
message(STATUS "Extra linking to fs lib:${STD_FS_LIB}")
|
set(CMAKE_BUILD_TYPE "Release" CACHE STRING "Build type (default Release)" FORCE)
|
||||||
|
endif()
|
||||||
|
|
||||||
|
|
||||||
#Enable LTO if available
|
#Enable LTO if available
|
||||||
include(CheckIPOSupported)
|
include(CheckIPOSupported)
|
||||||
@@ -289,7 +184,7 @@ endif()
|
|||||||
# to control options for the libraries
|
# to control options for the libraries
|
||||||
if(NOT TARGET slsProjectOptions)
|
if(NOT TARGET slsProjectOptions)
|
||||||
add_library(slsProjectOptions INTERFACE)
|
add_library(slsProjectOptions INTERFACE)
|
||||||
target_compile_features(slsProjectOptions INTERFACE cxx_std_17)
|
target_compile_features(slsProjectOptions INTERFACE cxx_std_11)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
if (NOT TARGET slsProjectWarnings)
|
if (NOT TARGET slsProjectWarnings)
|
||||||
@@ -337,24 +232,18 @@ if (NOT TARGET slsProjectCSettings)
|
|||||||
-Wredundant-decls
|
-Wredundant-decls
|
||||||
-Wdouble-promotion
|
-Wdouble-promotion
|
||||||
-Werror=return-type
|
-Werror=return-type
|
||||||
-Wno-format-overflow
|
|
||||||
-Wno-format-truncation
|
|
||||||
)
|
)
|
||||||
sls_disable_c_warning("-Wstringop-truncation")
|
sls_disable_c_warning("-Wstringop-truncation")
|
||||||
target_link_libraries(slsProjectCSettings INTERFACE
|
|
||||||
Threads::Threads
|
|
||||||
)
|
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
|
||||||
if(SLS_USE_SANITIZER)
|
if(SLS_USE_SANITIZER)
|
||||||
target_compile_options(slsProjectOptions INTERFACE -fsanitize=address,undefined -fno-omit-frame-pointer)
|
target_compile_options(slsProjectOptions INTERFACE -fsanitize=address,undefined -fno-omit-frame-pointer)
|
||||||
target_link_libraries(slsProjectOptions INTERFACE -fsanitize=address,undefined)
|
target_link_libraries(slsProjectOptions INTERFACE -fsanitize=address,undefined)
|
||||||
#target_compile_options(slsProjectOptions INTERFACE -fsanitize=thread -fno-omit-frame-pointer)
|
# target_compile_options(slsProjectOptions INTERFACE -fsanitize=thread)
|
||||||
# target_link_libraries(slsProjectOptions INTERFACE -fsanitize=thread)
|
# target_link_libraries(slsProjectOptions INTERFACE -fsanitize=thread)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
|
||||||
if(SLS_TUNE_LOCAL)
|
if(SLS_TUNE_LOCAL)
|
||||||
target_compile_options(slsProjectOptions INTERFACE -mtune=native -march=native)
|
target_compile_options(slsProjectOptions INTERFACE -mtune=native -march=native)
|
||||||
endif()
|
endif()
|
||||||
@@ -405,21 +294,19 @@ if (SLS_USE_INTEGRATION_TESTS)
|
|||||||
endif (SLS_USE_INTEGRATION_TESTS)
|
endif (SLS_USE_INTEGRATION_TESTS)
|
||||||
|
|
||||||
if (SLS_USE_PYTHON)
|
if (SLS_USE_PYTHON)
|
||||||
find_package (Python 3.8 COMPONENTS Interpreter Development.Module REQUIRED)
|
find_package (Python 3.6 COMPONENTS Interpreter Development)
|
||||||
set(PYBIND11_FINDPYTHON ON) # Needed for RH8
|
|
||||||
if(SLS_FETCH_PYBIND11_FROM_GITHUB)
|
if(SLS_FETCH_PYBIND11_FROM_GITHUB)
|
||||||
FetchContent_Declare(
|
FetchContent_Declare(
|
||||||
pybind11
|
pybind11
|
||||||
GIT_REPOSITORY https://github.com/pybind/pybind11
|
GIT_REPOSITORY https://github.com/pybind/pybind11
|
||||||
GIT_TAG v2.13.6
|
GIT_TAG v2.11.0
|
||||||
)
|
)
|
||||||
|
|
||||||
else()
|
else()
|
||||||
# https://github.com/pybind/pybind11/releases
|
|
||||||
FetchContent_Declare(
|
FetchContent_Declare(
|
||||||
pybind11
|
pybind11
|
||||||
URL ${CMAKE_CURRENT_SOURCE_DIR}/libs/pybind11/v2.13.6.tar.gz
|
URL ${CMAKE_SOURCE_DIR}/libs/pybind11/v2.11.0.tar.gz
|
||||||
URL_HASH MD5=a04dead9c83edae6d84e2e343da7feeb
|
URL_HASH MD5=90c4946e87c64d8d8fc0ae4edf35d780
|
||||||
)
|
)
|
||||||
endif()
|
endif()
|
||||||
FetchContent_MakeAvailable(pybind11)
|
FetchContent_MakeAvailable(pybind11)
|
||||||
@@ -428,18 +315,12 @@ if (SLS_USE_PYTHON)
|
|||||||
endif(SLS_USE_PYTHON)
|
endif(SLS_USE_PYTHON)
|
||||||
|
|
||||||
if (SLS_USE_CTBGUI)
|
if (SLS_USE_CTBGUI)
|
||||||
add_subdirectory(pyctbgui)
|
add_subdirectory(ctbGui)
|
||||||
endif(SLS_USE_CTBGUI)
|
endif(SLS_USE_CTBGUI)
|
||||||
|
|
||||||
# Workaround for file note being copied to build directory
|
|
||||||
# when issuing a python -m build
|
|
||||||
# TODO! Proper fix
|
|
||||||
if(EXISTS ".clang-tidy")
|
|
||||||
configure_file( .clang-tidy
|
configure_file( .clang-tidy
|
||||||
${CMAKE_BINARY_DIR}/.clang-tidy
|
${CMAKE_BINARY_DIR}/.clang-tidy
|
||||||
)
|
)
|
||||||
endif()
|
|
||||||
|
|
||||||
|
|
||||||
if (SLS_BUILD_EXAMPLES)
|
if (SLS_BUILD_EXAMPLES)
|
||||||
add_subdirectory(sample)
|
add_subdirectory(sample)
|
||||||
|
|||||||
154
README.md
154
README.md
@@ -1,33 +1,20 @@
|
|||||||
## Dependencies
|
## Dependencies
|
||||||
Before building from source make sure that you have the [dependencies](https://slsdetectorgroup.github.io/devdoc/dependencies.html) installed. If installing using conda, conda will manage the dependencies. Avoid also installing dependency packages with pip.
|
Before building from source make sure that you have the [software wiki](https://slsdetectorgroup.github.io/devdoc/dependencies.html) installed. If installing using conda, conda will manage the dependencies. Avoid also installing packages with pip.
|
||||||
|
|
||||||
## Documentaion
|
## Documentaion
|
||||||
Detailed documentation including installation can be found in the [Documentation](https://slsdetectorgroup.github.io/slsDetectorPackage/index.html).
|
Detailed documentation can be found in the [software wiki](https://slsdetectorgroup.github.io/devdoc/index.html) and on the [official site](https://www.psi.ch/en/detectors/software).
|
||||||
|
|
||||||
List of releases can be found on the [official site](https://www.psi.ch/en/lxn/software-releases).
|
|
||||||
|
|
||||||
Firmware compatiblity can be found in [firmware page](https://github.com/slsdetectorgroup/slsDetectorFirmware)
|
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
The slsDetectorPackage provides core detector software implemented in C++, along with Python bindings packaged as the slsdet Python extension module. Choose the option that best fits your environment and use case.
|
### 1. Install binaries using conda
|
||||||
|
|
||||||
1. **Install pre-built binaries using conda (Recommended)**: Install pre-built binaries for the C++ client, receiver, GUI and the Python API (`slsdet`), simplifying setup across platforms.
|
|
||||||
|
|
||||||
2. **Pip**: Install only the Python extension module, either by downloading the pre-built library from PyPI or by building the extension locally from source. Available only from v9.2.0 onwards.
|
|
||||||
|
|
||||||
3. **Build from source**: Compile the entire package yourself, including both the C++ core and the Python bindings, for maximum control and customization. However, make sure that you have the dependencies installed. If installing using conda, conda will manage the dependencies. Avoid installing packages with pip and conda simultaneously.
|
|
||||||
|
|
||||||
### 1. Install pre-built binaries using conda (Recommended)
|
|
||||||
Conda is not only useful to manage python environments but can also
|
Conda is not only useful to manage python environments but can also
|
||||||
be used as a user space package manager. Dates in the tag (for eg. 2020.07.23.dev0)
|
be used as a user space package manager. Dates in the tag (for eg. 2020.07.23.dev0)
|
||||||
are from the developer branch. Please use released tags for stability.
|
are from the developer branch. Please use released tags for stability.
|
||||||
|
|
||||||
We have three different packages available:
|
We have three different packages available:
|
||||||
* **slsdetlib** Shared libraries and command line utilities
|
* **slsdetlib** shared libraries and command line utilities
|
||||||
* **slsdetgui** GUI
|
* **slsdetgui** GUI
|
||||||
* **slsdet** Python bindings
|
* **slsdet** Python bindings
|
||||||
* **moenchzmq** Moench
|
|
||||||
|
|
||||||
```
|
```
|
||||||
#Add channels for dependencies and our library
|
#Add channels for dependencies and our library
|
||||||
@@ -53,38 +40,35 @@ conda search slsdetlib
|
|||||||
conda search slsdet
|
conda search slsdet
|
||||||
# gui
|
# gui
|
||||||
conda search slsdetgui
|
conda search slsdetgui
|
||||||
# moench
|
|
||||||
conda search moenchzmq
|
|
||||||
```
|
```
|
||||||
|
|
||||||
## 2. Pip
|
### 2. Build from source
|
||||||
The Python extension module `slsdet` can be installed using pip. This is available from v9.2.0 onwards.
|
|
||||||
|
|
||||||
```
|
##### 2.1 Download Source Code from github
|
||||||
#Install the Python extension module from PyPI
|
|
||||||
pip install slsdet
|
|
||||||
|
|
||||||
# or install the python extension locally from source
|
|
||||||
git clone https://github.com/slsdetectorgroup/slsDetectorPackage.git --branch 9.2.0
|
|
||||||
cd slsDetectorPackage
|
|
||||||
pip install .
|
|
||||||
```
|
|
||||||
|
|
||||||
## 3. Build from source
|
|
||||||
|
|
||||||
### 3.1. Download Source Code from github
|
|
||||||
```
|
```
|
||||||
git clone https://github.com/slsdetectorgroup/slsDetectorPackage.git --branch 7.0.0
|
git clone https://github.com/slsdetectorgroup/slsDetectorPackage.git --branch 7.0.0
|
||||||
```
|
```
|
||||||
|
|
||||||
> **Note:** For v6.x.x of slsDetectorPackage and older, refer [pybind11 notes on cloning](#Pybind-and-Zeromq).
|
**Pybind for Python**<br>
|
||||||
|
* **v7.0.0+**:
|
||||||
|
pybind11 packaged into 'libs/pybind'. No longer a submodule. No need for "recursive" or "submodule update".
|
||||||
|
|
||||||
|
* **Older versions**:
|
||||||
|
pybind11 is a submodule. Must be cloned using "recursive" and updated when switching between versions using the following commands.
|
||||||
|
|
||||||
|
```
|
||||||
|
# clone using recursive to get pybind11 submodule
|
||||||
|
git clone --recursive https://github.com/slsdetectorgroup/slsDetectorPackage.git
|
||||||
|
|
||||||
|
# update submodule when switching between releases
|
||||||
|
cd slsDetectorPackage
|
||||||
|
git submodule update --init
|
||||||
|
```
|
||||||
|
|
||||||
|
##### 2.2 Build from source
|
||||||
|
|
||||||
|
|
||||||
### 3.2. Build from source
|
###### Build using CMake
|
||||||
|
|
||||||
One can either build using cmake or use the in-built cmk.sh script.
|
|
||||||
|
|
||||||
### 3.2.1. Build using CMake
|
|
||||||
|
|
||||||
```
|
```
|
||||||
# outside slsDetecorPackage folder
|
# outside slsDetecorPackage folder
|
||||||
@@ -110,28 +94,26 @@ Instead of the cmake command, one can use ccmake to get a list of options to con
|
|||||||
ccmake ..
|
ccmake ..
|
||||||
|
|
||||||
# choose the options
|
# choose the options
|
||||||
# first press [c] - configure (unil you see [g])
|
# first press [c] - configure
|
||||||
# then press [g] - generate
|
# then press [g] - generate
|
||||||
```
|
```
|
||||||
|
|
||||||
|Example cmake options|Comment|
|
|Example cmake options|Comment|
|
||||||
|---|---|
|
|---|---|
|
||||||
| -DSLS_USE_PYTHON=ON | Python |
|
| -DSLS_USE_PYTHON=ON | Python |
|
||||||
| -DPython_FIND_VIRTUALENV=ONLY | Python from only the conda env |
|
| -DPython_FIND_VIRTUALENV=ONLY | Python from only the conda environment |
|
||||||
|
| -DZeroMQ_HINT=/usr/lib64 | Use system zmq instead |
|
||||||
| -DSLS_USE_GUI=ON | GUI |
|
| -DSLS_USE_GUI=ON | GUI |
|
||||||
| -DSLS_USE_HDF5=ON | HDF5 |
|
|
||||||
| -DSLS_USE_SIMULATOR=ON | Simulator |
|
|
||||||
|
|
||||||
> **Note:** For v7.x.x of slsDetectorPackage and older, refer [zeromq notes for cmake option to hint library location](#Pybind-and-Zeromq).
|
|
||||||
|
|
||||||
### 3.2.2. Build using in-built cmk.sh script
|
###### Build using in-built cmk.sh script
|
||||||
|
|
||||||
```
|
```
|
||||||
The binaries are generated in slsDetectorPackage/build/bin directory.
|
The binaries are generated in slsDetectorPackage/build/bin directory.
|
||||||
|
|
||||||
Usage: $0 [-b] [-c] [-d <HDF5 directory>] [-e] [-g] [-h] [-i]
|
Usage: ./cmk.sh [-b] [-c] [-d <HDF5 directory>] [e] [g] [-h] [i] [-j <Number of threads>]
|
||||||
[-j <Number of threads>] [-k <CMake command>] [-l <Install directory>]
|
[-k <CMake command>] [-l <Install directory>] [m] [n] [-p] [-q <Zmq hint directory>]
|
||||||
[-m] [-n] [-p] [-r] [-s] [-t] [-u] [-z]
|
[r] [s] [t] [u] [z]
|
||||||
-[no option]: only make
|
-[no option]: only make
|
||||||
-b: Builds/Rebuilds CMake files normal mode
|
-b: Builds/Rebuilds CMake files normal mode
|
||||||
-c: Clean
|
-c: Clean
|
||||||
@@ -146,6 +128,7 @@ Usage: $0 [-b] [-c] [-d <HDF5 directory>] [-e] [-g] [-h] [-i]
|
|||||||
-m: Manuals
|
-m: Manuals
|
||||||
-n: Manuals without compiling doxygen (only rst)
|
-n: Manuals without compiling doxygen (only rst)
|
||||||
-p: Builds/Rebuilds Python API
|
-p: Builds/Rebuilds Python API
|
||||||
|
-q: Zmq hint directory
|
||||||
-r: Build/Rebuilds only receiver
|
-r: Build/Rebuilds only receiver
|
||||||
-s: Simulator
|
-s: Simulator
|
||||||
-t: Build/Rebuilds only text client
|
-t: Build/Rebuilds only text client
|
||||||
@@ -162,16 +145,13 @@ Usage: $0 [-b] [-c] [-d <HDF5 directory>] [-e] [-g] [-h] [-i]
|
|||||||
# new build, python and compile in parallel:
|
# new build, python and compile in parallel:
|
||||||
./cmk.sh -cbpj5
|
./cmk.sh -cbpj5
|
||||||
|
|
||||||
#For rebuilding only certain sections
|
#To use the system zmq (/usr/lib64) instead
|
||||||
./cmk.sh -tg #only text client and gui
|
./cmk.sh -cbj5 -q /usr/lib64
|
||||||
./cmk.sh -r #only receiver
|
|
||||||
```
|
```
|
||||||
|
|
||||||
> **Note:** For v7.x.x of slsDetectorPackage and older, refer [zeromq notes for cmk script option to hint library location](#Pybind-and-Zeromq).
|
###### Build on old distributions
|
||||||
|
|
||||||
### 3.3. Build on old distributions using conda
|
If your linux distribution doesn't come with a C++11 compiler (gcc>4.8) then
|
||||||
|
|
||||||
If your linux distribution doesn't come with a C++17 compiler (gcc>8) then
|
|
||||||
it's possible to install a newer gcc using conda and build the slsDetectorPackage
|
it's possible to install a newer gcc using conda and build the slsDetectorPackage
|
||||||
using this compiler
|
using this compiler
|
||||||
|
|
||||||
@@ -186,10 +166,7 @@ cmake ../slsDetectorPackage -DCMAKE_PREFIX_PATH=$CONDA_PREFIX
|
|||||||
make -j12
|
make -j12
|
||||||
```
|
```
|
||||||
|
|
||||||
> **Note:** For v7.x.x of slsDetectorPackage and older, refer [zeromq notes for dependencies for conda](#Pybind-and-Zeromq).
|
###### Build slsDetectorGui (Qt5)
|
||||||
|
|
||||||
|
|
||||||
### 3.4. Build slsDetectorGui (Qt5)
|
|
||||||
|
|
||||||
1. Using pre-built binary on conda
|
1. Using pre-built binary on conda
|
||||||
```
|
```
|
||||||
@@ -203,14 +180,7 @@ yum install qt5-qtbase-devel.x86_64
|
|||||||
yum install qt5-qtsvg-devel.x86_64
|
yum install qt5-qtsvg-devel.x86_64
|
||||||
```
|
```
|
||||||
|
|
||||||
3. Using system installation on RHEL8
|
3. Using conda
|
||||||
```
|
|
||||||
yum install qt5-qtbase-devel.x86_64
|
|
||||||
yum install qt5-qtsvg-devel.x86_64
|
|
||||||
yum install expat-devel.x86_64
|
|
||||||
```
|
|
||||||
|
|
||||||
4. Using conda
|
|
||||||
```
|
```
|
||||||
#Add channels for dependencies and our library
|
#Add channels for dependencies and our library
|
||||||
conda config --add channels conda-forge
|
conda config --add channels conda-forge
|
||||||
@@ -238,15 +208,13 @@ cd slsDetectorPackage
|
|||||||
./cmk.sh -cbgj9
|
./cmk.sh -cbgj9
|
||||||
```
|
```
|
||||||
|
|
||||||
> **Note:** For v7.x.x of slsDetectorPackage and older, refer [zeromq notes for dependencies for conda](#Pybind-and-Zeromq).
|
###### Build documentation from package
|
||||||
|
|
||||||
### 3.5. Build documentation from package
|
|
||||||
The documentation for the slsDetectorPackage is build using a combination
|
The documentation for the slsDetectorPackage is build using a combination
|
||||||
of Doxygen, Sphinx and Breathe. The easiest way to install the dependencies
|
of Doxygen, Sphinx and Breathe. The easiest way to install the dependencies
|
||||||
is to use conda
|
is to use conda
|
||||||
|
|
||||||
```
|
```
|
||||||
conda create -n myenv python=3.12 sphinx sphinx_rtd_theme breathe doxygen numpy
|
conda create -n myenv python sphinx_rtd_theme breathe
|
||||||
```
|
```
|
||||||
|
|
||||||
```
|
```
|
||||||
@@ -260,48 +228,6 @@ make rst # rst only, saves time in case the API did not change
|
|||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## 4. Pybind and Zeromq
|
|
||||||
|
|
||||||
### Pybind11 for Python
|
|
||||||
**v8.0.0+**:
|
|
||||||
pybind11 is built
|
|
||||||
* by default from tar file in repo (libs/pybind/v2.1x.0.tar.gz)
|
|
||||||
* or use advanced option SLS_FETCH_PYBIND11_FROM_GITHUB [link].
|
|
||||||
* v9.0.0+: pybind11 (v2.13.6)
|
|
||||||
* v8.x.x : pybind11 (v2.11.0)
|
|
||||||
|
|
||||||
**v7.x.x**:
|
|
||||||
pybind11 packaged into ‘libs/pybind’. No longer a submodule. No need for “recursive” or “submodule update”.
|
|
||||||
|
|
||||||
**Older versions**:
|
|
||||||
pybind11 is a submodule. Must be cloned using “recursive” and updated when switching between versions using the following commands.
|
|
||||||
|
|
||||||
```
|
|
||||||
# Note: Only for v6.x.x versions and older
|
|
||||||
|
|
||||||
# clone using recursive to get pybind11 submodule
|
|
||||||
git clone --recursive https://github.com/slsdetectorgroup/slsDetectorPackage.git
|
|
||||||
|
|
||||||
# update submodule when switching between releases
|
|
||||||
cd slsDetectorPackage
|
|
||||||
git submodule update --init
|
|
||||||
```
|
|
||||||
|
|
||||||
### Zeromq
|
|
||||||
**v8.0.0+**:
|
|
||||||
zeromq (v4.3.4) is built
|
|
||||||
* by default from tar file in repo (libs/libzmq/libzmq-4.3.4.tar.gz)
|
|
||||||
* or use advanced option SLS_FETCH_ZMQ_FROM_GITHUB [link].
|
|
||||||
|
|
||||||
**v7.x.x and older**:
|
|
||||||
zeromq-devel must be installed and one can hint its location using
|
|
||||||
* cmake option:’-DZeroMQ_HINT=/usr/lib64’ or
|
|
||||||
* option ‘-q’ in cmk.sh script: : ./cmk.sh -cbj5 -q /usr/lib64
|
|
||||||
* ‘zeromq’ dependency added when installing using conda
|
|
||||||
|
|
||||||
|
|
||||||
## Support
|
## Support
|
||||||
dhanya.thattil@psi.ch
|
dhanya.thattil@psi.ch
|
||||||
erik.frojdh@psi.ch
|
erik.frojdh@psi.ch
|
||||||
alice.mazzoleni@psi.ch
|
|
||||||
332
RELEASE.txt
332
RELEASE.txt
@@ -1,63 +1,287 @@
|
|||||||
SLS Detector Package Major Release x.x.x released on xx.xx.202x
|
SLS Detector Package Major Release 8.0.0 released on 13.11.2023
|
||||||
===============================================================
|
===============================================================
|
||||||
|
|
||||||
This document describes the differences between vx.x.x and v10.0.0
|
This document describes the differences between v8.0.0 and v7.0.3
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
CONTENTS
|
CONTENTS
|
||||||
--------
|
--------
|
||||||
1 New, Changed or Resolved Features
|
1 Compilation Changes
|
||||||
1.1 Compilation
|
2 New or Changed Features
|
||||||
1.2 Callback
|
2.1 Breaking API
|
||||||
1.3 Python
|
2.2 Resolved or Changed Features
|
||||||
1.4 Client
|
2.3 New Features
|
||||||
1.5 Detector Server
|
3 On-board Detector Server Compatibility
|
||||||
1.6 Simulator
|
4 Firmware Requirements
|
||||||
1.7 Receiver
|
5 Kernel Requirements
|
||||||
1.8 Gui
|
6 Download, Documentation & Support
|
||||||
2 On-board Detector Server Compatibility
|
|
||||||
3 Firmware Requirements
|
|
||||||
4 Kernel Requirements
|
|
||||||
5 Download, Documentation & Support
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
1 New, Changed or Resolved Features
|
|
||||||
|
2 Compilation Changes
|
||||||
|
=====================
|
||||||
|
|
||||||
|
|
||||||
|
* Minimum CMake version changed from 3.12 to 3.14
|
||||||
|
|
||||||
|
|
||||||
|
* Internal zmq lib
|
||||||
|
Building zmq from tar file in repo (libs/libzmq/libzmq-4.3.4.tar.gz),
|
||||||
|
but added option (SLS_FETCH_ZMQ_FROM_GITHUB) to pull zmq version (v4.3.4)
|
||||||
|
from github (https://github.com/zeromq/libzmq.git)
|
||||||
|
|
||||||
|
|
||||||
|
* Internal pybind11 lib
|
||||||
|
Building pybind11 from tar file in repo (libs/pybind11/v2.11.0.tar.gz),
|
||||||
|
but added option (SLS_FETCH_PYBIND11_FROM_GITHUB) to pull pybind11 version
|
||||||
|
(v2.11.0) from github (https://github.com/pybind/pybind11)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
2 New, Changed or Resolved Features
|
||||||
=====================================
|
=====================================
|
||||||
|
|
||||||
Building shared libraries is disabled by default. If you need to link
|
|
||||||
against any of the libSls*.so libraries, you can enable this by passing
|
|
||||||
-DSLS_BUILD_SHARED_LIBRARIES=ON to CMake.
|
|
||||||
|
|
||||||
Added SLS_USE_SYSTEM_ZMQ option (default OFF) to use the libzmq of the host
|
|
||||||
instead of the one included in our repo.
|
|
||||||
|
|
||||||
Experimental support for building the detector client (including python bindings) on macOS
|
2.1 Breaking API
|
||||||
|
==================
|
||||||
|
|
||||||
|
|
||||||
|
Firmware
|
||||||
|
--------
|
||||||
|
|
||||||
|
* [Jungfrau] Status register and Sync mode fix
|
||||||
|
The regiser bit definition changed and fixes for stable control in sync mode.
|
||||||
|
Effect: Master and slaves give same status (previously master is sometimes 'idle' when acquisition is stopped), same #frames left and #nextframenumber.
|
||||||
|
Also ERROR status connected, but never noticed to occur.
|
||||||
|
|
||||||
|
For user, everything is transparent unless one touches status register
|
||||||
|
using advanced commands.
|
||||||
|
|
||||||
|
|
||||||
|
* [Moench] Status: Development mode
|
||||||
|
Moench is now being made compatible with Jungfrau v2.0 readout boards.
|
||||||
|
Hence, firmware and software is in development mode.
|
||||||
|
7.x.x will continue to have fixes for Moench until this version is deployed.
|
||||||
|
|
||||||
|
|
||||||
|
* [Ctb] Fixes and features described later on.
|
||||||
|
|
||||||
|
|
||||||
|
Client
|
||||||
|
======
|
||||||
|
|
||||||
|
|
||||||
|
* Datatype change of port numbers from int to uint16_t
|
||||||
|
API: setVirtualDetectorServers,
|
||||||
|
get/setRxPort, get/setControlPort, get/setStopPort,
|
||||||
|
get/setDestinationUDPPort(2), get/setRxZmqPort, get/setClientZmqPort
|
||||||
|
|
||||||
|
|
||||||
|
* [Eiger] versions, hardware version, febl/r firmware version
|
||||||
|
Versions command modified to give more info about hardware version ['fx30', 'fx70'] and Febl/r firmware versions.
|
||||||
|
Command line: versions (output modified), hardwareversion (added for Eiger)
|
||||||
|
API added for Eiger: getHardwareVersion, getFrontEndFirmwareVersion
|
||||||
|
Enums added: fpgaPosition {FRONT_LEFT, FRONT_RIGHT}
|
||||||
|
|
||||||
|
|
||||||
|
* [Ctb] Voltage->Power name change
|
||||||
|
Command line: voltagelist ->powerlist
|
||||||
|
API: get/setVoltage -> get/setPower, get/setVoltageList -> get/setPowerList,
|
||||||
|
getMeasuredVoltage -> getMeasuredPower
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
2.2 Resolved or Changed Features
|
||||||
|
================================
|
||||||
|
|
||||||
|
|
||||||
|
Detector Server
|
||||||
|
---------------
|
||||||
|
|
||||||
|
|
||||||
|
* Set bit and clear bit validation
|
||||||
|
Previously, validation expected all the other bits in the register to
|
||||||
|
not change. Now, it only validates the selected bit.
|
||||||
|
|
||||||
|
|
||||||
|
* [Jungfrau] Electron collection mode (bit 14 of 0x5D register)
|
||||||
|
Affected Command line: setbit, clearbit, reg
|
||||||
|
Affected API: setBit, clearBit, writeRegister
|
||||||
|
Electron collection mode and requires chip reconfiguration.
|
||||||
|
Temporary fix added that touching this bit will reconfigure chip if chip
|
||||||
|
is v1.1 and powered on. Permanent fix by introducing a command for the
|
||||||
|
same in future release.
|
||||||
|
|
||||||
|
|
||||||
|
* [Ctb] Fixes
|
||||||
|
|
||||||
|
- Patioctrl, patsetbit, patbitmask
|
||||||
|
MSB (64 bit unsigned) could not be set as a value of -1 was interpreted
|
||||||
|
as a 'get'. Fixed in server.
|
||||||
|
|
||||||
|
- Allow dac tristate when v_limit is set. Fixed.
|
||||||
|
|
||||||
|
- Changing fw bit from disable analog to enable analog
|
||||||
|
|
||||||
|
- Allow adc enable for 1 GbE and 10GbE to be 0.
|
||||||
|
|
||||||
|
- Slow ADCs previously misread (a high 5k+ value). Firmware updated
|
||||||
|
and software adjusted now.
|
||||||
|
|
||||||
|
- Allow non blocking acquire for 1GbE. Added Transmitting status when it
|
||||||
|
might still be reading from fifo.
|
||||||
|
|
||||||
|
- Clean memory before reading from fifo in 1GbE mode. Read fifo then
|
||||||
|
RD strobe (corresponding firmware fix) fixes number of reads, but
|
||||||
|
increases all pipelines by 1.
|
||||||
|
|
||||||
|
- Fixed pattern viewer (auto legend buf without wait and loop), allow
|
||||||
|
pyat files. (/patterngenerator)
|
||||||
|
|
||||||
|
|
||||||
|
Simulator
|
||||||
|
---------
|
||||||
|
|
||||||
|
|
||||||
|
* Unique TCP port for multiple simulators
|
||||||
|
Checks include unique TCP port-hostname combo.
|
||||||
|
|
||||||
|
|
||||||
|
Receiver
|
||||||
|
--------
|
||||||
|
|
||||||
|
|
||||||
|
* Unique TCP port for multiple receivers
|
||||||
|
7.x.x already has automatically increasing TCP ports in shared memory
|
||||||
|
for multiple receivers. Now, checks include unique TCP port-hostname
|
||||||
|
combo.
|
||||||
|
|
||||||
|
|
||||||
|
* [Ctb] Fixes
|
||||||
|
|
||||||
|
- Readout mode updated
|
||||||
|
'rx_hostname' should configure the receiver with parameters from detector,
|
||||||
|
but readout mode in receiver always configured at start up to Analog only.
|
||||||
|
Fixed.
|
||||||
|
|
||||||
|
- Incorrect image size in zmq header, which happens when dbit list is
|
||||||
|
less than 64 bits. Fixed.
|
||||||
|
|
||||||
|
- Rearranging digital data when dbit list less than 64 bits fixed.
|
||||||
|
|
||||||
|
|
||||||
|
Client
|
||||||
|
------
|
||||||
|
|
||||||
|
|
||||||
|
* [Jungfrau][Mythen3][Gotthard2] Sync mode should have at least one master
|
||||||
|
Multi module synced detectors should have at least one master when
|
||||||
|
starting acquisition, else it will throw. Once master is done acquiring
|
||||||
|
(blocking mode), status of all modules checked to ensure none of the
|
||||||
|
slaves in waiting due to hardware issues such as cabling.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
2.3 New Features
|
||||||
|
================
|
||||||
|
|
||||||
|
|
||||||
|
Client
|
||||||
|
------
|
||||||
|
|
||||||
|
|
||||||
|
* [Jungfrau] Pedestal mode
|
||||||
|
Command line: pedestalmode
|
||||||
|
API: get/setPedestalMode
|
||||||
|
Example:
|
||||||
|
pedestalmode 0 # turns off pedestal mode
|
||||||
|
pedestalmode 50 10 # turns on pedestal mode (50 pedestal frames, 10 loops)
|
||||||
|
|
||||||
|
In pedestal mode, number of frames/triggers
|
||||||
|
is overwritten by '#pedestal_frames x #pedestal_loops x 2'.
|
||||||
|
In auto timing mode or trigger mode with #frames > 1, #frames is overwritten
|
||||||
|
with #triggers is 1. Otherwise, #triggers is overwritten with #frames is 1.
|
||||||
|
In pedestal mode, one cannot set #frames, #triggers or timing mode (exception).
|
||||||
|
|
||||||
|
Disabling pedestal mode will set back to normal mode with normal previous
|
||||||
|
values of #frames and #triggers.
|
||||||
|
|
||||||
|
|
||||||
|
* Source UDP IP: Auto
|
||||||
|
Command line: udp_srcip, udp_srcip2
|
||||||
|
API: get/setSourceUDPIP(2)
|
||||||
|
Allow 'auto' for udp_srcip to pick up IP from detector hostname. Not allowed
|
||||||
|
for Gotthard1.
|
||||||
|
|
||||||
|
|
||||||
|
* Custom row and column for detector UDP header
|
||||||
|
Command line: row, column
|
||||||
|
API: get/setRow, get/setColumn
|
||||||
|
By default, row and column of module is determined in a pre-determined
|
||||||
|
manner or by custom detector size (Command line: detsize).
|
||||||
|
This is useful if user accesses row and column in multi- detector UDP header
|
||||||
|
or for the GUI to rearrange for complete image.
|
||||||
|
Option now added to set custom row and column.
|
||||||
|
|
||||||
|
|
||||||
|
* [Ctb] Features
|
||||||
|
|
||||||
|
- List for ADC, signal, power, slowadc
|
||||||
|
Also allow their list to set names and to obtain their indices and values.
|
||||||
|
|
||||||
|
Command line: dacname, dacindex,
|
||||||
|
adclist, adcname, adcindex,
|
||||||
|
signallist, signalname,signalindex,
|
||||||
|
powerlist, powername, powerindex, powervalues,
|
||||||
|
slowadclist, slowadcname, slowadcindex, slowadcvalues
|
||||||
|
|
||||||
|
API: get/setDacName, getDacIndex,
|
||||||
|
get/setAdcNames, getAdcIndex, get/setAdcName,
|
||||||
|
get/setSignalNames, getSignalIndex, get/setSignalName,
|
||||||
|
get/setPowerNames, getPowerIndex, get/setPowerName, getPowerList,
|
||||||
|
get/setSlowADCNames, getSlowADCIndex, get/setSlowADCName, getSlowADCList
|
||||||
|
|
||||||
|
- Added more modes for transceiver in read out mode.
|
||||||
|
Allow to set number of samples and enable mask for transceiver.
|
||||||
|
|
||||||
|
Command line: romode (more modes: 'transceiver', 'digital_transceiver'),
|
||||||
|
tsamples, transceiverenable
|
||||||
|
API: get/setTransceiverEnableMask, get/setNumberOfTransceiverSamples,
|
||||||
|
get/setReadoutMode (more enums: TRANSCEIVER_ONLY, DIGITAL_AND_TRANSCEIVER)
|
||||||
|
|
||||||
|
|
||||||
|
- Command to get file name with path of last pattern uploaded.
|
||||||
|
Command line: patfname
|
||||||
|
API: getPatterFileName
|
||||||
|
|
||||||
|
|
||||||
|
* Automatic test script for all virtual simulators added.
|
||||||
|
|
||||||
|
|
||||||
``rx_dbitlist`` keeps the order of the passed bit list
|
|
||||||
|
|
||||||
2 On-board Detector Server Compatibility
|
2 On-board Detector Server Compatibility
|
||||||
==========================================
|
==========================================
|
||||||
|
|
||||||
|
|
||||||
Eiger 10.0.0
|
Eiger 8.0.0
|
||||||
Jungfrau 10.0.0
|
Jungfrau 8.0.0
|
||||||
Mythen3 10.0.0
|
Mythen3 8.0.0
|
||||||
Gotthard2 10.0.0
|
Gotthard2 8.0.0
|
||||||
Moench 10.0.0
|
Gotthard 8.0.0
|
||||||
|
Moench 8.0.0
|
||||||
|
Ctb 8.0.0
|
||||||
|
|
||||||
|
|
||||||
On-board Detector Server Upgrade
|
On-board Detector Server Upgrade
|
||||||
--------------------------------
|
--------------------------------
|
||||||
|
|
||||||
From v6.1.0 (without tftp):
|
From v6.1.0 (without tftp):
|
||||||
update only on-board detector server
|
|
||||||
Using command 'updatedetectorserver'
|
Using command 'updatedetectorserver'
|
||||||
|
From 5.0.0 (with tftp):
|
||||||
|
Using command 'copydetectorserver'
|
||||||
udpate both on-board detector server and firmware simultaneously
|
|
||||||
Using command 'update'
|
|
||||||
|
|
||||||
Instructions available at
|
Instructions available at
|
||||||
https://slsdetectorgroup.github.io/devdoc/serverupgrade.html
|
https://slsdetectorgroup.github.io/devdoc/serverupgrade.html
|
||||||
@@ -68,16 +292,22 @@ Experimental support for building the detector client (including python bindings
|
|||||||
3 Firmware Requirements
|
3 Firmware Requirements
|
||||||
========================
|
========================
|
||||||
|
|
||||||
|
|
||||||
Eiger 02.10.2023 (v32) (updated in 7.0.3)
|
Eiger 02.10.2023 (v32) (updated in 7.0.3)
|
||||||
|
|
||||||
Jungfrau 09.02.2025 (v1.6, HW v1.0) (updated in 9.1.0)
|
Jungfrau 20.09.2023 (v1.5, HW v1.0) (updated in 8.0.0)
|
||||||
08.02.2025 (v2.6, HW v2.0) (updated in 9.1.0)
|
21.09.2023 (v2.5, HW v2.0) (updated in 8.0.0)
|
||||||
|
|
||||||
Mythen3 13.11.2024 (v2.0) (updated in 9.0.0)
|
Mythen3 24.01.2023 (v1.4) (updated in 7.0.0)
|
||||||
|
|
||||||
Gotthard2 03.10.2024 (v1.0) (updated in 9.0.0)
|
Gotthard2 23.11.2022 (v0.3) (updated in 7.0.0)
|
||||||
|
|
||||||
Moench 26.10.2023 (v2.0) (updated in 8.0.2)
|
Gotthard 08.02.2018 (50um and 25um Master)
|
||||||
|
09.02.2018 (25 um Slave)
|
||||||
|
|
||||||
|
Moench 10.07.2023 (v0.3.2) (updated in 8.0.0, under development)
|
||||||
|
|
||||||
|
Ctb 28.08.2023 (v1.2) (updated in 8.0.0)
|
||||||
|
|
||||||
|
|
||||||
Detector Upgrade
|
Detector Upgrade
|
||||||
@@ -90,12 +320,15 @@ Experimental support for building the detector client (including python bindings
|
|||||||
Mythen3 via command <.rbf>
|
Mythen3 via command <.rbf>
|
||||||
Gotthard2 via command <.rbf>
|
Gotthard2 via command <.rbf>
|
||||||
Moench via command <.pof>
|
Moench via command <.pof>
|
||||||
|
Ctb via command <.pof>
|
||||||
|
|
||||||
|
Gotthard cannot be upgraded remotely
|
||||||
|
|
||||||
Except Eiger,
|
Except Eiger,
|
||||||
upgrade
|
upgrade
|
||||||
Using command 'programfpga' or
|
Using command 'programfpga' or
|
||||||
|
|
||||||
udpate both on-board detector server and firmware simultaneously
|
udpate both server and firmware simultaneously
|
||||||
Using command 'update'
|
Using command 'update'
|
||||||
|
|
||||||
|
|
||||||
@@ -108,7 +341,6 @@ Experimental support for building the detector client (including python bindings
|
|||||||
4 Kernel Requirements
|
4 Kernel Requirements
|
||||||
======================
|
======================
|
||||||
|
|
||||||
|
|
||||||
Blackfin
|
Blackfin
|
||||||
--------
|
--------
|
||||||
Latest version: Fri Oct 29 00:00:00 2021
|
Latest version: Fri Oct 29 00:00:00 2021
|
||||||
@@ -116,12 +348,10 @@ Experimental support for building the detector client (including python bindings
|
|||||||
Older ones will work, but might have issues with programming firmware via
|
Older ones will work, but might have issues with programming firmware via
|
||||||
the package.
|
the package.
|
||||||
|
|
||||||
|
|
||||||
Nios
|
Nios
|
||||||
-----
|
-----
|
||||||
Compatible version: Mon May 10 18:00:21 CEST 2021
|
Compatible version: Mon May 10 18:00:21 CEST 2021
|
||||||
|
|
||||||
|
|
||||||
Kernel Upgrade
|
Kernel Upgrade
|
||||||
---------------
|
---------------
|
||||||
Eiger via bit files
|
Eiger via bit files
|
||||||
@@ -166,15 +396,6 @@ Experimental support for building the detector client (including python bindings
|
|||||||
Consuming slsDetectorPackage:
|
Consuming slsDetectorPackage:
|
||||||
https://slsdetectorgroup.github.io/devdoc/consuming.html
|
https://slsdetectorgroup.github.io/devdoc/consuming.html
|
||||||
|
|
||||||
Software Architecture
|
|
||||||
https://slsdetectorgroup.github.io/devdoc/softwarearchitecture.html
|
|
||||||
|
|
||||||
Set up commands in config file
|
|
||||||
https://slsdetectorgroup.github.io/devdoc/configcommands.html
|
|
||||||
|
|
||||||
Image Size and Output Characteristics
|
|
||||||
https://slsdetectorgroup.github.io/devdoc/dataformat.html
|
|
||||||
|
|
||||||
API Examples:
|
API Examples:
|
||||||
https://github.com/slsdetectorgroup/api-examples
|
https://github.com/slsdetectorgroup/api-examples
|
||||||
|
|
||||||
@@ -201,14 +422,6 @@ Experimental support for building the detector client (including python bindings
|
|||||||
https://slsdetectorgroup.github.io/devdoc/udpheader.html
|
https://slsdetectorgroup.github.io/devdoc/udpheader.html
|
||||||
https://slsdetectorgroup.github.io/devdoc/udpdetspec.html
|
https://slsdetectorgroup.github.io/devdoc/udpdetspec.html
|
||||||
|
|
||||||
Output Data:
|
|
||||||
https://slsdetectorgroup.github.io/devdoc/dataformat.html
|
|
||||||
https://slsdetectorgroup.github.io/devdoc/fileformat.html
|
|
||||||
https://slsdetectorgroup.github.io/devdoc/slsreceiverheaderformat.html
|
|
||||||
https://slsdetectorgroup.github.io/devdoc/masterfileattributes.html
|
|
||||||
https://slsdetectorgroup.github.io/devdoc/binaryfileformat.html
|
|
||||||
https://slsdetectorgroup.github.io/devdoc/hdf5fileformat.html
|
|
||||||
|
|
||||||
slsReceiver Zmq Format:
|
slsReceiver Zmq Format:
|
||||||
https://slsdetectorgroup.github.io/devdoc/slsreceiver.html#zmq-json-header-format
|
https://slsdetectorgroup.github.io/devdoc/slsreceiver.html#zmq-json-header-format
|
||||||
|
|
||||||
@@ -228,4 +441,3 @@ Experimental support for building the detector client (including python bindings
|
|||||||
|
|
||||||
dhanya.thattil@psi.ch
|
dhanya.thattil@psi.ch
|
||||||
erik.frojdh@psi.ch
|
erik.frojdh@psi.ch
|
||||||
alice.mazzoleni@psi.ch
|
|
||||||
|
|||||||
@@ -1 +0,0 @@
|
|||||||
slsDetectorSoftware/generator/autocomplete/bash_autocomplete.sh
|
|
||||||
@@ -25,9 +25,7 @@ mark_as_advanced(
|
|||||||
ClangFormat_BIN)
|
ClangFormat_BIN)
|
||||||
|
|
||||||
if(ClangFormat_FOUND)
|
if(ClangFormat_FOUND)
|
||||||
execute_process(COMMAND ${ClangFormat_BIN} --version
|
exec_program(${ClangFormat_BIN} ${CMAKE_CURRENT_SOURCE_DIR} ARGS --version OUTPUT_VARIABLE CLANG_VERSION_TEXT)
|
||||||
WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}
|
|
||||||
OUTPUT_VARIABLE CLANG_VERSION_TEXT)
|
|
||||||
string(REGEX MATCH "([0-9]+)\\.[0-9]+\\.[0-9]+" CLANG_VERSION ${CLANG_VERSION_TEXT})
|
string(REGEX MATCH "([0-9]+)\\.[0-9]+\\.[0-9]+" CLANG_VERSION ${CLANG_VERSION_TEXT})
|
||||||
if((${CLANG_VERSION} GREATER "9") OR (${CLANG_VERSION} EQUAL "9"))
|
if((${CLANG_VERSION} GREATER "9") OR (${CLANG_VERSION} EQUAL "9"))
|
||||||
# A CMake script to find all source files and setup clang-format targets for them
|
# A CMake script to find all source files and setup clang-format targets for them
|
||||||
|
|||||||
@@ -1,46 +0,0 @@
|
|||||||
function(default_build_type val)
|
|
||||||
if (NOT CMAKE_BUILD_TYPE AND NOT CMAKE_CONFIGURATION_TYPES)
|
|
||||||
message(STATUS "No build type selected, default to Release")
|
|
||||||
set(CMAKE_BUILD_TYPE ${val} CACHE STRING "Build type (default ${val})" FORCE)
|
|
||||||
endif()
|
|
||||||
endfunction()
|
|
||||||
|
|
||||||
function(set_std_fs_lib)
|
|
||||||
# from pybind11
|
|
||||||
# Check if we need to add -lstdc++fs or -lc++fs or nothing
|
|
||||||
if(DEFINED CMAKE_CXX_STANDARD AND CMAKE_CXX_STANDARD LESS 17)
|
|
||||||
set(STD_FS_NO_LIB_NEEDED TRUE)
|
|
||||||
elseif(MSVC)
|
|
||||||
set(STD_FS_NO_LIB_NEEDED TRUE)
|
|
||||||
else()
|
|
||||||
file(
|
|
||||||
WRITE ${CMAKE_CURRENT_BINARY_DIR}/main.cpp
|
|
||||||
"#include <filesystem>\nint main(int argc, char ** argv) {\n std::filesystem::path p(argv[0]);\n return p.string().length();\n}"
|
|
||||||
)
|
|
||||||
try_compile(
|
|
||||||
STD_FS_NO_LIB_NEEDED ${CMAKE_CURRENT_BINARY_DIR}
|
|
||||||
SOURCES ${CMAKE_CURRENT_BINARY_DIR}/main.cpp
|
|
||||||
COMPILE_DEFINITIONS -std=c++17)
|
|
||||||
try_compile(
|
|
||||||
STD_FS_NEEDS_STDCXXFS ${CMAKE_CURRENT_BINARY_DIR}
|
|
||||||
SOURCES ${CMAKE_CURRENT_BINARY_DIR}/main.cpp
|
|
||||||
COMPILE_DEFINITIONS -std=c++17
|
|
||||||
LINK_LIBRARIES stdc++fs)
|
|
||||||
try_compile(
|
|
||||||
STD_FS_NEEDS_CXXFS ${CMAKE_CURRENT_BINARY_DIR}
|
|
||||||
SOURCES ${CMAKE_CURRENT_BINARY_DIR}/main.cpp
|
|
||||||
COMPILE_DEFINITIONS -std=c++17
|
|
||||||
LINK_LIBRARIES c++fs)
|
|
||||||
endif()
|
|
||||||
|
|
||||||
if(${STD_FS_NEEDS_STDCXXFS})
|
|
||||||
set(STD_FS_LIB stdc++fs PARENT_SCOPE)
|
|
||||||
elseif(${STD_FS_NEEDS_CXXFS})
|
|
||||||
set(STD_FS_LIB c++fs PARENT_SCOPE)
|
|
||||||
elseif(${STD_FS_NO_LIB_NEEDED})
|
|
||||||
set(STD_FS_LIB "" PARENT_SCOPE)
|
|
||||||
else()
|
|
||||||
message(WARNING "Unknown C++17 compiler - not passing -lstdc++fs")
|
|
||||||
set(STD_FS_LIB "")
|
|
||||||
endif()
|
|
||||||
endfunction()
|
|
||||||
@@ -1,14 +1,10 @@
|
|||||||
# SPDX-License-Identifier: LGPL-3.0-or-other
|
# SPDX-License-Identifier: LGPL-3.0-or-other
|
||||||
# Copyright (C) 2021 Contributors to the SLS Detector Package
|
# Copyright (C) 2021 Contributors to the SLS Detector Package
|
||||||
|
|
||||||
if [ ! -d "build" ]; then
|
|
||||||
mkdir build
|
mkdir build
|
||||||
fi
|
|
||||||
if [ ! -d "install" ]; then
|
|
||||||
mkdir install
|
mkdir install
|
||||||
fi
|
|
||||||
cd build
|
cd build
|
||||||
cmake .. -G Ninja \
|
cmake .. \
|
||||||
-DCMAKE_PREFIX_PATH=$CONDA_PREFIX \
|
-DCMAKE_PREFIX_PATH=$CONDA_PREFIX \
|
||||||
-DCMAKE_INSTALL_PREFIX=install \
|
-DCMAKE_INSTALL_PREFIX=install \
|
||||||
-DSLS_USE_TEXTCLIENT=ON \
|
-DSLS_USE_TEXTCLIENT=ON \
|
||||||
@@ -19,7 +15,6 @@ cmake .. -G Ninja \
|
|||||||
-DSLS_USE_PYTHON=OFF \
|
-DSLS_USE_PYTHON=OFF \
|
||||||
-DCMAKE_BUILD_TYPE=Release \
|
-DCMAKE_BUILD_TYPE=Release \
|
||||||
-DSLS_USE_HDF5=OFF\
|
-DSLS_USE_HDF5=OFF\
|
||||||
-DSLS_USE_SYSTEM_ZMQ=ON \
|
|
||||||
|
|
||||||
NCORES=$(getconf _NPROCESSORS_ONLN)
|
NCORES=$(getconf _NPROCESSORS_ONLN)
|
||||||
echo "Building using: ${NCORES} cores"
|
echo "Building using: ${NCORES} cores"
|
||||||
6
conda-recepie/build_pylib.sh
Executable file
6
conda-recepie/build_pylib.sh
Executable file
@@ -0,0 +1,6 @@
|
|||||||
|
# SPDX-License-Identifier: LGPL-3.0-or-other
|
||||||
|
# Copyright (C) 2021 Contributors to the SLS Detector Package
|
||||||
|
|
||||||
|
echo "|<-------- starting python build"
|
||||||
|
cd python
|
||||||
|
${PYTHON} setup.py install
|
||||||
7
conda-recepie/conda_build_config.yaml
Normal file
7
conda-recepie/conda_build_config.yaml
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
python:
|
||||||
|
- 3.8
|
||||||
|
- 3.9
|
||||||
|
- 3.10
|
||||||
|
- 3.11
|
||||||
|
- 3.12
|
||||||
|
|
||||||
11
conda-recepie/copy_ctbgui.sh
Normal file
11
conda-recepie/copy_ctbgui.sh
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
# SPDX-License-Identifier: LGPL-3.0-or-other
|
||||||
|
# Copyright (C) 2021 Contributors to the SLS Detector Package
|
||||||
|
mkdir $PREFIX/lib
|
||||||
|
mkdir $PREFIX/bin
|
||||||
|
mkdir $PREFIX/include
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
cp build/bin/ctbGui $PREFIX/bin/.
|
||||||
|
cp build/bin/libctbRootLib.so $PREFIX/lib/.
|
||||||
|
|
||||||
@@ -4,20 +4,18 @@
|
|||||||
mkdir -p $PREFIX/lib
|
mkdir -p $PREFIX/lib
|
||||||
mkdir -p $PREFIX/bin
|
mkdir -p $PREFIX/bin
|
||||||
mkdir -p $PREFIX/include/sls
|
mkdir -p $PREFIX/include/sls
|
||||||
|
# mkdir $PREFIX/include/slsDetectorPackage
|
||||||
|
|
||||||
#Shared and static libraries
|
#Shared and static libraries
|
||||||
cp build/install/lib/* $PREFIX/lib/
|
cp build/install/lib/* $PREFIX/lib/
|
||||||
|
|
||||||
#Binaries
|
#Binaries
|
||||||
cp build/install/bin/sls_detector_acquire $PREFIX/bin/.
|
cp build/install/bin/sls_detector_acquire $PREFIX/bin/.
|
||||||
cp build/install/bin/sls_detector_acquire_zmq $PREFIX/bin/.
|
|
||||||
cp build/install/bin/sls_detector_get $PREFIX/bin/.
|
cp build/install/bin/sls_detector_get $PREFIX/bin/.
|
||||||
cp build/install/bin/sls_detector_put $PREFIX/bin/.
|
cp build/install/bin/sls_detector_put $PREFIX/bin/.
|
||||||
cp build/install/bin/sls_detector_help $PREFIX/bin/.
|
cp build/install/bin/sls_detector_help $PREFIX/bin/.
|
||||||
cp build/install/bin/sls_detector $PREFIX/bin/.
|
|
||||||
cp build/install/bin/slsReceiver $PREFIX/bin/.
|
cp build/install/bin/slsReceiver $PREFIX/bin/.
|
||||||
cp build/install/bin/slsMultiReceiver $PREFIX/bin/.
|
cp build/install/bin/slsMultiReceiver $PREFIX/bin/.
|
||||||
cp build/install/bin/slsFrameSynchronizer $PREFIX/bin/.
|
|
||||||
|
|
||||||
|
|
||||||
cp build/install/include/sls/* $PREFIX/include/sls
|
cp build/install/include/sls/* $PREFIX/include/sls
|
||||||
131
conda-recepie/meta.yaml
Executable file
131
conda-recepie/meta.yaml
Executable file
@@ -0,0 +1,131 @@
|
|||||||
|
|
||||||
|
package:
|
||||||
|
name: sls_detector_software
|
||||||
|
version: {{ environ.get('GIT_DESCRIBE_TAG', '') }}
|
||||||
|
|
||||||
|
source:
|
||||||
|
- path: ..
|
||||||
|
|
||||||
|
build:
|
||||||
|
number: 0
|
||||||
|
binary_relocation: True
|
||||||
|
rpaths:
|
||||||
|
- lib/
|
||||||
|
|
||||||
|
requirements:
|
||||||
|
build:
|
||||||
|
- {{ compiler('c') }}
|
||||||
|
- {{compiler('cxx')}}
|
||||||
|
- cmake
|
||||||
|
- qt 5.*
|
||||||
|
- zeromq
|
||||||
|
- xorg-libx11
|
||||||
|
- xorg-libice
|
||||||
|
- xorg-libxext
|
||||||
|
- xorg-libsm
|
||||||
|
- xorg-libxau
|
||||||
|
- xorg-libxrender
|
||||||
|
- xorg-libxfixes
|
||||||
|
- {{ cdt('mesa-libgl-devel') }} # [linux]
|
||||||
|
- {{ cdt('mesa-libegl-devel') }} # [linux]
|
||||||
|
- {{ cdt('mesa-dri-drivers') }} # [linux]
|
||||||
|
- {{ cdt('libselinux') }} # [linux]
|
||||||
|
- {{ cdt('libxdamage') }} # [linux]
|
||||||
|
- {{ cdt('libxxf86vm') }} # [linux]
|
||||||
|
- expat
|
||||||
|
|
||||||
|
host:
|
||||||
|
- libstdcxx-ng
|
||||||
|
- libgcc-ng
|
||||||
|
- zeromq
|
||||||
|
- xorg-libx11
|
||||||
|
- xorg-libice
|
||||||
|
- xorg-libxext
|
||||||
|
- xorg-libsm
|
||||||
|
- xorg-libxau
|
||||||
|
- xorg-libxrender
|
||||||
|
- xorg-libxfixes
|
||||||
|
- expat
|
||||||
|
|
||||||
|
run:
|
||||||
|
- zeromq
|
||||||
|
- libstdcxx-ng
|
||||||
|
- libgcc-ng
|
||||||
|
|
||||||
|
|
||||||
|
outputs:
|
||||||
|
- name: slsdetlib
|
||||||
|
script: copy_lib.sh
|
||||||
|
|
||||||
|
requirements:
|
||||||
|
build:
|
||||||
|
- {{ compiler('c') }}
|
||||||
|
- {{compiler('cxx')}}
|
||||||
|
- libstdcxx-ng
|
||||||
|
- libgcc-ng
|
||||||
|
- zeromq
|
||||||
|
|
||||||
|
host:
|
||||||
|
- zeromq
|
||||||
|
|
||||||
|
run:
|
||||||
|
- libstdcxx-ng
|
||||||
|
- libgcc-ng
|
||||||
|
- zeromq
|
||||||
|
|
||||||
|
- name: slsdet
|
||||||
|
|
||||||
|
script: build_pylib.sh
|
||||||
|
|
||||||
|
requirements:
|
||||||
|
build:
|
||||||
|
- python
|
||||||
|
- {{ compiler('c') }}
|
||||||
|
- {{compiler('cxx')}}
|
||||||
|
- {{ pin_subpackage('slsdetlib', exact=True) }}
|
||||||
|
- setuptools
|
||||||
|
|
||||||
|
host:
|
||||||
|
- python
|
||||||
|
- {{ pin_subpackage('slsdetlib', exact=True) }}
|
||||||
|
|
||||||
|
|
||||||
|
run:
|
||||||
|
- libstdcxx-ng
|
||||||
|
- libgcc-ng
|
||||||
|
- python
|
||||||
|
- numpy
|
||||||
|
- {{ pin_subpackage('slsdetlib', exact=True) }}
|
||||||
|
|
||||||
|
|
||||||
|
test:
|
||||||
|
imports:
|
||||||
|
- slsdet
|
||||||
|
|
||||||
|
- name: slsdetgui
|
||||||
|
script: copy_gui.sh
|
||||||
|
requirements:
|
||||||
|
|
||||||
|
build:
|
||||||
|
- {{ compiler('c') }}
|
||||||
|
- {{compiler('cxx')}}
|
||||||
|
- {{ pin_subpackage('slsdetlib', exact=True) }}
|
||||||
|
|
||||||
|
run:
|
||||||
|
- {{ pin_subpackage('slsdetlib', exact=True) }}
|
||||||
|
- qt 5.*
|
||||||
|
- expat
|
||||||
|
|
||||||
|
- name: moenchzmq
|
||||||
|
script: copy_moench.sh
|
||||||
|
requirements:
|
||||||
|
|
||||||
|
build:
|
||||||
|
- {{ compiler('c') }}
|
||||||
|
- {{compiler('cxx')}}
|
||||||
|
- {{ pin_subpackage('slsdetlib', exact=True) }}
|
||||||
|
|
||||||
|
|
||||||
|
run:
|
||||||
|
- {{ pin_subpackage('slsdetlib', exact=True) }}
|
||||||
|
- expat
|
||||||
3
conda-recepie/run_test.sh
Executable file
3
conda-recepie/run_test.sh
Executable file
@@ -0,0 +1,3 @@
|
|||||||
|
# SPDX-License-Identifier: LGPL-3.0-or-other
|
||||||
|
# Copyright (C) 2021 Contributors to the SLS Detector Package
|
||||||
|
ctest -j2
|
||||||
@@ -1,13 +0,0 @@
|
|||||||
|
|
||||||
c_compiler:
|
|
||||||
- gcc # [linux]
|
|
||||||
|
|
||||||
c_stdlib:
|
|
||||||
- sysroot # [linux]
|
|
||||||
|
|
||||||
cxx_compiler:
|
|
||||||
- gxx # [linux]
|
|
||||||
|
|
||||||
|
|
||||||
c_stdlib_version: # [linux]
|
|
||||||
- 2.17 # [linux]
|
|
||||||
@@ -1,80 +0,0 @@
|
|||||||
source:
|
|
||||||
path: ../..
|
|
||||||
|
|
||||||
{% set version = load_file_regex(load_file = 'VERSION', regex_pattern = '(\d+(?:\.\d+)*(?:[\+\w\.]+))').group(1) %}
|
|
||||||
package:
|
|
||||||
name: sls_detector_software
|
|
||||||
version: {{ version }}
|
|
||||||
|
|
||||||
build:
|
|
||||||
number: 0
|
|
||||||
binary_relocation: True
|
|
||||||
rpaths:
|
|
||||||
- lib/
|
|
||||||
|
|
||||||
requirements:
|
|
||||||
build:
|
|
||||||
- {{ compiler('c') }}
|
|
||||||
- {{ stdlib("c") }}
|
|
||||||
- {{ compiler('cxx') }}
|
|
||||||
- git
|
|
||||||
- cmake
|
|
||||||
- ninja
|
|
||||||
- qt 5.*
|
|
||||||
|
|
||||||
host:
|
|
||||||
- libstdcxx-ng
|
|
||||||
- libgcc-ng
|
|
||||||
- libgl-devel # [linux]
|
|
||||||
- libtiff
|
|
||||||
- zlib
|
|
||||||
- expat
|
|
||||||
- zeromq
|
|
||||||
|
|
||||||
run:
|
|
||||||
- libstdcxx-ng
|
|
||||||
- libgcc-ng
|
|
||||||
|
|
||||||
|
|
||||||
outputs:
|
|
||||||
- name: slsdetlib
|
|
||||||
script: copy_lib.sh
|
|
||||||
|
|
||||||
requirements:
|
|
||||||
build:
|
|
||||||
- {{ compiler('c') }}
|
|
||||||
- {{ stdlib("c") }}
|
|
||||||
- {{ compiler('cxx') }}
|
|
||||||
|
|
||||||
run:
|
|
||||||
- libstdcxx-ng
|
|
||||||
- libgcc-ng
|
|
||||||
|
|
||||||
|
|
||||||
- name: slsdetgui
|
|
||||||
script: copy_gui.sh
|
|
||||||
requirements:
|
|
||||||
|
|
||||||
build:
|
|
||||||
- {{ compiler('c') }}
|
|
||||||
- {{compiler('cxx')}}
|
|
||||||
- {{ pin_subpackage('slsdetlib', exact=True) }}
|
|
||||||
|
|
||||||
|
|
||||||
run:
|
|
||||||
- {{ pin_subpackage('slsdetlib', exact=True) }}
|
|
||||||
- qt 5.*
|
|
||||||
|
|
||||||
|
|
||||||
- name: moenchzmq
|
|
||||||
script: copy_moench.sh
|
|
||||||
requirements:
|
|
||||||
|
|
||||||
build:
|
|
||||||
- {{ compiler('c') }}
|
|
||||||
- {{compiler('cxx')}}
|
|
||||||
- {{ pin_subpackage('slsdetlib', exact=True) }}
|
|
||||||
|
|
||||||
|
|
||||||
run:
|
|
||||||
- {{ pin_subpackage('slsdetlib', exact=True) }}
|
|
||||||
@@ -1,18 +0,0 @@
|
|||||||
python:
|
|
||||||
- 3.11
|
|
||||||
- 3.12
|
|
||||||
- 3.13
|
|
||||||
- 3.14
|
|
||||||
|
|
||||||
|
|
||||||
c_compiler:
|
|
||||||
- gcc # [linux]
|
|
||||||
|
|
||||||
c_stdlib:
|
|
||||||
- sysroot # [linux]
|
|
||||||
|
|
||||||
cxx_compiler:
|
|
||||||
- gxx # [linux]
|
|
||||||
|
|
||||||
c_stdlib_version: # [linux]
|
|
||||||
- 2.17 # [linux]
|
|
||||||
@@ -1,45 +0,0 @@
|
|||||||
source:
|
|
||||||
path: ../..
|
|
||||||
|
|
||||||
{% set version = load_file_regex(load_file = 'VERSION', regex_pattern = '(\d+(?:\.\d+)*(?:[\+\w\.]+))').group(1) %}
|
|
||||||
package:
|
|
||||||
name: slsdet
|
|
||||||
version: {{ version }}
|
|
||||||
|
|
||||||
build:
|
|
||||||
number: 0
|
|
||||||
script:
|
|
||||||
- unset CMAKE_GENERATOR && {{ PYTHON }} -m pip install . -vv --config-settings=cmake.define.SLS_USE_SYSTEM_ZMQ=ON # [not win]
|
|
||||||
|
|
||||||
requirements:
|
|
||||||
build:
|
|
||||||
- python
|
|
||||||
- {{ compiler('c') }}
|
|
||||||
- {{ stdlib("c") }}
|
|
||||||
- {{ compiler('cxx') }}
|
|
||||||
|
|
||||||
host:
|
|
||||||
- cmake
|
|
||||||
- ninja
|
|
||||||
- python
|
|
||||||
- pip
|
|
||||||
- scikit-build-core
|
|
||||||
- pybind11 >=2.13.0
|
|
||||||
- fmt
|
|
||||||
- zeromq
|
|
||||||
- nlohmann_json
|
|
||||||
- catch2
|
|
||||||
|
|
||||||
run:
|
|
||||||
- python
|
|
||||||
- numpy
|
|
||||||
|
|
||||||
|
|
||||||
test:
|
|
||||||
imports:
|
|
||||||
- slsdet
|
|
||||||
|
|
||||||
|
|
||||||
about:
|
|
||||||
summary: An example project built with pybind11 and scikit-build.
|
|
||||||
# license_file: LICENSE
|
|
||||||
90
ctbGui/CMakeLists.txt
Normal file
90
ctbGui/CMakeLists.txt
Normal file
@@ -0,0 +1,90 @@
|
|||||||
|
# SPDX-License-Identifier: LGPL-3.0-or-other
|
||||||
|
# Copyright (C) 2021 Contributors to the SLS Detector Package
|
||||||
|
|
||||||
|
|
||||||
|
find_package(ROOT CONFIG REQUIRED COMPONENTS Core Gui)
|
||||||
|
find_package(TIFF REQUIRED)
|
||||||
|
|
||||||
|
target_include_directories(ROOT::Core INTERFACE "${ROOT_INCLUDE_DIRS}")
|
||||||
|
add_library(ROOT::Flags_CXX IMPORTED INTERFACE)
|
||||||
|
separate_arguments(ROOT_CXX_FLAGS)
|
||||||
|
target_compile_options(ROOT::Flags_CXX INTERFACE ${ROOT_CXX_FLAGS})
|
||||||
|
separate_arguments(ROOT_DEFINITIONS)
|
||||||
|
target_compile_definitions(ROOT::Flags_CXX INTERFACE ${ROOT_DEFINITIONS})
|
||||||
|
|
||||||
|
# This fixes a bug in the linker flags
|
||||||
|
string(REPLACE "-L " "-L" ROOT_EXE_LINKER_FLAGS "${ROOT_EXE_LINKER_FLAGS}")
|
||||||
|
separate_arguments(ROOT_EXE_LINKER_FLAGS)
|
||||||
|
|
||||||
|
# Stuck into using old property method due to separate -L and -l arguments
|
||||||
|
# (A full path to -l is better!)
|
||||||
|
set_property(TARGET ROOT::Flags_CXX PROPERTY
|
||||||
|
INTERFACE_LINK_LIBRARIES ${ROOT_EXE_LINKER_FLAGS})
|
||||||
|
set_property(TARGET ROOT::Core PROPERTY
|
||||||
|
INTERFACE_INCLUDE_DIRECTORIES "${ROOT_INCLUDE_DIRS}")
|
||||||
|
|
||||||
|
|
||||||
|
add_executable(ctbGui
|
||||||
|
ctbGui.cpp
|
||||||
|
ctbMain.cpp
|
||||||
|
ctbDacs.cpp
|
||||||
|
ctbPowers.cpp
|
||||||
|
ctbSlowAdcs.cpp
|
||||||
|
ctbSignals.cpp
|
||||||
|
ctbAdcs.cpp
|
||||||
|
ctbPattern.cpp
|
||||||
|
ctbAcquisition.cpp
|
||||||
|
${CMAKE_SOURCE_DIR}/slsDetectorCalibration/tiffio/src/tiffIO.cpp
|
||||||
|
)
|
||||||
|
|
||||||
|
|
||||||
|
#TODO! Replace with target
|
||||||
|
target_include_directories(ctbGui PRIVATE
|
||||||
|
${CMAKE_SOURCE_DIR}/slsDetectorCalibration/dataStructures
|
||||||
|
${CMAKE_SOURCE_DIR}/slsDetectorCalibration/interpolations
|
||||||
|
${CMAKE_SOURCE_DIR}/slsDetectorCalibration/
|
||||||
|
${CMAKE_SOURCE_DIR}/slsDetectorCalibration/tiffio/include/
|
||||||
|
)
|
||||||
|
|
||||||
|
# Headders needed for ROOT dictionary generation
|
||||||
|
set( HEADERS
|
||||||
|
ctbDefs.h
|
||||||
|
ctbMain.h
|
||||||
|
ctbDacs.h
|
||||||
|
ctbPattern.h
|
||||||
|
ctbSignals.h
|
||||||
|
ctbAdcs.h
|
||||||
|
ctbAcquisition.h
|
||||||
|
ctbPowers.h
|
||||||
|
ctbSlowAdcs.h
|
||||||
|
)
|
||||||
|
|
||||||
|
#set(ROOT_INCLUDE_PATH ${CMAKE_CURRENT_SOURCE_DIR})
|
||||||
|
|
||||||
|
# ROOT dictionary generation
|
||||||
|
root_generate_dictionary(ctbDict ${HEADERS} LINKDEF ctbLinkDef.h)
|
||||||
|
add_library(ctbRootLib SHARED ctbDict.cxx)
|
||||||
|
target_include_directories(ctbRootLib PUBLIC ${CMAKE_CURRENT_SOURCE_DIR})
|
||||||
|
target_link_libraries(ctbRootLib PUBLIC
|
||||||
|
ROOT::Core
|
||||||
|
slsDetectorShared
|
||||||
|
${ROOT_LIBRARIES}
|
||||||
|
${ROOT_EXE_LINKER_FLAGS}
|
||||||
|
)
|
||||||
|
|
||||||
|
set_target_properties(
|
||||||
|
ctbRootLib PROPERTIES
|
||||||
|
LIBRARY_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/bin
|
||||||
|
)
|
||||||
|
|
||||||
|
target_link_libraries(ctbGui PUBLIC
|
||||||
|
slsDetectorShared
|
||||||
|
ctbRootLib
|
||||||
|
${TIFF_LIBRARIES}
|
||||||
|
)
|
||||||
|
|
||||||
|
set_target_properties(ctbGui PROPERTIES
|
||||||
|
RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/bin
|
||||||
|
|
||||||
|
)
|
||||||
|
|
||||||
46
ctbGui/Makefile.root5
Normal file
46
ctbGui/Makefile.root5
Normal file
@@ -0,0 +1,46 @@
|
|||||||
|
# SPDX-License-Identifier: LGPL-3.0-or-other
|
||||||
|
# Copyright (C) 2021 Contributors to the SLS Detector Package
|
||||||
|
|
||||||
|
|
||||||
|
INCS=ctbMain.h ctbDacs.h ctbPattern.h ctbSignals.h ctbAdcs.h ctbAcquisition.h ctbPowers.h ctbSlowAdcs.h
|
||||||
|
SRC= $(INCS:.h=.cpp) ctbDict.cpp
|
||||||
|
LINKDEF=ctbLinkDef.h
|
||||||
|
ZMQLIB=../slsReceiverSoftware/include
|
||||||
|
LIBRARYCBF=$(CBFLIBDIR)/lib/*.o
|
||||||
|
|
||||||
|
INCDIR=-I../slsReceiverSoftware/include/ -I../slsDetectorSoftware/include/ -I../slsSupportLib/include/ -I../slsDetectorCalibration -I../slsDetectorCalibration/dataStructures -I$(CBFLIBDIR)/include -I../slsDetectorCalibration/interpolations
|
||||||
|
LDFLAG=-L../build/bin -lSlsDetector -lSlsSupport -L/usr/lib64/ -lpthread -lm -lstdc++ -lzmq -pthread -lrt -ltiff -L$(ZMQLIB) -L$(CBFLIBDIR)/lib/ -std=c++11
|
||||||
|
#
|
||||||
|
MAIN=ctbGui.cpp
|
||||||
|
|
||||||
|
DESTDIR?=../build/bin
|
||||||
|
|
||||||
|
|
||||||
|
OBJS = $(SRC:.cpp=.o) $(MAIN:.cpp=.o)
|
||||||
|
|
||||||
|
all: $(DESTDIR)/ctbGui
|
||||||
|
|
||||||
|
|
||||||
|
doc:
|
||||||
|
cd manual && make DESTDIR=$(DESTDIR)
|
||||||
|
|
||||||
|
htmldoc:
|
||||||
|
cd manual && make html DESTDIR=$(DESTDIR)
|
||||||
|
|
||||||
|
ctbDict.cpp: $(INCS) $(LINKDEF)
|
||||||
|
rootcint -f ctbDict.cpp -c $(INCS) $(LINKDEF)
|
||||||
|
|
||||||
|
%.o : %.cpp
|
||||||
|
echo $@
|
||||||
|
g++ -DMYROOT `root-config --cflags --glibs` -lMinuit -DCTB $(LDFLAG) -o $@ -c $< $(INCDIR)
|
||||||
|
#$(CXX) -o $@ -c $< $(INCLUDES) $(DFLAGS) -fPIC $(EPICSFLAGS) -lpthread #$(FLAGS)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
$(DESTDIR)/ctbGui: $(OBJS) $(LINKDEF)
|
||||||
|
g++ -DMYROOT `root-config --cflags --glibs` -lMinuit -DCTB $(LDFLAG) -o ctbGui $(INCDIR) $(OBJS) ../slsDetectorCalibration/tiffIO.cpp
|
||||||
|
mv ctbGui $(DESTDIR)
|
||||||
|
|
||||||
|
clean:
|
||||||
|
rm -f $(DESTDIR)/ctbGui *.o ctbDict.* $(OBJS)
|
||||||
|
|
||||||
48
ctbGui/Makefile.root6
Normal file
48
ctbGui/Makefile.root6
Normal file
@@ -0,0 +1,48 @@
|
|||||||
|
# SPDX-License-Identifier: LGPL-3.0-or-other
|
||||||
|
# Copyright (C) 2021 Contributors to the SLS Detector Package
|
||||||
|
|
||||||
|
|
||||||
|
INCS=ctbMain.h ctbDacs.h ctbPattern.h ctbSignals.h ctbAdcs.h ctbAcquisition.h ctbPowers.h ctbSlowAdcs.h
|
||||||
|
SRC= $(INCS:.h=.cpp) ctbDict.cpp
|
||||||
|
LINKDEF=ctbLinkDef.h
|
||||||
|
#ctbActions.h
|
||||||
|
ZMQLIB=../slsReceiverSoftware/include
|
||||||
|
LIBRARYCBF=$(CBFLIBDIR)/lib/*.o
|
||||||
|
|
||||||
|
INCDIR=-I../slsReceiverSoftware/include/ -I../slsDetectorSoftware/include/ -I../slsSupportLib/include/ -I../slsDetectorCalibration -I../slsDetectorCalibration/dataStructures -I$(CBFLIBDIR)/include -I../slsDetectorCalibration/interpolations
|
||||||
|
|
||||||
|
LDFLAG=-L../build/bin -lSlsDetector -lSlsSupport -L/usr/lib64/ -lpthread -lm -lstdc++ -lzmq -pthread -lrt -ltiff -L$(ZMQLIB) -L$(CBFLIBDIR)/lib/ -std=c++11
|
||||||
|
#
|
||||||
|
MAIN=ctbGui.cpp
|
||||||
|
|
||||||
|
DESTDIR?=../build/bin
|
||||||
|
|
||||||
|
|
||||||
|
OBJS = $(SRC:.cpp=.o) $(MAIN:.cpp=.o)
|
||||||
|
|
||||||
|
all: $(DESTDIR)/ctbGui
|
||||||
|
|
||||||
|
|
||||||
|
doc:
|
||||||
|
cd manual && make DESTDIR=$(DESTDIR)
|
||||||
|
|
||||||
|
htmldoc:
|
||||||
|
cd manual && make html DESTDIR=$(DESTDIR)
|
||||||
|
|
||||||
|
ctbDict.cpp: $(INCS) $(LINKDEF)
|
||||||
|
rootcling -f ctbDict.cpp -c $(INCS) $(LINKDEF)
|
||||||
|
|
||||||
|
%.o : %.cpp
|
||||||
|
echo $@
|
||||||
|
g++ -DMYROOT `source root-config --cflags --glibs` -lMinuit -DCTB $(LDFLAG) -o $@ -c $< $(INCDIR)
|
||||||
|
#$(CXX) -o $@ -c $< $(INCLUDES) $(DFLAGS) -fPIC $(EPICSFLAGS) -lpthread #$(FLAGS)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
$(DESTDIR)/ctbGui: $(OBJS) $(LINKDEF)
|
||||||
|
g++ -DMYROOT `source root-config --cflags --glibs` -lMinuit -DCTB $(LDFLAG) -o ctbGui $(INCDIR) $(OBJS) ../slsDetectorCalibration/tiffIO.cpp
|
||||||
|
mv ctbGui $(DESTDIR)
|
||||||
|
|
||||||
|
clean:
|
||||||
|
rm -f $(DESTDIR)/ctbGui *.o ctbDict.* $(OBJS)
|
||||||
|
|
||||||
2277
ctbGui/ctbAcquisition.cpp
Normal file
2277
ctbGui/ctbAcquisition.cpp
Normal file
File diff suppressed because it is too large
Load Diff
248
ctbGui/ctbAcquisition.h
Normal file
248
ctbGui/ctbAcquisition.h
Normal file
@@ -0,0 +1,248 @@
|
|||||||
|
// SPDX-License-Identifier: LGPL-3.0-or-other
|
||||||
|
// Copyright (C) 2021 Contributors to the SLS Detector Package
|
||||||
|
#ifndef CTBACQUISITION_H
|
||||||
|
#define CTBACQUISITION_H
|
||||||
|
#include <TGFrame.h>
|
||||||
|
|
||||||
|
#include "ctbAdcs.h"
|
||||||
|
#include "ctbSignals.h"
|
||||||
|
#include "ctbPattern.h"
|
||||||
|
class TGTextEntry;
|
||||||
|
class TGLabel;
|
||||||
|
class TGNumberEntry;
|
||||||
|
class TGCheckButton;
|
||||||
|
class TThread;
|
||||||
|
class TGraph;
|
||||||
|
class TMultiGraph;
|
||||||
|
class THStack;
|
||||||
|
class TGButtonGroup;
|
||||||
|
class TGRadioButton;
|
||||||
|
class TGComboBox;
|
||||||
|
class TTimer;
|
||||||
|
class TCanvas;
|
||||||
|
class TH2F;
|
||||||
|
class TH1F;
|
||||||
|
class TGLabel;
|
||||||
|
class TGTextButton;
|
||||||
|
|
||||||
|
namespace sls
|
||||||
|
{
|
||||||
|
class Detector;
|
||||||
|
class detectorData;
|
||||||
|
};
|
||||||
|
|
||||||
|
template <class dataType> class slsDetectorData;
|
||||||
|
|
||||||
|
class singlePhotonDetector;
|
||||||
|
//class singlePhotonDetector;
|
||||||
|
class commonModeSubtraction;
|
||||||
|
|
||||||
|
#include <string>
|
||||||
|
#include <stdint.h>
|
||||||
|
using namespace std;
|
||||||
|
|
||||||
|
class ctbAcquisition : public TGGroupFrame {
|
||||||
|
|
||||||
|
|
||||||
|
enum {DESERIALIZER, MOENCH04, MOENCH02, MOENCH03, IMAGE32B, IMAGE16B, ADCSAR2, MYTHEN301, MYTHEN302};
|
||||||
|
|
||||||
|
|
||||||
|
private:
|
||||||
|
TGTextEntry *eOutdir;
|
||||||
|
TGTextEntry *eFname;
|
||||||
|
TGNumberEntry *eFindex;
|
||||||
|
TGCheckButton *cFileSave;
|
||||||
|
|
||||||
|
|
||||||
|
TGNumberEntry *eSerOff;
|
||||||
|
TGNumberEntry *eDynRange;
|
||||||
|
TGNumberEntry *eNumCount;
|
||||||
|
|
||||||
|
|
||||||
|
TGNumberEntry *ePixX;
|
||||||
|
TGNumberEntry *ePixY;
|
||||||
|
|
||||||
|
TGNumberEntry *eFitADC;
|
||||||
|
TGNumberEntry *eBitPlot;
|
||||||
|
TGNumberEntry *eMinRaw;
|
||||||
|
TGNumberEntry *eMaxRaw;
|
||||||
|
TGNumberEntry *eMinPedSub;
|
||||||
|
TGNumberEntry *eMaxPedSub;
|
||||||
|
TGCheckButton *cMinMaxRaw;
|
||||||
|
TGCheckButton *cMinMaxPedSub;
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
TGNumberEntry *eMeasurements;
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
TGTextButton *bStatus;
|
||||||
|
// TGTextButton
|
||||||
|
TGCheckButton *cCompile;
|
||||||
|
TGTextButton *cLoad;
|
||||||
|
// TGCheckButton *cRun;
|
||||||
|
|
||||||
|
TThread *acqThread;
|
||||||
|
|
||||||
|
|
||||||
|
THStack *adcStack;
|
||||||
|
THStack *bitStack;
|
||||||
|
THStack *countsStack;
|
||||||
|
|
||||||
|
|
||||||
|
TH1F *adcHisto[NADCS];
|
||||||
|
TH1F *countsHisto[NADCS];
|
||||||
|
|
||||||
|
TH1F *bitHisto[NSIGNALS];
|
||||||
|
float bitOffset[NSIGNALS];
|
||||||
|
|
||||||
|
// int enableFlag[NADCS+4];
|
||||||
|
int roMode;
|
||||||
|
|
||||||
|
int dBitOffset;
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
TH1F *adcFit;
|
||||||
|
TH1F *bitPlot;
|
||||||
|
TH1F *countsFit;
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
TH2F *h2DMapAn; // for 2D detectors
|
||||||
|
TH2F *h2DMapDig; // for 2D detectors
|
||||||
|
TH1F *h1DMap; //for 1D detectors
|
||||||
|
|
||||||
|
// TH2F *h2Scan; // for 2D detectors
|
||||||
|
// TMultiGraph *mgAdcs;
|
||||||
|
// TH1I *plotAdc[NADCS];
|
||||||
|
|
||||||
|
|
||||||
|
sls::Detector* myDet;
|
||||||
|
|
||||||
|
int plotFlag[NADCS];
|
||||||
|
int bitPlotFlag[NSIGNALS];
|
||||||
|
|
||||||
|
int ip;
|
||||||
|
// int nChannels;
|
||||||
|
// int chanEnable;
|
||||||
|
//int nADCs;
|
||||||
|
|
||||||
|
std::vector <int> dbitlist;
|
||||||
|
std::vector <int> adclist;
|
||||||
|
|
||||||
|
TGButtonGroup *bgPlot;// = new TGVButtonGroup(main_frame);
|
||||||
|
TGRadioButton *rbPlotOff;
|
||||||
|
TGRadioButton *rbWaveform;
|
||||||
|
TGRadioButton *rbDistribution;
|
||||||
|
TGRadioButton *rb2D;
|
||||||
|
// TGRadioButton *rbScan;
|
||||||
|
TGComboBox *cbDetType;
|
||||||
|
TGCheckButton *cbGetPedestal;
|
||||||
|
TGCheckButton *cbSubtractPedestal;
|
||||||
|
TGCheckButton *cbCommonMode;
|
||||||
|
TGTextButton *bResetPedestal;
|
||||||
|
|
||||||
|
TGLabel *lClickX;
|
||||||
|
TGLabel *lClickY;
|
||||||
|
TGLabel *lClickValue;
|
||||||
|
|
||||||
|
|
||||||
|
TCanvas *myCanvas;
|
||||||
|
TTimer *plotTimer;
|
||||||
|
|
||||||
|
char patternFile[10000];
|
||||||
|
char patternCompiler[10000];
|
||||||
|
|
||||||
|
int globalPlot;
|
||||||
|
int adcPlot;
|
||||||
|
int dbitPlot;
|
||||||
|
int tenG;
|
||||||
|
|
||||||
|
int nAnalogSamples, nDigitalSamples;
|
||||||
|
// int iScanStep;
|
||||||
|
|
||||||
|
slsDetectorData<uint16_t> *dataStructure;
|
||||||
|
singlePhotonDetector *photonFinder;
|
||||||
|
//singlePhotonDetector *photonFinder;
|
||||||
|
commonModeSubtraction *commonMode;
|
||||||
|
int cmSub;
|
||||||
|
|
||||||
|
int stop;
|
||||||
|
|
||||||
|
uint64_t dBitMask;
|
||||||
|
|
||||||
|
int deserializer;
|
||||||
|
|
||||||
|
public:
|
||||||
|
ctbAcquisition(TGVerticalFrame*, sls::Detector*);
|
||||||
|
void setOutdir();
|
||||||
|
void setFname();
|
||||||
|
void setMeasurements();
|
||||||
|
void setFsave(Bool_t);
|
||||||
|
void changePlot(Int_t);
|
||||||
|
void changeDetector(Int_t);
|
||||||
|
void changePlot();
|
||||||
|
void changeDetector();
|
||||||
|
void setFindex();
|
||||||
|
void Draw();
|
||||||
|
void setCanvas(TCanvas*);
|
||||||
|
|
||||||
|
void toggleAcquisition();
|
||||||
|
void loadPattern();
|
||||||
|
static void* ThreadHandle(void *arg);
|
||||||
|
void update();
|
||||||
|
void acquisitionFinished();
|
||||||
|
// string getParameters();
|
||||||
|
|
||||||
|
void setGraph (int i ,int en, Pixel_t col);
|
||||||
|
void setBitGraph (int i ,int en, Pixel_t col);
|
||||||
|
void startAcquisition();
|
||||||
|
static void progressCallback(double,void*);
|
||||||
|
static void dataCallback(sls::detectorData*, long unsigned int, unsigned int, void*);
|
||||||
|
int StopFlag;
|
||||||
|
|
||||||
|
int plotData(sls::detectorData*, int);
|
||||||
|
|
||||||
|
void setPatternFile(const char* t);
|
||||||
|
|
||||||
|
void setPatternCompiler(const char* t);
|
||||||
|
|
||||||
|
void setAnalogSamples(int);
|
||||||
|
void setDigitalSamples(int);
|
||||||
|
|
||||||
|
void setADCEnable(Int_t);
|
||||||
|
void setDbitEnable(Int_t);
|
||||||
|
void setReadoutMode(int);
|
||||||
|
void updateChans();
|
||||||
|
|
||||||
|
void resetPedestal();
|
||||||
|
|
||||||
|
void ToggleCommonMode(Bool_t);
|
||||||
|
void TogglePedSub(Bool_t);
|
||||||
|
void ChangeHistoLimitsPedSub(Long_t );
|
||||||
|
void ChangeHistoLimitsRaw(Long_t);
|
||||||
|
void ChangeHistoLimitsPedSub( );
|
||||||
|
void ChangeHistoLimitsRaw();
|
||||||
|
void ChangeHistoLimitsPedSub(Bool_t );
|
||||||
|
void ChangeHistoLimitsRaw(Bool_t);
|
||||||
|
|
||||||
|
|
||||||
|
void ChangeSerialOffset();
|
||||||
|
void ChangeSerialOffset(Long_t);
|
||||||
|
void ChangeNumberOfChannels();
|
||||||
|
void ChangeNumberOfChannels(Long_t);
|
||||||
|
void ChangeDynamicRange();
|
||||||
|
void ChangeDynamicRange(Long_t);
|
||||||
|
void ChangeImagePixels();
|
||||||
|
void ChangeImagePixels(Long_t);
|
||||||
|
|
||||||
|
void canvasClicked();
|
||||||
|
void FitADC();
|
||||||
|
void plotBit();
|
||||||
|
ClassDef(ctbAcquisition,0)
|
||||||
|
};
|
||||||
|
|
||||||
|
#endif
|
||||||
616
ctbGui/ctbAdcs.cpp
Normal file
616
ctbGui/ctbAdcs.cpp
Normal file
@@ -0,0 +1,616 @@
|
|||||||
|
// SPDX-License-Identifier: LGPL-3.0-or-other
|
||||||
|
// Copyright (C) 2021 Contributors to the SLS Detector Package
|
||||||
|
#include <TApplication.h>
|
||||||
|
#include <TGClient.h>
|
||||||
|
#include <TCanvas.h>
|
||||||
|
#include <TF1.h>
|
||||||
|
#include <TRandom.h>
|
||||||
|
#include <TGButton.h>
|
||||||
|
#include <TRootEmbeddedCanvas.h>
|
||||||
|
#include <TGButtonGroup.h>
|
||||||
|
#include <TGNumberEntry.h>
|
||||||
|
#include <TGLabel.h>
|
||||||
|
#include <TList.h>
|
||||||
|
#include <TGFileDialog.h>
|
||||||
|
#include <TGComboBox.h>
|
||||||
|
#include <TH2F.h>
|
||||||
|
#include <TColor.h>
|
||||||
|
#include <TH1F.h>
|
||||||
|
#include <TGraphErrors.h>
|
||||||
|
#include <TGColorSelect.h>
|
||||||
|
#include <THStack.h>
|
||||||
|
#include <TGTab.h>
|
||||||
|
|
||||||
|
#include <stdio.h>
|
||||||
|
#include <iostream>
|
||||||
|
#include <fstream>
|
||||||
|
|
||||||
|
#include "ctbAdcs.h"
|
||||||
|
#include "ctbDefs.h"
|
||||||
|
#include "sls/Detector.h"
|
||||||
|
|
||||||
|
using namespace std;
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
ctbAdc::ctbAdc(TGVerticalFrame *page, int i, sls::Detector *det)
|
||||||
|
: TGHorizontalFrame(page, 800,800), id(i), myDet(det) {
|
||||||
|
|
||||||
|
TGHorizontalFrame *hframe=this;
|
||||||
|
char tit[100];
|
||||||
|
|
||||||
|
page->AddFrame(hframe,new TGLayoutHints(kLHintsTop | kLHintsExpandX , 1,1,1,1));
|
||||||
|
hframe->MapWindow();
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
sprintf(tit, "ADC%d", id);
|
||||||
|
|
||||||
|
sAdcLabel= new TGLabel(hframe, tit);
|
||||||
|
hframe->AddFrame(sAdcLabel,new TGLayoutHints(kLHintsTop | kLHintsLeft| kLHintsExpandX, 1, 1, 1, 1));
|
||||||
|
sAdcLabel->MapWindow();
|
||||||
|
sAdcLabel->SetTextJustify(kTextLeft);
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
sAdcInvert= new TGCheckButton(hframe, "Inv");
|
||||||
|
hframe->AddFrame( sAdcInvert,new TGLayoutHints(kLHintsTop | kLHintsLeft| kLHintsExpandX, 1, 1, 1, 1));
|
||||||
|
sAdcInvert->MapWindow();
|
||||||
|
sAdcInvert->Connect("Toggled(Bool_t)","ctbAdc",this,"ToggledInvert(Bool_t)");
|
||||||
|
|
||||||
|
|
||||||
|
sAdcEnable= new TGCheckButton(hframe, "En");
|
||||||
|
hframe->AddFrame( sAdcEnable,new TGLayoutHints(kLHintsTop | kLHintsLeft| kLHintsExpandX, 1, 1, 1, 1));
|
||||||
|
sAdcEnable->MapWindow();
|
||||||
|
// sAdcEnable->SetOn(kTRUE);
|
||||||
|
// sAdcEnable->SetEnabled(kFALSE);
|
||||||
|
sAdcEnable->Connect("Toggled(Bool_t)","ctbAdc",this,"ToggledEnable(Bool_t)");
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
sAdcPlot= new TGCheckButton(hframe, "Plot");
|
||||||
|
hframe->AddFrame( sAdcPlot,new TGLayoutHints(kLHintsTop | kLHintsLeft| kLHintsExpandX, 1, 1, 1, 1));
|
||||||
|
sAdcPlot->MapWindow();
|
||||||
|
|
||||||
|
|
||||||
|
sAdcPlot->Connect("Toggled(Bool_t)","ctbAdc",this,"ToggledPlot(Bool_t)");
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
fColorSel = new TGColorSelect(hframe, id+1, 0);
|
||||||
|
|
||||||
|
fColorSel->Connect("ColorSelected(Pixel_t)","ctbAdc",this,"ColorChanged(Pixel_t)");
|
||||||
|
hframe->AddFrame(fColorSel, new TGLayoutHints(kLHintsTop |
|
||||||
|
kLHintsLeft, 2, 0, 2, 2));
|
||||||
|
|
||||||
|
|
||||||
|
fColorSel->SetColor(TColor::Number2Pixel(id+1));
|
||||||
|
// sprintf(tit,"adc%d",id);
|
||||||
|
// gADC=new TGraph();
|
||||||
|
// gADC->SetName(tit);
|
||||||
|
// gADC->SetLineColor(id+1);
|
||||||
|
// gADC->SetMarkerColor(id+1);
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
};
|
||||||
|
Pixel_t ctbAdc::getColor(){
|
||||||
|
return fColorSel->GetColor();
|
||||||
|
}
|
||||||
|
Bool_t ctbAdc::getEnabled(){
|
||||||
|
return getPlot();
|
||||||
|
}
|
||||||
|
Bool_t ctbAdc::getPlot(){
|
||||||
|
return sAdcPlot->IsOn();
|
||||||
|
}
|
||||||
|
Bool_t ctbAdc::getInverted(){
|
||||||
|
return sAdcInvert->IsOn();
|
||||||
|
}
|
||||||
|
|
||||||
|
Bool_t ctbAdc::getEnable(){
|
||||||
|
return sAdcEnable->IsOn();
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
void ctbAdc::setInverted(Bool_t b){
|
||||||
|
// cout << id << "set enabled " << b << endl;
|
||||||
|
if (b)
|
||||||
|
sAdcInvert->SetOn(kTRUE,kTRUE);
|
||||||
|
else
|
||||||
|
sAdcInvert->SetOn(kFALSE,kTRUE);
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
void ctbAdc::setEnable(Bool_t b){
|
||||||
|
// cout << id << "set enabled " << b << endl;
|
||||||
|
if (b)
|
||||||
|
sAdcEnable->SetOn(kTRUE,kFALSE);
|
||||||
|
else
|
||||||
|
sAdcEnable->SetOn(kFALSE,kFALSE);
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
void ctbAdc::setAdcAlias(char *tit, int plot, int color) {
|
||||||
|
if (tit)
|
||||||
|
sAdcLabel->SetText(tit);
|
||||||
|
if (plot>0)
|
||||||
|
sAdcPlot->SetOn(kTRUE,kTRUE);
|
||||||
|
else if (plot==0)
|
||||||
|
sAdcPlot->SetOn(kFALSE,kTRUE);
|
||||||
|
if (color>=0)
|
||||||
|
fColorSel->SetColor(color);
|
||||||
|
fColorSel->SetEnabled(sAdcPlot->IsOn());
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
string ctbAdc::getAdcAlias() {
|
||||||
|
|
||||||
|
char line[1000];
|
||||||
|
sprintf(line,"ADC%d %s %d %lx\n",id,sAdcLabel->GetText()->Data(),sAdcPlot->IsOn(),fColorSel->GetColor());
|
||||||
|
return string(line);
|
||||||
|
}
|
||||||
|
|
||||||
|
void ctbAdc::update() {
|
||||||
|
|
||||||
|
|
||||||
|
//Emit("ToggledAdcEnable(Int_t)", id);
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
void ctbAdc::ToggledPlot(Bool_t b){
|
||||||
|
|
||||||
|
// Long_t mask=b<<id;
|
||||||
|
// ToggledAdcPlot(mask);
|
||||||
|
cout << "Colsel " << id << " enable " << b << endl;
|
||||||
|
if (b)
|
||||||
|
fColorSel->SetEnabled(kTRUE);
|
||||||
|
else
|
||||||
|
fColorSel->SetEnabled(kFALSE);
|
||||||
|
|
||||||
|
// fColorSel->SetEnabled(sAdcPlot->IsOn());
|
||||||
|
Emit("ToggledAdcPlot(Int_t)", id);
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
void ctbAdc::ToggledInvert(Bool_t b){
|
||||||
|
|
||||||
|
|
||||||
|
// fColorSel->SetEnabled(sAdcPlot->IsOn());
|
||||||
|
Emit("ToggledAdcInvert(Int_t)", id);
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
void ctbAdc::ToggledEnable(Bool_t b){
|
||||||
|
|
||||||
|
|
||||||
|
fColorSel->SetEnabled(sAdcPlot->IsOn());
|
||||||
|
Emit("ToggledAdcEnable(Int_t)", id);
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
void ctbAdc::ColorChanged(Pixel_t) {
|
||||||
|
|
||||||
|
Emit("ToggledAdcPlot(Int_t)", id);
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
void ctbAdc::ToggledAdcPlot(Int_t b){
|
||||||
|
|
||||||
|
|
||||||
|
Emit("ToggledAdcPlot(Int_t)", id);
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
void ctbAdc::ToggledAdcInvert(Int_t b){
|
||||||
|
|
||||||
|
|
||||||
|
Emit("ToggledAdcInvert(Int_t)", id);
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
void ctbAdc::ToggledAdcEnable(Int_t b){
|
||||||
|
|
||||||
|
|
||||||
|
Emit("ToggledAdcEnable(Int_t)", id);
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
void ctbAdc::setEnabled(Bool_t b){
|
||||||
|
// cout << id << "set enabled " << b << endl;
|
||||||
|
if (b)
|
||||||
|
sAdcPlot->SetOn(kTRUE,kFALSE);
|
||||||
|
else
|
||||||
|
sAdcPlot->SetOn(kFALSE,kFALSE);
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
void ctbAdc::setPlot(Bool_t b){
|
||||||
|
// cout << id << "set enabled " << b << endl;
|
||||||
|
if (b)
|
||||||
|
sAdcPlot->SetOn(kTRUE,kTRUE);
|
||||||
|
else
|
||||||
|
sAdcPlot->SetOn(kFALSE,kTRUE);
|
||||||
|
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
ctbAdcs::ctbAdcs(TGVerticalFrame *page, sls::Detector *det)
|
||||||
|
: TGGroupFrame(page,"Adcs",kVerticalFrame), myDet(det) {
|
||||||
|
|
||||||
|
|
||||||
|
SetTitlePos(TGGroupFrame::kLeft);
|
||||||
|
page->AddFrame(this,new TGLayoutHints( kLHintsTop | kLHintsExpandX , 10,10,10,10));
|
||||||
|
MapWindow();
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
TGHorizontalFrame* hframe=new TGHorizontalFrame(this, 800,800);
|
||||||
|
AddFrame(hframe,new TGLayoutHints(kLHintsTop | kLHintsExpandX , 1,1,1,1));
|
||||||
|
hframe->MapWindow();
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
int idac=0;
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
TGHorizontalFrame* hhframe=new TGHorizontalFrame(this, 800,800);
|
||||||
|
AddFrame(hhframe,new TGLayoutHints(kLHintsTop | kLHintsExpandX , 1,1,1,1));
|
||||||
|
hhframe->MapWindow();
|
||||||
|
|
||||||
|
TGVerticalFrame *vframe;
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
for (idac=0; idac<NADCS; idac++) {
|
||||||
|
if (idac%16==0) {
|
||||||
|
|
||||||
|
|
||||||
|
vframe=new TGVerticalFrame(hhframe, 400,800);
|
||||||
|
hhframe->AddFrame(vframe,new TGLayoutHints(kLHintsTop | kLHintsExpandX , 1,1,1,1));
|
||||||
|
vframe->MapWindow();
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
sAdc[idac]=new ctbAdc(vframe,idac,myDet);
|
||||||
|
|
||||||
|
|
||||||
|
sAdc[idac]->Connect("ToggledAdcPlot(Int_t)","ctbAdcs",this,"ToggledAdcPlot(Int_t)");
|
||||||
|
sAdc[idac]->Connect("ToggledAdcInvert(Int_t)","ctbAdcs",this,"ToggledAdcInvert(Int_t)");
|
||||||
|
sAdc[idac]->Connect("ToggledAdcEnable(Int_t)","ctbAdcs",this,"ToggledAdcEnable(Int_t)");
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
hframe=new TGHorizontalFrame(this, 800,800);
|
||||||
|
AddFrame(hframe,new TGLayoutHints(kLHintsTop | kLHintsExpandX , 1,1,1,1));
|
||||||
|
hframe->MapWindow();
|
||||||
|
|
||||||
|
|
||||||
|
bCheckHalf[0]=new TGTextButton(hframe, "All 0-15");
|
||||||
|
hframe->AddFrame(bCheckHalf[0],new TGLayoutHints(kLHintsTop | kLHintsExpandX, 5, 5, 5, 5));
|
||||||
|
bCheckHalf[0]->MapWindow();
|
||||||
|
bCheckHalf[0]->Connect("Clicked()","ctbAdcs",this,"CheckHalf0()");
|
||||||
|
|
||||||
|
|
||||||
|
bRemoveHalf[0]=new TGTextButton(hframe, "None 0-15");
|
||||||
|
hframe->AddFrame(bRemoveHalf[0],new TGLayoutHints(kLHintsBottom | kLHintsExpandX, 5, 5, 5, 5));
|
||||||
|
bRemoveHalf[0]->MapWindow();
|
||||||
|
bRemoveHalf[0]->Connect("Clicked()","ctbAdcs",this,"RemoveHalf0()");
|
||||||
|
|
||||||
|
|
||||||
|
bCheckHalf[1]=new TGTextButton(hframe, "All 16-23");
|
||||||
|
hframe->AddFrame(bCheckHalf[1],new TGLayoutHints(kLHintsTop | kLHintsExpandX, 5, 5, 5, 5));
|
||||||
|
bCheckHalf[1]->MapWindow();
|
||||||
|
bCheckHalf[1]->Connect("Clicked()","ctbAdcs",this,"CheckHalf1()");
|
||||||
|
// bCheckAll->Connect("Clicked()","ctbAdcs",this,"CheckAll()");
|
||||||
|
|
||||||
|
|
||||||
|
bRemoveHalf[1]=new TGTextButton(hframe, "None 16-23");
|
||||||
|
hframe->AddFrame(bRemoveHalf[1],new TGLayoutHints(kLHintsBottom | kLHintsExpandX, 5, 5, 5, 5));
|
||||||
|
bRemoveHalf[1]->MapWindow();
|
||||||
|
bRemoveHalf[1]->Connect("Clicked()","ctbAdcs",this,"RemoveHalf1()");
|
||||||
|
// bRemoveAll->Connect("Clicked()","ctbAdcs",this,"RemoveAll()");
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
hframe=new TGHorizontalFrame(this, 800,800);
|
||||||
|
AddFrame(hframe,new TGLayoutHints(kLHintsTop | kLHintsExpandX , 1,1,1,1));
|
||||||
|
hframe->MapWindow();
|
||||||
|
|
||||||
|
|
||||||
|
bCheckAll=new TGTextButton(hframe, "All");
|
||||||
|
hframe->AddFrame(bCheckAll,new TGLayoutHints(kLHintsTop | kLHintsExpandX, 5, 5, 5, 5));
|
||||||
|
bCheckAll->MapWindow();
|
||||||
|
bCheckAll->Connect("Clicked()","ctbAdcs",this,"CheckAll()");
|
||||||
|
|
||||||
|
|
||||||
|
bRemoveAll=new TGTextButton(hframe, "None");
|
||||||
|
hframe->AddFrame(bRemoveAll,new TGLayoutHints(kLHintsBottom | kLHintsExpandX, 5, 5, 5, 5));
|
||||||
|
bRemoveAll->MapWindow();
|
||||||
|
bRemoveAll->Connect("Clicked()","ctbAdcs",this,"RemoveAll()");
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
hframe=new TGHorizontalFrame(this, 800,50);
|
||||||
|
AddFrame(hframe,new TGLayoutHints(kLHintsTop | kLHintsExpandX , 1,1,1,1));
|
||||||
|
hframe->MapWindow();
|
||||||
|
|
||||||
|
|
||||||
|
TGLabel *label= new TGLabel(hframe, "Inversion mask: ");
|
||||||
|
hframe->AddFrame(label,new TGLayoutHints(kLHintsTop | kLHintsLeft| kLHintsExpandX, 1, 1, 1, 1));
|
||||||
|
label->MapWindow();
|
||||||
|
label->SetTextJustify(kTextLeft);
|
||||||
|
|
||||||
|
|
||||||
|
eInversionMask = new TGNumberEntry(hframe, 0, 16,999, TGNumberFormat::kNESHex,
|
||||||
|
TGNumberFormat::kNEANonNegative,
|
||||||
|
TGNumberFormat::kNELNoLimits);
|
||||||
|
|
||||||
|
hframe->AddFrame(eInversionMask,new TGLayoutHints(kLHintsTop | kLHintsExpandX, 1, 1, 1, 1));
|
||||||
|
eInversionMask->MapWindow();
|
||||||
|
eInversionMask->Resize(150,30);
|
||||||
|
eInversionMask->SetState(kFALSE);
|
||||||
|
|
||||||
|
|
||||||
|
hframe=new TGHorizontalFrame(this, 800,50);
|
||||||
|
AddFrame(hframe,new TGLayoutHints(kLHintsTop | kLHintsExpandX , 1,1,1,1));
|
||||||
|
hframe->MapWindow();
|
||||||
|
|
||||||
|
|
||||||
|
label= new TGLabel(hframe, "Enable mask: ");
|
||||||
|
hframe->AddFrame(label,new TGLayoutHints(kLHintsTop | kLHintsLeft| kLHintsExpandX, 1, 1, 1, 1));
|
||||||
|
label->MapWindow();
|
||||||
|
label->SetTextJustify(kTextLeft);
|
||||||
|
|
||||||
|
|
||||||
|
eEnableMask = new TGNumberEntry(hframe, 0, 16,999, TGNumberFormat::kNESHex,
|
||||||
|
TGNumberFormat::kNEANonNegative,
|
||||||
|
TGNumberFormat::kNELNoLimits);
|
||||||
|
|
||||||
|
hframe->AddFrame(eEnableMask,new TGLayoutHints(kLHintsTop | kLHintsExpandX, 1, 1, 1, 1));
|
||||||
|
eEnableMask->MapWindow();
|
||||||
|
eEnableMask->Resize(150,30);
|
||||||
|
eEnableMask->SetState(kFALSE);
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
int ctbAdcs::setEnable(int reg) {
|
||||||
|
|
||||||
|
try {
|
||||||
|
if (reg > -1) {
|
||||||
|
myDet->setADCEnableMask(reg);
|
||||||
|
}
|
||||||
|
auto retval = myDet->getADCEnableMask().tsquash("Different values");
|
||||||
|
eEnableMask->SetHexNumber(retval);
|
||||||
|
return retval;
|
||||||
|
} CATCH_DISPLAY ("Could not set/get adc enablemask.", "ctbAdcs::setEnable")
|
||||||
|
|
||||||
|
return -1;
|
||||||
|
}
|
||||||
|
|
||||||
|
int ctbAdcs::setInvert(int reg) {
|
||||||
|
|
||||||
|
try {
|
||||||
|
if (reg > -1) {
|
||||||
|
myDet->setADCInvert(reg);
|
||||||
|
}
|
||||||
|
auto retval = myDet->getADCInvert().tsquash("Different values");
|
||||||
|
eInversionMask->SetHexNumber(retval);
|
||||||
|
return retval;
|
||||||
|
} CATCH_DISPLAY ("Could not set/get adc enablemask.", "ctbAdcs::setEnable")
|
||||||
|
|
||||||
|
return -1;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
void ctbAdcs::update() {
|
||||||
|
Int_t invreg;
|
||||||
|
Int_t disreg;
|
||||||
|
|
||||||
|
disreg=setEnable();
|
||||||
|
invreg=setInvert();
|
||||||
|
|
||||||
|
for (int is=0; is<NADCS; is++) {
|
||||||
|
sAdc[is]->setAdcAlias(NULL,-1,-1);
|
||||||
|
if (invreg & (1<<is) )
|
||||||
|
sAdc[is]->setInverted(kTRUE);
|
||||||
|
else
|
||||||
|
sAdc[is]->setInverted(kFALSE);
|
||||||
|
|
||||||
|
if (disreg & (1<<is) )
|
||||||
|
sAdc[is]->setEnable(kTRUE);
|
||||||
|
else
|
||||||
|
sAdc[is]->setEnable(kFALSE);
|
||||||
|
}
|
||||||
|
|
||||||
|
Emit("AdcEnable(Int_t)", disreg);
|
||||||
|
|
||||||
|
}
|
||||||
|
string ctbAdcs::getAdcParameters() {
|
||||||
|
ostringstream line;
|
||||||
|
line << "reg "<< hex << setInvert() << "# ADC invert reg" << dec << endl;
|
||||||
|
line << "reg "<< hex << setEnable() << " # ADC enable reg"<< dec << endl;
|
||||||
|
return line.str();
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
void ctbAdcs::CheckAll() {
|
||||||
|
for (int is=0; is<NADCS; is++){
|
||||||
|
sAdc[is]->setPlot(kTRUE);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
void ctbAdcs::RemoveAll() {
|
||||||
|
for (int is=0; is<NADCS; is++) {
|
||||||
|
sAdc[is]->setPlot(kFALSE);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
void ctbAdcs::CheckHalf0() {
|
||||||
|
for (int is=0; is<NADCS/2; is++) {
|
||||||
|
sAdc[is]->setPlot(kTRUE);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
void ctbAdcs::RemoveHalf0() {
|
||||||
|
for (int is=0; is<NADCS/2; is++){
|
||||||
|
sAdc[is]->setPlot(kFALSE);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
void ctbAdcs::CheckHalf1() {
|
||||||
|
for (int is=NADCS/2; is<NADCS; is++){
|
||||||
|
sAdc[is]->setPlot(kTRUE);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
void ctbAdcs::RemoveHalf1() {
|
||||||
|
for (int is=NADCS/2; is<NADCS; is++){
|
||||||
|
sAdc[is]->setPlot(kFALSE);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
int ctbAdcs::setAdcAlias(string line) {
|
||||||
|
|
||||||
|
int is=-1, plot=0, color=-1;
|
||||||
|
char tit[100];
|
||||||
|
int narg=sscanf(line.c_str(),"ADC%d %s %d %x",&is,tit,&plot, &color);
|
||||||
|
if (narg<2)
|
||||||
|
return -1;
|
||||||
|
if (narg!=3)
|
||||||
|
color=-1;
|
||||||
|
if (is>=0 && is<NADCS) {
|
||||||
|
sAdc[is]->setAdcAlias(tit,plot,color);
|
||||||
|
}
|
||||||
|
return is;
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
string ctbAdcs::getAdcAlias() {
|
||||||
|
|
||||||
|
ostringstream line;
|
||||||
|
|
||||||
|
for (int is=0; is<NADCS; is++)
|
||||||
|
line << sAdc[is]->getAdcAlias();
|
||||||
|
|
||||||
|
return line.str();
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
void ctbAdcs::ToggledAdcPlot(Int_t b){
|
||||||
|
|
||||||
|
|
||||||
|
Emit("ToggledAdcPlot(Int_t)", b);
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
void ctbAdcs::AdcEnable(Int_t b){
|
||||||
|
Emit("AdcEnable(Int_t)", b);
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
void ctbAdcs::ToggledAdcEnable(Int_t b){
|
||||||
|
|
||||||
|
Int_t oreg=setEnable();
|
||||||
|
Int_t m=1<<b;
|
||||||
|
|
||||||
|
if (sAdc[b]->getEnable())
|
||||||
|
oreg|=m;
|
||||||
|
else
|
||||||
|
oreg&=~m;
|
||||||
|
|
||||||
|
setEnable(oreg);
|
||||||
|
|
||||||
|
Emit("AdcEnable(Int_t)", oreg);
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
void ctbAdcs::ToggledAdcInvert(Int_t b){
|
||||||
|
|
||||||
|
Int_t oreg=setInvert();
|
||||||
|
Int_t m=1<<b;
|
||||||
|
|
||||||
|
|
||||||
|
if (sAdc[b]->getInverted())
|
||||||
|
oreg|=m;
|
||||||
|
else
|
||||||
|
oreg&=~m;
|
||||||
|
|
||||||
|
setInvert(oreg);
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Pixel_t ctbAdcs::getColor(int i){
|
||||||
|
if (i>=0 && i<NADCS)
|
||||||
|
return sAdc[i]->getColor();
|
||||||
|
return static_cast<Pixel_t>(-1);
|
||||||
|
}
|
||||||
|
|
||||||
|
Bool_t ctbAdcs::getEnabled(int i){
|
||||||
|
if (i>=0 && i<NADCS)
|
||||||
|
return sAdc[i]->getEnabled();
|
||||||
|
return static_cast<Bool_t>(-1);
|
||||||
|
}
|
||||||
|
|
||||||
|
Bool_t ctbAdcs::getEnable(int i){
|
||||||
|
if (i>=0 && i<NADCS)
|
||||||
|
return sAdc[i]->getEnable();
|
||||||
|
return static_cast<Bool_t>(-1);
|
||||||
|
}
|
||||||
|
|
||||||
|
Bool_t ctbAdcs::getPlot(int i){
|
||||||
|
if (i>=0 && i<NADCS)
|
||||||
|
return sAdc[i]->getPlot();
|
||||||
|
return static_cast<Bool_t>(-1);
|
||||||
|
}
|
||||||
157
ctbGui/ctbAdcs.h
Normal file
157
ctbGui/ctbAdcs.h
Normal file
@@ -0,0 +1,157 @@
|
|||||||
|
// SPDX-License-Identifier: LGPL-3.0-or-other
|
||||||
|
// Copyright (C) 2021 Contributors to the SLS Detector Package
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
#ifndef CTBADCS_H
|
||||||
|
#define CTBADCS_H
|
||||||
|
#include <TGFrame.h>
|
||||||
|
|
||||||
|
|
||||||
|
#define NADCS 32
|
||||||
|
|
||||||
|
class TRootEmbeddedCanvas;
|
||||||
|
class TGButtonGroup;
|
||||||
|
class TGVerticalFrame;
|
||||||
|
class TGHorizontalFrame;
|
||||||
|
class TGTextEntry;
|
||||||
|
class TGLabel;
|
||||||
|
class TGNumberEntry;
|
||||||
|
class TH2F;
|
||||||
|
class TGComboBox;
|
||||||
|
class TGCheckButton;
|
||||||
|
class TGColorSelect;
|
||||||
|
class TColor;
|
||||||
|
|
||||||
|
class THStack;
|
||||||
|
class TGraphErrors;
|
||||||
|
class TGTextButton;
|
||||||
|
class TGTab;
|
||||||
|
|
||||||
|
class TGraph;
|
||||||
|
|
||||||
|
namespace sls
|
||||||
|
{
|
||||||
|
class Detector;
|
||||||
|
};
|
||||||
|
|
||||||
|
#include <string>
|
||||||
|
using namespace std;
|
||||||
|
|
||||||
|
class ctbAdc : public TGHorizontalFrame {
|
||||||
|
|
||||||
|
|
||||||
|
private:
|
||||||
|
|
||||||
|
|
||||||
|
TGLabel *sAdcLabel;
|
||||||
|
TGCheckButton *sAdcEnable;
|
||||||
|
TGCheckButton *sAdcPlot;
|
||||||
|
TGCheckButton *sAdcInvert;
|
||||||
|
|
||||||
|
TGColorSelect *fColorSel;
|
||||||
|
|
||||||
|
// TGraph *gADC;
|
||||||
|
|
||||||
|
int id;
|
||||||
|
sls::Detector *myDet;
|
||||||
|
|
||||||
|
public:
|
||||||
|
ctbAdc(TGVerticalFrame *page, int i, sls::Detector *det);
|
||||||
|
|
||||||
|
|
||||||
|
void setAdcAlias(char *tit, int plot, int color);
|
||||||
|
string getAdcAlias();
|
||||||
|
void ToggledAdcPlot(Int_t b);
|
||||||
|
void ToggledAdcEnable(Int_t b);
|
||||||
|
void ToggledAdcInvert(Int_t b);
|
||||||
|
|
||||||
|
|
||||||
|
void ToggledPlot(Bool_t b);
|
||||||
|
void ToggledEnable(Bool_t b);
|
||||||
|
void ToggledInvert(Bool_t b);
|
||||||
|
void ColorChanged(Pixel_t);
|
||||||
|
void setEnabled(Bool_t b);
|
||||||
|
Bool_t getEnabled();
|
||||||
|
// TGraph *getGraph();
|
||||||
|
void update();
|
||||||
|
|
||||||
|
Pixel_t getColor();
|
||||||
|
|
||||||
|
Bool_t getEnable();
|
||||||
|
void setEnable(Bool_t);
|
||||||
|
void setPlot(Bool_t);
|
||||||
|
Bool_t getInverted();
|
||||||
|
Bool_t getPlot();
|
||||||
|
void setInverted(Bool_t);
|
||||||
|
|
||||||
|
ClassDef(ctbAdc,0)
|
||||||
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
class ctbAdcs : public TGGroupFrame {
|
||||||
|
private:
|
||||||
|
|
||||||
|
ctbAdc *sAdc[NADCS];
|
||||||
|
sls::Detector *myDet;
|
||||||
|
|
||||||
|
|
||||||
|
TGTextButton *bCheckAll;
|
||||||
|
TGTextButton *bRemoveAll;
|
||||||
|
TGTextButton *bCheckHalf[2];
|
||||||
|
TGTextButton *bRemoveHalf[2];
|
||||||
|
TGNumberEntry *eInversionMask;
|
||||||
|
TGNumberEntry *eEnableMask;
|
||||||
|
|
||||||
|
|
||||||
|
/* TGTextButton *bPlotSelected; */
|
||||||
|
/* TGNumberEntry *eMinX; */
|
||||||
|
/* TGNumberEntry *eMaxX; */
|
||||||
|
/* TGNumberEntry *eMinY; */
|
||||||
|
/* TGNumberEntry *eMaxY; */
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
/* TGTextButton *bGetPixel; */
|
||||||
|
/* TGNumberEntry *ePixelX; */
|
||||||
|
/* TGNumberEntry *ePixelY; */
|
||||||
|
/* TGLabel *lPixelValue; */
|
||||||
|
|
||||||
|
public:
|
||||||
|
|
||||||
|
ctbAdcs(TGVerticalFrame *page, sls::Detector *det);
|
||||||
|
int setAdcAlias(string line);
|
||||||
|
string getAdcAlias();
|
||||||
|
string getAdcParameters();
|
||||||
|
void ToggledAdcPlot(Int_t);
|
||||||
|
void ToggledAdcInvert(Int_t);
|
||||||
|
void ToggledAdcEnable(Int_t);
|
||||||
|
void AdcEnable(Int_t b);
|
||||||
|
// TGraph *getGraph(int i);
|
||||||
|
void CheckAll();
|
||||||
|
void RemoveAll();
|
||||||
|
void update();
|
||||||
|
|
||||||
|
int setInvert(int reg=-1);
|
||||||
|
int setEnable(int reg=-1);
|
||||||
|
|
||||||
|
|
||||||
|
Pixel_t getColor(int i);
|
||||||
|
Bool_t getEnabled(int i);
|
||||||
|
Bool_t getPlot(int i);
|
||||||
|
Bool_t getEnable(int i);
|
||||||
|
|
||||||
|
void CheckHalf0();
|
||||||
|
void RemoveHalf0();
|
||||||
|
|
||||||
|
void CheckHalf1();
|
||||||
|
void RemoveHalf1();
|
||||||
|
|
||||||
|
|
||||||
|
ClassDef(ctbAdcs,0)
|
||||||
|
};
|
||||||
|
|
||||||
|
#endif
|
||||||
|
|
||||||
|
|
||||||
235
ctbGui/ctbDacs.cpp
Normal file
235
ctbGui/ctbDacs.cpp
Normal file
@@ -0,0 +1,235 @@
|
|||||||
|
// SPDX-License-Identifier: LGPL-3.0-or-other
|
||||||
|
// Copyright (C) 2021 Contributors to the SLS Detector Package
|
||||||
|
|
||||||
|
#include <stdio.h>
|
||||||
|
#include <iostream>
|
||||||
|
#include <fstream>
|
||||||
|
|
||||||
|
#include <TGTextEntry.h>
|
||||||
|
#include <TGLabel.h>
|
||||||
|
#include <TGNumberEntry.h>
|
||||||
|
#include <TGButton.h>
|
||||||
|
|
||||||
|
#include "ctbDacs.h"
|
||||||
|
#include "ctbDefs.h"
|
||||||
|
#include "sls/Detector.h"
|
||||||
|
#include "sls/sls_detector_defs.h"
|
||||||
|
|
||||||
|
using namespace std;
|
||||||
|
|
||||||
|
|
||||||
|
ctbDac::ctbDac(TGGroupFrame *page, int idac, sls::Detector *det) : TGHorizontalFrame(page, 800,50) , id(idac), myDet(det) {
|
||||||
|
|
||||||
|
TGHorizontalFrame *hframe=this;
|
||||||
|
|
||||||
|
page->AddFrame(hframe,new TGLayoutHints(kLHintsTop | kLHintsExpandX , 1,1,1,1));
|
||||||
|
MapWindow();
|
||||||
|
|
||||||
|
char tit[100];
|
||||||
|
|
||||||
|
|
||||||
|
sprintf(tit, "DAC %d:",idac);
|
||||||
|
|
||||||
|
dacsLabel= new TGCheckButton(hframe, tit);// new TGLabel(hframe, tit);
|
||||||
|
dacsLabel->SetOn(kTRUE, kTRUE);
|
||||||
|
|
||||||
|
dacsLabel->Connect("Toggled(Bool_t)","ctbDac",this,"setOn(Bool_t)");
|
||||||
|
|
||||||
|
|
||||||
|
hframe->AddFrame(dacsLabel,new TGLayoutHints(kLHintsTop | kLHintsLeft| kLHintsExpandX, 5, 5, 5, 5));
|
||||||
|
dacsLabel->MapWindow();
|
||||||
|
dacsLabel->SetTextJustify(kTextLeft);
|
||||||
|
|
||||||
|
|
||||||
|
dacsEntry = new TGNumberEntry(hframe, 0, 9,999, TGNumberFormat::kNESInteger,
|
||||||
|
TGNumberFormat::kNEANonNegative,
|
||||||
|
TGNumberFormat::kNELLimitMinMax,
|
||||||
|
0, 65535);
|
||||||
|
|
||||||
|
hframe->AddFrame(dacsEntry,new TGLayoutHints(kLHintsTop | kLHintsExpandX, 5, 5, 5, 5));
|
||||||
|
dacsEntry->MapWindow();
|
||||||
|
dacsEntry->Resize(150,30);
|
||||||
|
|
||||||
|
|
||||||
|
dacsUnit= new TGCheckButton(hframe, "mV");
|
||||||
|
// if (idac!=slsDetectorDefs::ADC_VPP) {
|
||||||
|
hframe->AddFrame( dacsUnit,new TGLayoutHints(kLHintsTop | kLHintsLeft| kLHintsExpandX, 5, 5, 5, 5));
|
||||||
|
dacsUnit->MapWindow();
|
||||||
|
if (idac==slsDetectorDefs::ADC_VPP) {
|
||||||
|
dacsUnit->SetEnabled(kFALSE);
|
||||||
|
hframe->HideFrame(dacsUnit);
|
||||||
|
dacsUnit->MapWindow();
|
||||||
|
cout << "hiding!" << endl;
|
||||||
|
}
|
||||||
|
if (idac==slsDetectorDefs::HIGH_VOLTAGE) {
|
||||||
|
dacsUnit->SetText("V");
|
||||||
|
dacsUnit->SetOn(kTRUE,kTRUE);
|
||||||
|
dacsUnit->SetEnabled(kFALSE);
|
||||||
|
}
|
||||||
|
//}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
sprintf(tit, "xxx");
|
||||||
|
dacsValue= new TGLabel(hframe, tit);
|
||||||
|
hframe->AddFrame( dacsValue,new TGLayoutHints(kLHintsTop | kLHintsLeft| kLHintsExpandX, 5, 5, 5, 5));
|
||||||
|
dacsValue->MapWindow();
|
||||||
|
dacsValue->SetTextJustify(kTextLeft);
|
||||||
|
|
||||||
|
TGTextEntry *e=dacsEntry->TGNumberEntry::GetNumberEntry();
|
||||||
|
e->Connect("ReturnPressed()","ctbDac",this,"setValue()");
|
||||||
|
// e->Connect("ValueSet(Long_t)","ctbDac",this,"setValue(Long_t)");
|
||||||
|
dacsEntry->Connect("ValueSet(Long_t)","ctbDac",this,"setValue(Long_t)");
|
||||||
|
// cout << "(((((((((((((((((((((((((((((((" << dacsEntry->GetListOfSignals()->At(0)->IsA() << endl;
|
||||||
|
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
int ctbDac::setLabel(char *tit, int mv) {
|
||||||
|
if(tit)
|
||||||
|
dacsLabel->SetText(tit);
|
||||||
|
if (mv==1)
|
||||||
|
dacsUnit->SetOn(kTRUE,kTRUE);
|
||||||
|
else if (mv==0)
|
||||||
|
dacsUnit->SetOn(kFALSE,kTRUE);
|
||||||
|
// else if (mv==2) {
|
||||||
|
// ;}
|
||||||
|
// else if (mv==3)
|
||||||
|
// ;
|
||||||
|
return id;
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
string ctbDac::getLabel() {
|
||||||
|
ostringstream line;
|
||||||
|
line << dacsLabel->GetText() << " " << dacsUnit->IsOn() << endl;
|
||||||
|
// line << "DAC" << dec << id << " " << dacsUnit->IsOn() << endl;
|
||||||
|
return line.str();
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
int ctbDac::getMoenchDacId() {
|
||||||
|
slsDetectorDefs::dacIndex moenchDacIndices[8] = {slsDetectorDefs::VBP_COLBUF, slsDetectorDefs::VIPRE, slsDetectorDefs::VIN_CM, slsDetectorDefs::VB_SDA, slsDetectorDefs::VCASC_SFP, slsDetectorDefs::VOUT_CM, slsDetectorDefs::VIPRE_CDS, slsDetectorDefs::IBIAS_SFP};
|
||||||
|
|
||||||
|
if (id >= 8) {
|
||||||
|
return id;
|
||||||
|
}
|
||||||
|
return static_cast<int>(moenchDacIndices[id]);
|
||||||
|
}
|
||||||
|
|
||||||
|
void ctbDac::setValue(Long_t a) {setValue();}
|
||||||
|
|
||||||
|
void ctbDac::setValue() {
|
||||||
|
cout << "setting dac! "<< id << " value " << dacsEntry->GetIntNumber() << " units " << dacsUnit->IsOn() << endl;
|
||||||
|
|
||||||
|
try {
|
||||||
|
int sid = id;
|
||||||
|
if (myDet->getDetectorType().squash() == slsDetectorDefs::MOENCH) {
|
||||||
|
sid = getMoenchDacId();
|
||||||
|
}
|
||||||
|
myDet->setDAC(static_cast<slsDetectorDefs::dacIndex>(sid), dacsEntry->GetIntNumber(), dacsUnit->IsOn());
|
||||||
|
} CATCH_DISPLAY ("Could not set dac " + to_string(id) + ".", "ctbDac::setValue")
|
||||||
|
|
||||||
|
getValue();
|
||||||
|
}
|
||||||
|
|
||||||
|
void ctbDac::setOn(Bool_t b) {
|
||||||
|
// cout << "setting dac! "<< id << endl;
|
||||||
|
if ( dacsLabel->IsOn()) {
|
||||||
|
setValue();
|
||||||
|
} else {
|
||||||
|
try {
|
||||||
|
int sid = id;
|
||||||
|
if (myDet->getDetectorType().squash() == slsDetectorDefs::MOENCH) {
|
||||||
|
sid = getMoenchDacId();
|
||||||
|
}
|
||||||
|
myDet->setDAC(static_cast<slsDetectorDefs::dacIndex>(sid), -100, false);
|
||||||
|
} CATCH_DISPLAY ("Could not power off dac " + to_string(id) + ".", "ctbDac::setOn")
|
||||||
|
}
|
||||||
|
getValue();
|
||||||
|
}
|
||||||
|
|
||||||
|
int ctbDac::getValue() {
|
||||||
|
try {
|
||||||
|
int sid = id;
|
||||||
|
if (myDet->getDetectorType().squash() == slsDetectorDefs::MOENCH) {
|
||||||
|
sid = getMoenchDacId();
|
||||||
|
}
|
||||||
|
int val = myDet->getDAC(static_cast<slsDetectorDefs::dacIndex>(sid), dacsUnit->IsOn()).tsquash("Different values");
|
||||||
|
cout << "dac " << id << " " << val << endl;
|
||||||
|
dacsValue->SetText(to_string(val).c_str());
|
||||||
|
if (val >= 0) {
|
||||||
|
dacsLabel->SetOn(kTRUE);
|
||||||
|
} else {
|
||||||
|
dacsLabel->SetOn(kFALSE);
|
||||||
|
}
|
||||||
|
return val;
|
||||||
|
} CATCH_DISPLAY ("Could not get dac " + to_string(id) + ".", "ctbDac::getValue")
|
||||||
|
|
||||||
|
return -1;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
ctbDacs::ctbDacs(TGVerticalFrame *page, sls::Detector *det) : TGGroupFrame(page,"DACs",kVerticalFrame) , myDet(det){
|
||||||
|
|
||||||
|
SetTitlePos(TGGroupFrame::kLeft);
|
||||||
|
page->AddFrame(this,new TGLayoutHints( kLHintsTop | kLHintsExpandX , 10,10,10,10));
|
||||||
|
MapWindow();
|
||||||
|
|
||||||
|
// cout << "window mapped " << endl;
|
||||||
|
|
||||||
|
for (int idac=0; idac<NDACS; idac++) {
|
||||||
|
|
||||||
|
dacs[idac]=new ctbDac(this, idac, myDet);
|
||||||
|
|
||||||
|
}
|
||||||
|
dacs[NDACS]=new ctbDac(this, slsDetectorDefs::ADC_VPP, myDet);
|
||||||
|
dacs[NDACS+1]=new ctbDac(this, slsDetectorDefs::HIGH_VOLTAGE, myDet);
|
||||||
|
dacs[NDACS]->setLabel((char*)"ADC Vpp",2);
|
||||||
|
dacs[NDACS+1]->setLabel((char*)"High Voltage",3);
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
int ctbDacs::setDacAlias(string line) {
|
||||||
|
int is=-1, mv=0;
|
||||||
|
char tit[100];
|
||||||
|
int narg=sscanf(line.c_str(),"DAC%d %s %d",&is,tit,&mv);
|
||||||
|
if (narg<2)
|
||||||
|
return -1;
|
||||||
|
if (is>=0 && is<NDACS)
|
||||||
|
dacs[is]->setLabel(tit,mv);
|
||||||
|
return is;
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
string ctbDacs::getDacAlias() {
|
||||||
|
ostringstream line;
|
||||||
|
|
||||||
|
for (int i=0; i<NDACS; i++)
|
||||||
|
line << dacs[i]->getLabel() << endl;
|
||||||
|
return line.str();
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
string ctbDacs::getDacParameters() {
|
||||||
|
ostringstream line;
|
||||||
|
|
||||||
|
for (int i=0; i<NDACS; i++) {
|
||||||
|
//line << "dacs:" << i << " " << dacs[i]->getValue << endl;
|
||||||
|
line << "dac:" << i << " " << dacs[i]->getValue() << endl;
|
||||||
|
}
|
||||||
|
return line.str();
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
void ctbDacs::update() {
|
||||||
|
for (int idac=0; idac<NDACS+1; idac++) {
|
||||||
|
dacs[idac]->getValue();
|
||||||
|
}
|
||||||
|
}
|
||||||
77
ctbGui/ctbDacs.h
Normal file
77
ctbGui/ctbDacs.h
Normal file
@@ -0,0 +1,77 @@
|
|||||||
|
// SPDX-License-Identifier: LGPL-3.0-or-other
|
||||||
|
// Copyright (C) 2021 Contributors to the SLS Detector Package
|
||||||
|
|
||||||
|
|
||||||
|
#ifndef CTBDACS_H
|
||||||
|
#define CTBDACS_H
|
||||||
|
#include <TGFrame.h>
|
||||||
|
|
||||||
|
|
||||||
|
#define NDACS 18
|
||||||
|
//#define NDACS 16
|
||||||
|
|
||||||
|
|
||||||
|
class TGTextEntry;
|
||||||
|
class TGLabel;
|
||||||
|
class TGNumberEntry;
|
||||||
|
class TGCheckButton;
|
||||||
|
|
||||||
|
|
||||||
|
namespace sls
|
||||||
|
{
|
||||||
|
class Detector;
|
||||||
|
};
|
||||||
|
|
||||||
|
#include <string>
|
||||||
|
using namespace std;
|
||||||
|
|
||||||
|
|
||||||
|
class ctbDac : public TGHorizontalFrame {
|
||||||
|
|
||||||
|
|
||||||
|
protected:
|
||||||
|
// TGLabel *dacsLabel;
|
||||||
|
TGNumberEntry *dacsEntry;
|
||||||
|
TGCheckButton *dacsUnit;
|
||||||
|
TGCheckButton *dacsLabel;
|
||||||
|
TGLabel *dacsValue;
|
||||||
|
int id;
|
||||||
|
|
||||||
|
sls::Detector* myDet;
|
||||||
|
public:
|
||||||
|
ctbDac(TGGroupFrame*, int , sls::Detector*);
|
||||||
|
void setValue();
|
||||||
|
void setValue(Long_t);
|
||||||
|
int getValue();
|
||||||
|
void setOn(Bool_t);
|
||||||
|
|
||||||
|
int setLabel(char *tit, int mv);
|
||||||
|
string getLabel();
|
||||||
|
int getMoenchDacId();
|
||||||
|
|
||||||
|
|
||||||
|
ClassDef(ctbDac,0)
|
||||||
|
};
|
||||||
|
|
||||||
|
class ctbDacs : public TGGroupFrame {
|
||||||
|
private:
|
||||||
|
|
||||||
|
ctbDac *dacs[NDACS+2];
|
||||||
|
|
||||||
|
sls::Detector* myDet;
|
||||||
|
|
||||||
|
public:
|
||||||
|
ctbDacs(TGVerticalFrame *page, sls::Detector*);
|
||||||
|
|
||||||
|
int setDacAlias(string line);
|
||||||
|
// int setDacAlias(string line);
|
||||||
|
string getDacAlias();
|
||||||
|
string getDacParameters();
|
||||||
|
|
||||||
|
void update();
|
||||||
|
|
||||||
|
ClassDef(ctbDacs,0)
|
||||||
|
};
|
||||||
|
|
||||||
|
#endif
|
||||||
|
|
||||||
86
ctbGui/ctbDefs.h
Normal file
86
ctbGui/ctbDefs.h
Normal file
@@ -0,0 +1,86 @@
|
|||||||
|
// SPDX-License-Identifier: LGPL-3.0-or-other
|
||||||
|
// Copyright (C) 2021 Contributors to the SLS Detector Package
|
||||||
|
#pragma once
|
||||||
|
|
||||||
|
#include <string>
|
||||||
|
#include <stdexcept>
|
||||||
|
#include <chrono>
|
||||||
|
|
||||||
|
//#include "sls/sls_detector_exceptions.h"
|
||||||
|
//#include "sls/ansi.h"
|
||||||
|
#define RED "\x1b[31m"
|
||||||
|
#define RESET "\x1b[0m"
|
||||||
|
#define BOLD "\x1b[1m"
|
||||||
|
#define cprintf(code, format, ...) printf(code format RESET, ##__VA_ARGS__)
|
||||||
|
|
||||||
|
|
||||||
|
#define CATCH_DISPLAY(m, s) catch(...) { ctbDefs::DisplayExceptions(m, s); }
|
||||||
|
#define CATCH_HANDLE(...) catch(...) { ctbDefs::HandleExceptions(__VA_ARGS__); }
|
||||||
|
|
||||||
|
class ctbDefs {
|
||||||
|
public:
|
||||||
|
/**
|
||||||
|
* Empty Constructor
|
||||||
|
*/
|
||||||
|
ctbDefs(){};
|
||||||
|
|
||||||
|
// convert double seconds to chrono ns
|
||||||
|
static std::chrono::nanoseconds ConvertDoubleStoChronoNS(double timeS) {
|
||||||
|
using std::chrono::duration;
|
||||||
|
using std::chrono::duration_cast;
|
||||||
|
using std::chrono::nanoseconds;
|
||||||
|
return duration_cast<nanoseconds>(duration<double>(timeS));
|
||||||
|
}
|
||||||
|
|
||||||
|
// convert chrono ns to doubel s
|
||||||
|
static double ConvertChronoNStoDoubleS(std::chrono::nanoseconds timeNs) {
|
||||||
|
using std::chrono::duration;
|
||||||
|
using std::chrono::duration_cast;
|
||||||
|
return duration_cast<duration<double>>(timeNs).count();
|
||||||
|
}
|
||||||
|
|
||||||
|
static void DisplayExceptions(std::string emsg, std::string src) {
|
||||||
|
try {
|
||||||
|
throw;
|
||||||
|
} /* catch (const sls::SocketError &e) {
|
||||||
|
throw;
|
||||||
|
} catch (const sls::SharedMemoryError &e) {
|
||||||
|
throw;
|
||||||
|
} */catch (const std::exception &e) {
|
||||||
|
ExceptionMessage(emsg, e.what(), src);
|
||||||
|
}
|
||||||
|
};
|
||||||
|
|
||||||
|
template <class CT> struct NonDeduced { using type = CT; };
|
||||||
|
template <class S, typename RT, typename... CT>
|
||||||
|
static void HandleExceptions(const std::string emsg, const std::string src, S* s,
|
||||||
|
RT (S::*somefunc)(CT...),
|
||||||
|
typename NonDeduced<CT>::type... Args) {
|
||||||
|
try {
|
||||||
|
throw;
|
||||||
|
} /*catch (const sls::SocketError &e) {
|
||||||
|
throw;
|
||||||
|
} catch (const sls::SharedMemoryError &e) {
|
||||||
|
throw;
|
||||||
|
} */catch (const std::exception &e) {
|
||||||
|
|
||||||
|
ExceptionMessage(emsg, e.what(), src);
|
||||||
|
(s->*somefunc)(Args...);
|
||||||
|
}
|
||||||
|
};
|
||||||
|
|
||||||
|
static void ExceptionMessage(std::string message,
|
||||||
|
std::string exceptionMessage,
|
||||||
|
std::string source) {
|
||||||
|
// because sls_detector_exceptions cannot be included
|
||||||
|
if (exceptionMessage.find("hared memory") != std::string::npos) {
|
||||||
|
throw;
|
||||||
|
}
|
||||||
|
if (exceptionMessage.find("annot connect") != std::string::npos) {
|
||||||
|
throw;
|
||||||
|
}
|
||||||
|
cprintf(RED, "Warning (%s): %s [Caught Exception: %s]\n", source.c_str(), message.c_str(), exceptionMessage.c_str());
|
||||||
|
//return Message(qDefs::WARNING, message + std::string("\nCaught exception:\n") + exceptionMessage, source);
|
||||||
|
};
|
||||||
|
|
||||||
|
};
|
||||||
159
ctbGui/ctbGui.cpp
Normal file
159
ctbGui/ctbGui.cpp
Normal file
@@ -0,0 +1,159 @@
|
|||||||
|
// SPDX-License-Identifier: LGPL-3.0-or-other
|
||||||
|
// Copyright (C) 2021 Contributors to the SLS Detector Package
|
||||||
|
#include <TApplication.h>
|
||||||
|
#include <TColor.h>
|
||||||
|
|
||||||
|
#include <TStyle.h>
|
||||||
|
#include <TROOT.h>
|
||||||
|
#include <stdlib.h>
|
||||||
|
#include <stdio.h>
|
||||||
|
#include <iostream>
|
||||||
|
#include <fstream>
|
||||||
|
#include <string>
|
||||||
|
|
||||||
|
#include "sls/Detector.h"
|
||||||
|
#include "sls/sls_detector_defs.h"
|
||||||
|
//#include "sls_receiver_defs.h"
|
||||||
|
#include "ctbMain.h"
|
||||||
|
#include "ctbDefs.h"
|
||||||
|
using namespace std;
|
||||||
|
|
||||||
|
|
||||||
|
int main(int argc, char **argv) {
|
||||||
|
|
||||||
|
|
||||||
|
string afname, cfname, pfname;
|
||||||
|
int id=0;
|
||||||
|
|
||||||
|
int af=0, cf=0, pf=0;
|
||||||
|
|
||||||
|
|
||||||
|
cout << " *** " << argc << endl;
|
||||||
|
for (int ia=0; ia<argc; ia++) {
|
||||||
|
if (strcmp(argv[ia],"-alias")==0) {
|
||||||
|
if (ia+1<argc) {
|
||||||
|
afname=argv[ia+1];
|
||||||
|
ia++;
|
||||||
|
af=1;
|
||||||
|
}
|
||||||
|
|
||||||
|
} else if (strcmp(argv[ia],"-config")==0) {
|
||||||
|
if (ia+1<argc) {
|
||||||
|
cfname=argv[ia+1];
|
||||||
|
ia++;
|
||||||
|
cf=1;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
} else if (strcmp(argv[ia],"-par")==0) {
|
||||||
|
if (ia+1<argc) {
|
||||||
|
pfname=argv[ia+1];
|
||||||
|
ia++;
|
||||||
|
pf=1;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
} else if (strcmp(argv[ia],"-id")==0) {
|
||||||
|
if (ia+1<argc) {
|
||||||
|
id=atoi(argv[ia+1]);
|
||||||
|
ia++;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
cout << " *** " << endl;
|
||||||
|
sls::Detector *myDet = nullptr;
|
||||||
|
try {
|
||||||
|
/****** Create detector ****************/
|
||||||
|
myDet=new sls::Detector(id);
|
||||||
|
cout << "Created multi detector id " << id << endl;
|
||||||
|
|
||||||
|
if (cf) {
|
||||||
|
myDet->loadConfig(cfname);
|
||||||
|
cout << "Config file loaded successfully" << endl;
|
||||||
|
} else {
|
||||||
|
cout << "No config file specified" << endl;
|
||||||
|
}
|
||||||
|
cout << "hostname " << myDet->getHostname() << endl;
|
||||||
|
|
||||||
|
if (pf) {
|
||||||
|
myDet->loadParameters(pfname);
|
||||||
|
cout << "Loaded parameter file successfully" << endl;
|
||||||
|
} else{
|
||||||
|
cout << "No parameter file specified" << endl;
|
||||||
|
}
|
||||||
|
} CATCH_DISPLAY ("Could not create detector/ load config/parameters.", "ctbGui::main")
|
||||||
|
|
||||||
|
/***********Create GUI stuff *******************/
|
||||||
|
TApplication theApp("App",&argc,argv);
|
||||||
|
|
||||||
|
|
||||||
|
gStyle->SetDrawBorder(0);
|
||||||
|
gStyle->SetCanvasColor(kWhite);
|
||||||
|
gStyle->SetCanvasDefH(800);
|
||||||
|
gStyle->SetCanvasDefW(800);
|
||||||
|
gStyle->SetCanvasBorderMode(0);
|
||||||
|
gStyle->SetPadBorderMode(0);
|
||||||
|
gStyle->SetPaintTextFormat("5.2f");
|
||||||
|
gStyle->SetLineWidth(2);
|
||||||
|
gStyle->SetTextSize(1.1);
|
||||||
|
gStyle->SetLabelSize(0.04,"xy");
|
||||||
|
gStyle->SetTitleSize(0.05,"xy");
|
||||||
|
gStyle->SetTitleOffset(1.0,"x");
|
||||||
|
gStyle->SetTitleOffset(1.1,"y");
|
||||||
|
gStyle->SetPadTopMargin(0.15);
|
||||||
|
gStyle->SetPadRightMargin(0.15);
|
||||||
|
gStyle->SetPadBottomMargin(0.15);
|
||||||
|
gStyle->SetPadLeftMargin(0.15);
|
||||||
|
gStyle->SetLegendBorderSize(1);
|
||||||
|
gStyle->SetFrameBorderMode(0);
|
||||||
|
gStyle->SetFrameFillColor(kWhite);
|
||||||
|
// gStyle->SetLegendFillColor(kWhite);
|
||||||
|
gStyle->SetTitleFillColor(kWhite);
|
||||||
|
gStyle->SetFillColor(kWhite);
|
||||||
|
gStyle->SetStatFontSize(0.03);
|
||||||
|
gStyle->SetStatBorderSize(1);
|
||||||
|
gStyle->SetStatFormat("6.4g");
|
||||||
|
gStyle->SetStatX(0.95);
|
||||||
|
gStyle->SetStatY(0.95);
|
||||||
|
gStyle->SetStatW(0.2);
|
||||||
|
gStyle->SetStatH(0.2);
|
||||||
|
gStyle->SetTitleX(0.1);
|
||||||
|
gStyle->SetTitleY(0.95);
|
||||||
|
gStyle->SetTitleBorderSize(0);
|
||||||
|
gStyle->SetTitleFontSize(0.05);
|
||||||
|
gROOT->SetStyle("Default");
|
||||||
|
|
||||||
|
|
||||||
|
TColor::InitializeColors();
|
||||||
|
const Int_t NRGBs = 5;
|
||||||
|
const Int_t NCont = 90;
|
||||||
|
|
||||||
|
Double_t stops[NRGBs] = { 0.00, 0.34, 0.61, 0.84, 1.00 };
|
||||||
|
Double_t red[NRGBs] = { 0.00, 0.00, 0.87, 1.00, 0.51 };
|
||||||
|
Double_t green[NRGBs] = { 0.00, 0.81, 1.00, 0.20, 0.00 };
|
||||||
|
Double_t blue[NRGBs] = { 0.51, 1.00, 0.12, 0.00, 0.00 };
|
||||||
|
TColor::CreateGradientColorTable(NRGBs, stops, red, green, blue, NCont);
|
||||||
|
gStyle->SetNumberContours(NCont);
|
||||||
|
|
||||||
|
|
||||||
|
gROOT->ForceStyle();
|
||||||
|
ctbMain *mf=new ctbMain(gClient->GetRoot(), myDet);
|
||||||
|
|
||||||
|
cout << " *** " << argc << endl;
|
||||||
|
for (int ia=0; ia<argc; ia++)
|
||||||
|
cout << argv[ia] << endl;
|
||||||
|
|
||||||
|
|
||||||
|
cout << " *** " << endl;
|
||||||
|
|
||||||
|
if (af)
|
||||||
|
mf->loadAlias(afname);
|
||||||
|
else
|
||||||
|
cout << "no alias specified" << endl;
|
||||||
|
|
||||||
|
theApp.Run();
|
||||||
|
|
||||||
|
return 0;
|
||||||
|
}
|
||||||
17
ctbGui/ctbLinkDef.h
Normal file
17
ctbGui/ctbLinkDef.h
Normal file
@@ -0,0 +1,17 @@
|
|||||||
|
// SPDX-License-Identifier: LGPL-3.0-or-other
|
||||||
|
// Copyright (C) 2021 Contributors to the SLS Detector Package
|
||||||
|
#pragma link C++ class ctbMain;
|
||||||
|
#pragma link C++ class ctbDacs;
|
||||||
|
#pragma link C++ class ctbDac;
|
||||||
|
#pragma link C++ class ctbSignals;
|
||||||
|
#pragma link C++ class ctbSignal;
|
||||||
|
#pragma link C++ class ctbAdc;
|
||||||
|
#pragma link C++ class ctbAdcs;
|
||||||
|
#pragma link C++ class ctbLoop;
|
||||||
|
#pragma link C++ class ctbWait;
|
||||||
|
#pragma link C++ class ctbPattern;
|
||||||
|
#pragma link C++ class ctbAcquisition;
|
||||||
|
#pragma link C++ class ctbPower;
|
||||||
|
#pragma link C++ class ctbPowers;
|
||||||
|
#pragma link C++ class ctbSlowAdc;
|
||||||
|
#pragma link C++ class ctbSlowAdcs;
|
||||||
588
ctbGui/ctbMain.cpp
Normal file
588
ctbGui/ctbMain.cpp
Normal file
@@ -0,0 +1,588 @@
|
|||||||
|
// SPDX-License-Identifier: LGPL-3.0-or-other
|
||||||
|
// Copyright (C) 2021 Contributors to the SLS Detector Package
|
||||||
|
#include <TApplication.h>
|
||||||
|
#include <TGClient.h>
|
||||||
|
#include <TCanvas.h>
|
||||||
|
#include <TF1.h>
|
||||||
|
#include <TRandom.h>
|
||||||
|
#include <TGButton.h>
|
||||||
|
#include <TRootEmbeddedCanvas.h>
|
||||||
|
#include <TGButtonGroup.h>
|
||||||
|
#include <TGNumberEntry.h>
|
||||||
|
#include <TGLabel.h>
|
||||||
|
#include <TList.h>
|
||||||
|
#include <TGFileDialog.h>
|
||||||
|
#include <TGComboBox.h>
|
||||||
|
#include <TH2F.h>
|
||||||
|
#include <TColor.h>
|
||||||
|
#include <TH1F.h>
|
||||||
|
#include <TGraphErrors.h>
|
||||||
|
#include <THStack.h>
|
||||||
|
#include <TGTab.h>
|
||||||
|
#include <TApplication.h>
|
||||||
|
#include <TGCanvas.h>
|
||||||
|
#include <stdlib.h>
|
||||||
|
|
||||||
|
#include <TGMenu.h>
|
||||||
|
#include <TGDockableFrame.h>
|
||||||
|
//#include <TGMenuBar.h>
|
||||||
|
//#include <TGPopupMenu.h>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
#include <stdio.h>
|
||||||
|
#include <iostream>
|
||||||
|
#include <fstream>
|
||||||
|
#include <string>
|
||||||
|
|
||||||
|
#include "sls/Detector.h"
|
||||||
|
#include "ctbDefs.h"
|
||||||
|
#include "ctbMain.h"
|
||||||
|
#include "ctbDacs.h"
|
||||||
|
#include "ctbSlowAdcs.h"
|
||||||
|
#include "ctbPowers.h"
|
||||||
|
#include "ctbSignals.h"
|
||||||
|
#include "ctbPattern.h"
|
||||||
|
#include "ctbAdcs.h"
|
||||||
|
#include "ctbAcquisition.h"
|
||||||
|
//#include "ctbActions.h"
|
||||||
|
|
||||||
|
using namespace std;
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
ctbMain::ctbMain(const TGWindow *p, sls::Detector *det)
|
||||||
|
: TGMainFrame(p,800,800), pwrs(NULL), senses(NULL) {
|
||||||
|
|
||||||
|
myDet=det;
|
||||||
|
|
||||||
|
Connect("CloseWindow()", "ctbMain", this, "CloseWindow()");
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
// fMenuDock = new TGDockableFrame(this);
|
||||||
|
// AddFrame(fMenuDock, new TGLayoutHints(kLHintsExpandX, 0, 0, 1, 0));
|
||||||
|
// fMenuDock->SetWindowName("GuiTest Menu");
|
||||||
|
|
||||||
|
fMenuBarLayout = new TGLayoutHints(kLHintsTop | kLHintsExpandX);
|
||||||
|
fMenuBarItemLayout = new TGLayoutHints(kLHintsTop | kLHintsLeft, 0, 4, 0, 0);
|
||||||
|
fMenuBarHelpLayout = new TGLayoutHints(kLHintsTop | kLHintsRight);
|
||||||
|
|
||||||
|
fMenuFile = new TGPopupMenu(gClient->GetRoot());
|
||||||
|
int im=0;
|
||||||
|
|
||||||
|
fMenuFile->AddEntry("Open Alias", im++);
|
||||||
|
fMenuFile->AddEntry("Save Alias", im++);
|
||||||
|
fMenuFile->AddSeparator();
|
||||||
|
fMenuFile->AddEntry("Open Parameters", im++);
|
||||||
|
fMenuFile->AddEntry("Save Parameters", im++);
|
||||||
|
fMenuFile->AddSeparator();
|
||||||
|
fMenuFile->AddEntry("Open Configuration", im++);
|
||||||
|
fMenuFile->AddEntry("Save Configuration", im++);
|
||||||
|
fMenuFile->AddSeparator();
|
||||||
|
fMenuFile->AddEntry("Open Pattern", im++);
|
||||||
|
fMenuFile->AddEntry("Save Pattern", im++);
|
||||||
|
fMenuFile->AddSeparator();
|
||||||
|
fMenuFile->AddEntry("Exit", im++);
|
||||||
|
|
||||||
|
fMenuFile->Connect("Activated(Int_t)", "ctbMain", this,
|
||||||
|
"HandleMenu(Int_t)");
|
||||||
|
|
||||||
|
|
||||||
|
i_dacs=-1;
|
||||||
|
i_pwrs=-1;
|
||||||
|
i_senses=-1;
|
||||||
|
i_sig=-1;
|
||||||
|
i_adcs=-1;
|
||||||
|
i_pat=-1;
|
||||||
|
i_acq=-1;
|
||||||
|
|
||||||
|
int i_page=0;
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
TGVerticalFrame *vframe=new TGVerticalFrame(this, 800,1200); //main frame
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
fMenuBar = new TGMenuBar(vframe, 1, 1, kHorizontalFrame);
|
||||||
|
fMenuBar->AddPopup("&File", fMenuFile, fMenuBarItemLayout);
|
||||||
|
// fMenuBar->AddPopup("&Test", fMenuTest, fMenuBarItemLayout);
|
||||||
|
// fMenuBar->AddPopup("&View", fMenuView, fMenuBarItemLayout);
|
||||||
|
// fMenuBar->AddPopup("&Help", fMenuHelp, fMenuBarHelpLayout);
|
||||||
|
|
||||||
|
vframe->AddFrame(fMenuBar, fMenuBarLayout);
|
||||||
|
|
||||||
|
TGHorizontalFrame* hpage=new TGHorizontalFrame(vframe, 800,1200); //horizontal frame. Inside there should be the tab and the canvas
|
||||||
|
mtab=new TGTab(hpage, 1500, 1200); //tab!
|
||||||
|
// page=new TGVerticalFrame(mtab, 1500,1200);
|
||||||
|
|
||||||
|
cout << "DACS" << endl;
|
||||||
|
|
||||||
|
TGCompositeFrame *tf = mtab->AddTab("DACs");
|
||||||
|
TGVerticalFrame *page=new TGVerticalFrame(tf, 1500,1200);
|
||||||
|
tf->AddFrame(page, new TGLayoutHints(kLHintsExpandX | kLHintsExpandY, 10,10,10,1));
|
||||||
|
dacs=new ctbDacs(page, myDet);
|
||||||
|
i_dacs=i_page++;
|
||||||
|
|
||||||
|
|
||||||
|
cout << "power " << endl;
|
||||||
|
tf = mtab->AddTab("Power Supplies");
|
||||||
|
page=new TGVerticalFrame(tf, 1500,1200);
|
||||||
|
tf->AddFrame(page, new TGLayoutHints(kLHintsExpandX | kLHintsExpandY, 10,10,10,1));
|
||||||
|
pwrs=new ctbPowers(page, myDet);
|
||||||
|
|
||||||
|
i_pwrs=i_page++;
|
||||||
|
|
||||||
|
cout << "sense " << endl;
|
||||||
|
tf = mtab->AddTab("Sense");
|
||||||
|
page=new TGVerticalFrame(tf, 1500,1200);
|
||||||
|
tf->AddFrame(page, new TGLayoutHints(kLHintsExpandX | kLHintsExpandY, 10,10,10,1));
|
||||||
|
senses=new ctbSlowAdcs(page, myDet);
|
||||||
|
|
||||||
|
i_senses=i_page++;
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
cout << "signals " << endl;
|
||||||
|
tf = mtab->AddTab("Signals");
|
||||||
|
page=new TGVerticalFrame(tf, 1500,1200);
|
||||||
|
tf->AddFrame(page, new TGLayoutHints(kLHintsExpandX | kLHintsExpandY, 10,10,10,1));
|
||||||
|
sig=new ctbSignals(page, myDet);
|
||||||
|
sig->Connect("ToggledSignalPlot(Int_t)","ctbMain",this,"setSignalPlot(Int_t)");
|
||||||
|
|
||||||
|
i_sig=i_page++;
|
||||||
|
|
||||||
|
cout << "adcs " << endl;
|
||||||
|
tf = mtab->AddTab("ADCs");
|
||||||
|
page=new TGVerticalFrame(tf, 1500,1200);
|
||||||
|
tf->AddFrame(page, new TGLayoutHints(kLHintsExpandX | kLHintsExpandY, 10,10,10,1));
|
||||||
|
adcs=new ctbAdcs(page, myDet);
|
||||||
|
adcs->Connect("ToggledAdcPlot(Int_t)","ctbMain",this,"setADCPlot(Int_t)");
|
||||||
|
adcs->Connect("AdcEnable(Int_t)","ctbMain",this,"setADCEnable(Int_t)");
|
||||||
|
i_adcs=i_page++;
|
||||||
|
|
||||||
|
|
||||||
|
cout << "pattern" << endl;
|
||||||
|
|
||||||
|
tf = mtab->AddTab("Pattern");
|
||||||
|
page=new TGVerticalFrame(tf, 1500,1200);
|
||||||
|
tf->AddFrame(page, new TGLayoutHints(kLHintsExpandX | kLHintsExpandY, 10,10,10,1));
|
||||||
|
pat=new ctbPattern(page, myDet);
|
||||||
|
pat->Connect("patternFileChanged(const char*)","ctbMain",this,"setPatternFile(const char*)");
|
||||||
|
pat->Connect("patternCompilerChanged(const char*)","ctbMain",this,"setPatternCompiler(const char*)");
|
||||||
|
pat->Connect("analogSamplesChanged(const int)","ctbMain",this,"setAnalogSamples(int)");
|
||||||
|
pat->Connect("digitalSamplesChanged(const int)","ctbMain",this,"setDigitalSamples(int)");
|
||||||
|
pat->Connect("readoutModeChanged(int)","ctbMain",this,"setReadoutMode(int)");
|
||||||
|
|
||||||
|
i_pat=i_page++;
|
||||||
|
|
||||||
|
cout << "acquisition" << endl;
|
||||||
|
|
||||||
|
tf = mtab->AddTab("Acquisition");
|
||||||
|
page=new TGVerticalFrame(tf, 1500,1200);
|
||||||
|
tf->AddFrame(page, new TGLayoutHints(kLHintsExpandX | kLHintsExpandY, 10,10,10,1));
|
||||||
|
acq=new ctbAcquisition(page, myDet);
|
||||||
|
|
||||||
|
|
||||||
|
i_acq=i_page++;
|
||||||
|
|
||||||
|
|
||||||
|
// cout << "actions" << endl;
|
||||||
|
// tf = mtab->AddTab("Actions");
|
||||||
|
// page=new TGVerticalFrame(tf, 1500,1200);
|
||||||
|
// tf->AddFrame(page, new TGLayoutHints(kLHintsExpandX | kLHintsExpandY, 10,10,10,1));
|
||||||
|
// actions=new ctbActions(page, myDet);
|
||||||
|
|
||||||
|
|
||||||
|
// i_actions=i_page++;
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
cout << "tabs finished" << endl;
|
||||||
|
|
||||||
|
hpage->AddFrame(mtab,new TGLayoutHints(kLHintsExpandX | kLHintsExpandY, 10,10,10,1));
|
||||||
|
|
||||||
|
vframe->AddFrame(hpage,new TGLayoutHints(kLHintsExpandX | kLHintsExpandY, 10,10,10,1));
|
||||||
|
|
||||||
|
AddFrame(vframe,new TGLayoutHints(kLHintsExpandX | kLHintsExpandY, 10,10,10,1));
|
||||||
|
vframe->MapWindow();
|
||||||
|
hpage->MapWindow();
|
||||||
|
mtab->MapWindow();
|
||||||
|
page->MapWindow();
|
||||||
|
|
||||||
|
// Sets window name and shows the main frame
|
||||||
|
cout << "dockabel" << endl;
|
||||||
|
TGDockableFrame *fdock=new TGDockableFrame(hpage);
|
||||||
|
hpage->AddFrame(fdock, new TGLayoutHints(kLHintsBottom | kLHintsCenterX | kLHintsExpandX | kLHintsExpandY, 10,10,10,10));
|
||||||
|
fdock->MapWindow();
|
||||||
|
|
||||||
|
cout << "canvas" << endl;
|
||||||
|
// // Creates widgets of the example
|
||||||
|
|
||||||
|
|
||||||
|
fEcanvas = new TRootEmbeddedCanvas ("Ecanvas",fdock,800,800);//hpage,800,800);
|
||||||
|
//fEcanvas = new TRootEmbeddedCanvas ("Ecanvas",this,800,800);//hpage,800,800);
|
||||||
|
// fEcanvas->Resize();
|
||||||
|
// fEcanvas->GetCanvas()->Update();
|
||||||
|
//AddFrame(fEcanvas, new TGLayoutHints(kLHintsBottom | kLHintsCenterX | kLHintsExpandX | kLHintsExpandY, 10,10,10,10));
|
||||||
|
|
||||||
|
// // hpage->
|
||||||
|
fdock->AddFrame(fEcanvas, new TGLayoutHints(kLHintsBottom | kLHintsCenterX | kLHintsExpandX | kLHintsExpandY, 10,10,10,10));
|
||||||
|
|
||||||
|
|
||||||
|
fEcanvas->MapWindow();
|
||||||
|
|
||||||
|
acq->setCanvas(getCanvas());
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
hpage->MapSubwindows();
|
||||||
|
mtab->Connect("Selected(Int_t)","ctbMain",this,"tabSelected(Int_t)");
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
cout << "connect mtab" << endl;
|
||||||
|
|
||||||
|
try{
|
||||||
|
setReadoutMode(pat->getReadoutMode());
|
||||||
|
} CATCH_DISPLAY ("Could not get readout flags", "ctbPattern::getReadoutMode")
|
||||||
|
|
||||||
|
setADCEnable(adcs->setEnable());
|
||||||
|
setAnalogSamples(pat->getAnalogSamples());
|
||||||
|
setDigitalSamples(pat->getDigitalSamples());
|
||||||
|
|
||||||
|
tabSelected(0);
|
||||||
|
|
||||||
|
SetWindowName("CTB Gui");
|
||||||
|
MapSubwindows();
|
||||||
|
Resize(1500,1200);
|
||||||
|
|
||||||
|
MapWindow();
|
||||||
|
}
|
||||||
|
|
||||||
|
void ctbMain::CloseWindow() {
|
||||||
|
gApplication->Terminate();
|
||||||
|
}
|
||||||
|
|
||||||
|
TCanvas* ctbMain::getCanvas() {
|
||||||
|
return fEcanvas->GetCanvas();
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
void ctbMain::HandleMenu(Int_t id)
|
||||||
|
{
|
||||||
|
// Handle menu items.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
switch (id) {
|
||||||
|
|
||||||
|
case 0: // fMenuFile->AddEntry("Open Alias", im++);
|
||||||
|
cout << "Open Alias" << endl;
|
||||||
|
{
|
||||||
|
static TString dir(".");
|
||||||
|
TGFileInfo fi;
|
||||||
|
//fi.fFileTypes = filetypes;
|
||||||
|
fi.fIniDir = StrDup(dir);
|
||||||
|
printf("fIniDir = %s\n", fi.fIniDir);
|
||||||
|
new TGFileDialog(gClient->GetRoot(), this, kFDOpen, &fi);
|
||||||
|
printf("Open file: %s (dir: %s)\n", fi.fFilename, fi.fIniDir);
|
||||||
|
// dir = fi.fIniDir;
|
||||||
|
if (fi.fFilename)
|
||||||
|
loadAlias(fi.fFilename);
|
||||||
|
}
|
||||||
|
break;
|
||||||
|
|
||||||
|
case 1: // fMenuFile->AddEntry("Save Alias", im++);
|
||||||
|
cout << "Save Alias" << endl;
|
||||||
|
{
|
||||||
|
static TString dir(".");
|
||||||
|
TGFileInfo fi;
|
||||||
|
//fi.fFileTypes = filetypes;
|
||||||
|
fi.fIniDir = StrDup(dir);
|
||||||
|
printf("fIniDir = %s\n", fi.fIniDir);
|
||||||
|
new TGFileDialog(gClient->GetRoot(), this, kFDSave, &fi);
|
||||||
|
printf("Save file: %s (dir: %s)\n", fi.fFilename, fi.fIniDir);
|
||||||
|
// dir = fi.fIniDir;
|
||||||
|
if (fi.fFilename)
|
||||||
|
saveAlias(fi.fFilename);
|
||||||
|
}
|
||||||
|
break;
|
||||||
|
case 2: //fMenuFile->AddEntry("Open Parameters", im++);
|
||||||
|
cout << "Open Parameters" << endl;
|
||||||
|
{
|
||||||
|
static TString dir(".");
|
||||||
|
TGFileInfo fi;
|
||||||
|
//fi.fFileTypes = filetypes;
|
||||||
|
fi.fIniDir = StrDup(dir);
|
||||||
|
printf("fIniDir = %s\n", fi.fIniDir);
|
||||||
|
new TGFileDialog(gClient->GetRoot(), this, kFDOpen, &fi);
|
||||||
|
printf("Open file: %s (dir: %s)\n", fi.fFilename, fi.fIniDir);
|
||||||
|
// dir = fi.fIniDir;
|
||||||
|
if (fi.fFilename)
|
||||||
|
loadParameters(fi.fFilename);
|
||||||
|
}
|
||||||
|
break;
|
||||||
|
|
||||||
|
case 3: // fMenuFile->AddEntry("Open Configuration", im++);
|
||||||
|
cout << "Open configuration" << endl;
|
||||||
|
{
|
||||||
|
static TString dir(".");
|
||||||
|
TGFileInfo fi;
|
||||||
|
//fi.fFileTypes = filetypes;
|
||||||
|
fi.fIniDir = StrDup(dir);
|
||||||
|
printf("fIniDir = %s\n", fi.fIniDir);
|
||||||
|
new TGFileDialog(gClient->GetRoot(), this, kFDOpen, &fi);
|
||||||
|
printf("Open file: %s (dir: %s)\n", fi.fFilename, fi.fIniDir);
|
||||||
|
// dir = fi.fIniDir;
|
||||||
|
if (fi.fFilename)
|
||||||
|
loadConfiguration(fi.fFilename);
|
||||||
|
}
|
||||||
|
break;
|
||||||
|
|
||||||
|
case 4: //fMenuFile->AddEntry("Open Pattern", im++);
|
||||||
|
cout << "Open pattern" << endl;
|
||||||
|
{
|
||||||
|
static TString dir(".");
|
||||||
|
TGFileInfo fi;
|
||||||
|
//fi.fFileTypes = filetypes;
|
||||||
|
fi.fIniDir = StrDup(dir);
|
||||||
|
printf("fIniDir = %s\n", fi.fIniDir);
|
||||||
|
new TGFileDialog(gClient->GetRoot(), this, kFDOpen, &fi);
|
||||||
|
printf("Open file: %s (dir: %s)\n", fi.fFilename, fi.fIniDir);
|
||||||
|
// dir = fi.fIniDir;
|
||||||
|
if (fi.fFilename)
|
||||||
|
loadParameters(fi.fFilename);
|
||||||
|
}
|
||||||
|
break;
|
||||||
|
|
||||||
|
case 5: //fMenuFile->AddEntry("Save Pattern", im++);
|
||||||
|
cout << "Save pattern" << endl;
|
||||||
|
{
|
||||||
|
static TString dir(".");
|
||||||
|
TGFileInfo fi;
|
||||||
|
//fi.fFileTypes = filetypes;
|
||||||
|
fi.fIniDir = StrDup(dir);
|
||||||
|
printf("fIniDir = %s\n", fi.fIniDir);
|
||||||
|
new TGFileDialog(gClient->GetRoot(), this, kFDSave, &fi);
|
||||||
|
printf("Open file: %s (dir: %s)\n", fi.fFilename, fi.fIniDir);
|
||||||
|
// dir = fi.fIniDir;
|
||||||
|
if (fi.fFilename)
|
||||||
|
savePattern(fi.fFilename);
|
||||||
|
}
|
||||||
|
break;
|
||||||
|
|
||||||
|
case 6: // fMenuFile->AddEntry("Exit", im++);
|
||||||
|
CloseWindow();
|
||||||
|
|
||||||
|
default:
|
||||||
|
printf("Menu item %d selected\n", id);
|
||||||
|
break;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
int ctbMain::setADCPlot(Int_t i) {
|
||||||
|
|
||||||
|
// cout << "ADC " << i << " plot or color toggled" << endl;
|
||||||
|
// acq->setGraph(i,adcs->getGraph(i));
|
||||||
|
acq->setGraph(i,adcs->getEnabled(i),adcs->getColor(i));
|
||||||
|
return -1;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
int ctbMain::setSignalPlot(Int_t i) {
|
||||||
|
|
||||||
|
// cout << "ADC " << i << " plot or color toggled" << endl;
|
||||||
|
// acq->setGraph(i,adcs->getGraph(i));
|
||||||
|
acq->setBitGraph(i,sig->getPlot(i),sig->getColor(i));
|
||||||
|
return -1;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
void ctbMain::loadConfiguration(string fname) {
|
||||||
|
try{
|
||||||
|
myDet->loadConfig(fname);
|
||||||
|
} CATCH_DISPLAY ("Could not load config.", "ctbMain::loadConfiguration")
|
||||||
|
}
|
||||||
|
|
||||||
|
void ctbMain::loadParameters(string fname) {
|
||||||
|
try{
|
||||||
|
myDet->loadParameters(fname);
|
||||||
|
} CATCH_DISPLAY ("Could not load parameters.", "ctbMain::loadParameters")
|
||||||
|
}
|
||||||
|
|
||||||
|
void ctbMain::savePattern(string fname) {
|
||||||
|
try{
|
||||||
|
myDet->savePattern(fname);
|
||||||
|
} CATCH_DISPLAY ("Could not save pattern.", "ctbMain::savePattern")
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
int ctbMain::loadAlias(string fname) {
|
||||||
|
|
||||||
|
|
||||||
|
string line;
|
||||||
|
char aaaa[1000];
|
||||||
|
int i;
|
||||||
|
ifstream myfile (fname.c_str());
|
||||||
|
if (myfile.is_open())
|
||||||
|
{
|
||||||
|
while ( getline (myfile,line) )
|
||||||
|
{
|
||||||
|
// cout << line ;
|
||||||
|
if (sscanf(line.c_str(),"BIT%d",&i)>0) {
|
||||||
|
//cout << "*******" << line<< endl;
|
||||||
|
sig->setSignalAlias(line);
|
||||||
|
// cout << line ;
|
||||||
|
} else if (sscanf(line.c_str(),"DAC%d",&i)>0) {
|
||||||
|
dacs->setDacAlias(line);
|
||||||
|
// cout << "+++++++++" << line<< endl;
|
||||||
|
} else if (sscanf(line.c_str(),"ADC%d",&i)>0) {
|
||||||
|
adcs->setAdcAlias(line);
|
||||||
|
// cout << "---------" << line<< endl;
|
||||||
|
} // else
|
||||||
|
// cout << "<<<<<<<" << line << endl;
|
||||||
|
else if (sscanf(line.c_str(),"PAT%s",aaaa)>0) {
|
||||||
|
pat->setPatternAlias(line);
|
||||||
|
// cout << "---------" << line<< endl;
|
||||||
|
} else if (sscanf(line.c_str(),"V%s",aaaa)>0) {
|
||||||
|
if (pwrs) pwrs->setPwrAlias(line);
|
||||||
|
// cout << "+++++++++" << line<< endl;
|
||||||
|
} else if (sscanf(line.c_str(),"SENSE%d",&i)>0) {
|
||||||
|
if (senses) senses->setSlowAdcAlias(line);
|
||||||
|
// cout << "+++++++++" << line<< endl;
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
|
myfile.close();
|
||||||
|
}
|
||||||
|
|
||||||
|
else cout << "Unable to open file";
|
||||||
|
|
||||||
|
return 0;
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
int ctbMain::saveAlias(string fname) {
|
||||||
|
|
||||||
|
|
||||||
|
string line;
|
||||||
|
ofstream myfile (fname.c_str());
|
||||||
|
if (myfile.is_open())
|
||||||
|
{
|
||||||
|
//while ( getline (myfile,line) )
|
||||||
|
// {
|
||||||
|
// cout << line ;
|
||||||
|
//if (sscanf(line.c_str(),"BIT%d",&i)>0) {
|
||||||
|
//cout << "*******" << line<< endl;
|
||||||
|
myfile << sig->getSignalAlias();
|
||||||
|
// cout << line ;
|
||||||
|
// } else if (sscanf(line.c_str(),"DAC%d",&i)>0) {
|
||||||
|
myfile << dacs->getDacAlias();
|
||||||
|
if (pwrs) myfile << pwrs->getPwrAlias();
|
||||||
|
if (senses) myfile << senses->getSlowAdcAlias();
|
||||||
|
// cout << "+++++++++" << line<< endl;
|
||||||
|
// } else if (sscanf(line.c_str(),"ADC%d",&i)>0) {
|
||||||
|
myfile << adcs->getAdcAlias();
|
||||||
|
// cout << "---------" << line<< endl;
|
||||||
|
// } // else
|
||||||
|
// cout << "<<<<<<<" << line << endl;
|
||||||
|
myfile << pat->getPatternAlias();
|
||||||
|
|
||||||
|
//}
|
||||||
|
myfile.close();
|
||||||
|
}
|
||||||
|
|
||||||
|
else cout << "Unable to open file";
|
||||||
|
|
||||||
|
return 0;
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
void ctbMain::tabSelected(Int_t i) {
|
||||||
|
|
||||||
|
// cout << "Selected tab " << i << endl;
|
||||||
|
// cout << "Current tab is " << mtab->GetCurrent() << endl;
|
||||||
|
|
||||||
|
if (i==i_dacs) dacs->update();
|
||||||
|
else if (i==i_pwrs) pwrs->update();
|
||||||
|
else if (i==i_senses) ;//senses->update();
|
||||||
|
else if (i==i_sig) sig->update();
|
||||||
|
else if (i==i_adcs) adcs->update();
|
||||||
|
else if (i==i_pat) pat->update();
|
||||||
|
else if (i==i_acq) acq->update();
|
||||||
|
else if (i==i_acq) acq->update();
|
||||||
|
// else if (i==i_actions) actions->update();
|
||||||
|
else cout << "Unknown tab " << i << endl;
|
||||||
|
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
void ctbMain::setPatternFile(const char* t) {
|
||||||
|
acq->setPatternFile(t);
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
void ctbMain::setPatternCompiler(const char* t) {
|
||||||
|
acq->setPatternCompiler(t);
|
||||||
|
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
void ctbMain::setAnalogSamples(const int n) {
|
||||||
|
acq->setAnalogSamples(n);
|
||||||
|
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
void ctbMain::setDigitalSamples(const int n) {
|
||||||
|
acq->setDigitalSamples(n);
|
||||||
|
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
void ctbMain::setReadoutMode(int flags) {
|
||||||
|
acq->setReadoutMode(flags);
|
||||||
|
}
|
||||||
|
|
||||||
|
void ctbMain::setADCEnable(Int_t reg){
|
||||||
|
acq->setADCEnable(reg);
|
||||||
|
}
|
||||||
130
ctbGui/ctbMain.h
Normal file
130
ctbGui/ctbMain.h
Normal file
@@ -0,0 +1,130 @@
|
|||||||
|
// SPDX-License-Identifier: LGPL-3.0-or-other
|
||||||
|
// Copyright (C) 2021 Contributors to the SLS Detector Package
|
||||||
|
#ifndef CTBMAIN_H
|
||||||
|
#define CTBMAIN_H
|
||||||
|
#include <TGFrame.h>
|
||||||
|
|
||||||
|
|
||||||
|
class TRootEmbeddedCanvas;
|
||||||
|
class TGButtonGroup;
|
||||||
|
class TGVerticalFrame;
|
||||||
|
class TGHorizontalFrame;
|
||||||
|
class TGTextEntry;
|
||||||
|
class TGLabel;
|
||||||
|
class TGNumberEntry;
|
||||||
|
class TH2F;
|
||||||
|
class TGComboBox;
|
||||||
|
class TGCheckButton;
|
||||||
|
|
||||||
|
class THStack;
|
||||||
|
class TGraphErrors;
|
||||||
|
class TGTextButton;
|
||||||
|
class TGTab;
|
||||||
|
|
||||||
|
class TGMenuBar;
|
||||||
|
class TGPopupMenu;
|
||||||
|
class TGDockableFrame;
|
||||||
|
class TGLayoutHints;
|
||||||
|
class TGCanvas;
|
||||||
|
class TCanvas;
|
||||||
|
|
||||||
|
class ctbDacs;
|
||||||
|
class ctbSlowAdcs;
|
||||||
|
class ctbPowers;
|
||||||
|
|
||||||
|
|
||||||
|
class ctbSignals;
|
||||||
|
|
||||||
|
namespace sls
|
||||||
|
{
|
||||||
|
class Detector;
|
||||||
|
};
|
||||||
|
|
||||||
|
class ctbPattern;
|
||||||
|
class ctbAdcs;
|
||||||
|
class ctbAcquisition;
|
||||||
|
//class ctbActions;
|
||||||
|
|
||||||
|
#include <string>
|
||||||
|
using namespace std;
|
||||||
|
|
||||||
|
class ctbMain : public TGMainFrame {
|
||||||
|
private:
|
||||||
|
|
||||||
|
|
||||||
|
sls::Detector *myDet;
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
TRootEmbeddedCanvas *fEcanvas;
|
||||||
|
TRootEmbeddedCanvas *fModulecanvas;
|
||||||
|
TGButtonGroup *br;
|
||||||
|
|
||||||
|
TGTab *mtab;
|
||||||
|
|
||||||
|
|
||||||
|
ctbDacs *dacs;
|
||||||
|
int i_dacs;
|
||||||
|
|
||||||
|
ctbPowers *pwrs;
|
||||||
|
int i_pwrs;
|
||||||
|
|
||||||
|
ctbSlowAdcs *senses;
|
||||||
|
int i_senses;
|
||||||
|
|
||||||
|
|
||||||
|
ctbSignals *sig;
|
||||||
|
int i_sig;
|
||||||
|
|
||||||
|
|
||||||
|
ctbAdcs *adcs;
|
||||||
|
int i_adcs;
|
||||||
|
|
||||||
|
|
||||||
|
ctbPattern *pat;
|
||||||
|
int i_pat;
|
||||||
|
|
||||||
|
ctbAcquisition *acq;
|
||||||
|
int i_acq;
|
||||||
|
|
||||||
|
// ctbActions *actions;
|
||||||
|
int i_actions;
|
||||||
|
|
||||||
|
TGDockableFrame *fMenuDock;
|
||||||
|
|
||||||
|
TGMenuBar *fMenuBar;
|
||||||
|
TGPopupMenu *fMenuFile, *fMenuTest, *fMenuView, *fMenuHelp;
|
||||||
|
TGPopupMenu *fCascadeMenu, *fCascade1Menu, *fCascade2Menu;
|
||||||
|
TGPopupMenu *fMenuNew1, *fMenuNew2;
|
||||||
|
TGLayoutHints *fMenuBarLayout, *fMenuBarItemLayout, *fMenuBarHelpLayout;
|
||||||
|
TGCanvas *myCanvas;
|
||||||
|
|
||||||
|
|
||||||
|
public:
|
||||||
|
ctbMain(const TGWindow *p, sls::Detector *det);
|
||||||
|
|
||||||
|
|
||||||
|
int loadAlias(string fname);
|
||||||
|
int saveAlias(string fname);
|
||||||
|
void loadParameters(string fname);
|
||||||
|
void savePattern(string fname);
|
||||||
|
void loadConfiguration(string fname);
|
||||||
|
void tabSelected(Int_t);
|
||||||
|
int setADCPlot(Int_t);
|
||||||
|
int setSignalPlot(Int_t);
|
||||||
|
void CloseWindow();
|
||||||
|
|
||||||
|
void setPatternFile(const char* t);
|
||||||
|
|
||||||
|
void setPatternCompiler(const char* t);
|
||||||
|
void setAnalogSamples(const int);
|
||||||
|
void setDigitalSamples(const int);
|
||||||
|
void setReadoutMode(int);
|
||||||
|
void setADCEnable(Int_t);
|
||||||
|
|
||||||
|
void HandleMenu(Int_t);
|
||||||
|
TCanvas* getCanvas();
|
||||||
|
ClassDef(ctbMain,0)
|
||||||
|
};
|
||||||
|
|
||||||
|
#endif
|
||||||
1111
ctbGui/ctbPattern.cpp
Normal file
1111
ctbGui/ctbPattern.cpp
Normal file
File diff suppressed because it is too large
Load Diff
181
ctbGui/ctbPattern.h
Normal file
181
ctbGui/ctbPattern.h
Normal file
@@ -0,0 +1,181 @@
|
|||||||
|
// SPDX-License-Identifier: LGPL-3.0-or-other
|
||||||
|
// Copyright (C) 2021 Contributors to the SLS Detector Package
|
||||||
|
#ifndef CTBPATTERN_H
|
||||||
|
#define CTBPATTERN_H
|
||||||
|
#include <TGFrame.h>
|
||||||
|
|
||||||
|
|
||||||
|
#define NLOOPS 3
|
||||||
|
#define NWAITS 3
|
||||||
|
#define NADCS 32
|
||||||
|
#define PATLEN 1024
|
||||||
|
|
||||||
|
class TRootEmbeddedCanvas;
|
||||||
|
class TGButtonGroup;
|
||||||
|
class TGVerticalFrame;
|
||||||
|
class TGHorizontalFrame;
|
||||||
|
class TGTextEntry;
|
||||||
|
class TGLabel;
|
||||||
|
class TGNumberEntry;
|
||||||
|
class TH2F;
|
||||||
|
class TGComboBox;
|
||||||
|
class TGCheckButton;
|
||||||
|
class TGTextEntry;
|
||||||
|
class TGCheckButton;
|
||||||
|
|
||||||
|
class THStack;
|
||||||
|
class TGraphErrors;
|
||||||
|
class energyCalibration;
|
||||||
|
class TGTextButton;
|
||||||
|
class TGTab;
|
||||||
|
|
||||||
|
namespace sls
|
||||||
|
{
|
||||||
|
class Detector;
|
||||||
|
};
|
||||||
|
|
||||||
|
|
||||||
|
#include <string>
|
||||||
|
using namespace std;
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
class ctbLoop : public TGHorizontalFrame {
|
||||||
|
|
||||||
|
|
||||||
|
private:
|
||||||
|
|
||||||
|
TGNumberEntry *eLoopStartAddr;
|
||||||
|
TGNumberEntry *eLoopStopAddr;
|
||||||
|
TGNumberEntry *eLoopNumber;
|
||||||
|
|
||||||
|
int id;
|
||||||
|
|
||||||
|
sls::Detector *myDet;
|
||||||
|
|
||||||
|
public:
|
||||||
|
ctbLoop(TGGroupFrame *page, int i,sls::Detector *det);
|
||||||
|
|
||||||
|
void setNLoops();
|
||||||
|
void update();
|
||||||
|
|
||||||
|
ClassDef(ctbLoop,0)
|
||||||
|
};
|
||||||
|
|
||||||
|
class ctbWait : public TGHorizontalFrame {
|
||||||
|
|
||||||
|
|
||||||
|
private:
|
||||||
|
|
||||||
|
TGNumberEntry *eWaitAddr;
|
||||||
|
TGNumberEntry *eWaitTime;
|
||||||
|
|
||||||
|
int id;
|
||||||
|
|
||||||
|
sls::Detector *myDet;
|
||||||
|
|
||||||
|
public:
|
||||||
|
ctbWait(TGGroupFrame *page, int i,sls::Detector *det);
|
||||||
|
|
||||||
|
void setWaitTime();
|
||||||
|
void update();
|
||||||
|
|
||||||
|
ClassDef(ctbWait,0)
|
||||||
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
class ctbPattern : public TGGroupFrame {
|
||||||
|
private:
|
||||||
|
|
||||||
|
|
||||||
|
TGNumberEntry *eAdcClkFreq;
|
||||||
|
TGNumberEntry *eRunClkFreq;
|
||||||
|
TGNumberEntry *eDBitClkFreq;
|
||||||
|
TGNumberEntry *eAdcClkPhase;
|
||||||
|
TGNumberEntry *eDBitClkPhase;
|
||||||
|
//TGNumberEntry *eRunClkPhase;
|
||||||
|
|
||||||
|
TGNumberEntry *eStartAddr;
|
||||||
|
TGNumberEntry *eStopAddr;
|
||||||
|
TGNumberEntry *eFrames;
|
||||||
|
TGNumberEntry *ePeriod;
|
||||||
|
TGNumberEntry *eTriggers;
|
||||||
|
// TGNumberEntry *eMeasurements;
|
||||||
|
TGNumberEntry *eAdcPipeline;
|
||||||
|
TGNumberEntry *eDBitPipeline;
|
||||||
|
|
||||||
|
ctbLoop *eLoop[NLOOPS];
|
||||||
|
ctbWait *eWait[NWAITS];
|
||||||
|
|
||||||
|
TGTextEntry *patternCompiler;
|
||||||
|
TGTextEntry *patternFile;
|
||||||
|
|
||||||
|
TGTextButton *browseCompiler;
|
||||||
|
TGTextButton *browseFile;
|
||||||
|
|
||||||
|
|
||||||
|
TGNumberEntry *eAnalogSamples;
|
||||||
|
TGNumberEntry *eDigitalSamples;
|
||||||
|
|
||||||
|
TGCheckButton *cbAnalog;
|
||||||
|
TGCheckButton *cbDigital;
|
||||||
|
|
||||||
|
char pat[PATLEN*8];
|
||||||
|
|
||||||
|
sls::Detector *myDet;
|
||||||
|
|
||||||
|
public:
|
||||||
|
|
||||||
|
ctbPattern(TGVerticalFrame *page, sls::Detector *det);
|
||||||
|
|
||||||
|
void update();
|
||||||
|
void setAdcFreq();
|
||||||
|
void setRunFreq();
|
||||||
|
void setDBitFreq();
|
||||||
|
void setAdcPhase();
|
||||||
|
void setDBitPhase();
|
||||||
|
// void setRunPhase();
|
||||||
|
void setAdcPipeline();
|
||||||
|
void setDBitPipeline();
|
||||||
|
void setFrames();
|
||||||
|
void setTriggers();
|
||||||
|
// void setMeasurements();
|
||||||
|
void setPeriod();
|
||||||
|
|
||||||
|
|
||||||
|
void chooseCompiler();
|
||||||
|
void choosePattern();
|
||||||
|
|
||||||
|
string getCompiler();
|
||||||
|
string getPatternFile();
|
||||||
|
|
||||||
|
void setPatternAlias(string);
|
||||||
|
string getPatternAlias();
|
||||||
|
|
||||||
|
|
||||||
|
int getAnalogSamples();
|
||||||
|
void setAnalogSamples();
|
||||||
|
int getDigitalSamples();
|
||||||
|
void setDigitalSamples();
|
||||||
|
void setReadoutMode(Bool_t);
|
||||||
|
int getReadoutMode();
|
||||||
|
|
||||||
|
|
||||||
|
void setFile();
|
||||||
|
void setCompiler();
|
||||||
|
void patternFileChanged(const char*);
|
||||||
|
void patternCompilerChanged(const char*);
|
||||||
|
void analogSamplesChanged(const int t);
|
||||||
|
void digitalSamplesChanged(const int t);
|
||||||
|
void readoutModeChanged(int);
|
||||||
|
|
||||||
|
|
||||||
|
ClassDef(ctbPattern,0)
|
||||||
|
};
|
||||||
|
|
||||||
|
#endif
|
||||||
225
ctbGui/ctbPowers.cpp
Normal file
225
ctbGui/ctbPowers.cpp
Normal file
@@ -0,0 +1,225 @@
|
|||||||
|
// SPDX-License-Identifier: LGPL-3.0-or-other
|
||||||
|
// Copyright (C) 2021 Contributors to the SLS Detector Package
|
||||||
|
#include <TGFrame.h>
|
||||||
|
|
||||||
|
|
||||||
|
#include <TGButtonGroup.h>
|
||||||
|
#include <TGNumberEntry.h>
|
||||||
|
#include <TGLabel.h>
|
||||||
|
#include <TList.h>
|
||||||
|
|
||||||
|
#include <stdio.h>
|
||||||
|
#include <iostream>
|
||||||
|
#include <fstream>
|
||||||
|
|
||||||
|
#include "ctbDefs.h"
|
||||||
|
#include "ctbDacs.h"
|
||||||
|
#include "ctbPowers.h"
|
||||||
|
#include "sls/Detector.h"
|
||||||
|
#include "sls/sls_detector_defs.h"
|
||||||
|
|
||||||
|
using namespace std;
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
ctbPower::ctbPower(TGGroupFrame* f, int i, sls::Detector* d)
|
||||||
|
: ctbDac(f, i, d)
|
||||||
|
{
|
||||||
|
cout << "****************************************************************power " << i << endl;
|
||||||
|
dacsUnit->SetOn(kTRUE);
|
||||||
|
dacsUnit->SetEnabled(kFALSE);
|
||||||
|
|
||||||
|
switch(i) {
|
||||||
|
case slsDetectorDefs::V_POWER_IO:
|
||||||
|
dacsLabel->SetText("VIO");
|
||||||
|
break;
|
||||||
|
case slsDetectorDefs::V_POWER_A:
|
||||||
|
dacsLabel->SetText("VA");
|
||||||
|
break;
|
||||||
|
case slsDetectorDefs::V_POWER_B:
|
||||||
|
dacsLabel->SetText("VB");
|
||||||
|
break;
|
||||||
|
case slsDetectorDefs::V_POWER_C:
|
||||||
|
dacsLabel->SetText("VC");
|
||||||
|
break;
|
||||||
|
case slsDetectorDefs::V_POWER_D:
|
||||||
|
dacsLabel->SetText("VD");
|
||||||
|
break;
|
||||||
|
case slsDetectorDefs::V_POWER_CHIP:
|
||||||
|
dacsLabel->SetText("VCHIP");
|
||||||
|
dacsLabel->SetEnabled(kFALSE);
|
||||||
|
break;
|
||||||
|
default:
|
||||||
|
dacsLabel->SetText("Bad index");
|
||||||
|
break;
|
||||||
|
};
|
||||||
|
|
||||||
|
|
||||||
|
TGTextEntry *e=dacsEntry->TGNumberEntry::GetNumberEntry();
|
||||||
|
e->Disconnect ("ReturnPressed()");
|
||||||
|
e->Disconnect ("ValueSet(Long_t)");
|
||||||
|
|
||||||
|
e->Connect("ReturnPressed()","ctbPower",this,"setValue()");
|
||||||
|
dacsEntry->Connect("ValueSet(Long_t)","ctbPower",this,"setValue(Long_t)");
|
||||||
|
};
|
||||||
|
|
||||||
|
|
||||||
|
string ctbPower::getLabel() {
|
||||||
|
|
||||||
|
ostringstream line;
|
||||||
|
switch (id) {
|
||||||
|
case slsDetectorDefs::V_POWER_IO:
|
||||||
|
line << "VIO";
|
||||||
|
break;
|
||||||
|
case slsDetectorDefs::V_POWER_A:
|
||||||
|
line << "VA";
|
||||||
|
break;
|
||||||
|
case slsDetectorDefs::V_POWER_B:
|
||||||
|
line << "VB";
|
||||||
|
break;
|
||||||
|
case slsDetectorDefs::V_POWER_C:
|
||||||
|
line << "VC";
|
||||||
|
break;
|
||||||
|
case slsDetectorDefs::V_POWER_D:
|
||||||
|
line << "VD";
|
||||||
|
break;
|
||||||
|
case slsDetectorDefs::V_POWER_CHIP:
|
||||||
|
line << "VCHIP";
|
||||||
|
break;
|
||||||
|
default:
|
||||||
|
line << "VBAD";
|
||||||
|
break;
|
||||||
|
|
||||||
|
}
|
||||||
|
line << " " << dacsLabel->GetText() << endl;
|
||||||
|
return line.str();
|
||||||
|
}
|
||||||
|
|
||||||
|
void ctbPower::setValue(Long_t a) {ctbPower::setValue();}
|
||||||
|
|
||||||
|
void ctbPower::setValue() {
|
||||||
|
cout << "***************************Setting power " << dacsEntry->GetIntNumber() << " " << id << " " << 1 << endl;
|
||||||
|
|
||||||
|
try {
|
||||||
|
myDet->setVoltage(static_cast<slsDetectorDefs::dacIndex>(id), dacsEntry->GetIntNumber());
|
||||||
|
} CATCH_DISPLAY ("Could not set power " + to_string(id) + ".", "ctbPower::setValue")
|
||||||
|
|
||||||
|
getValue();
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
int ctbPower::getValue() {
|
||||||
|
try {
|
||||||
|
|
||||||
|
int val = myDet->getVoltage(static_cast<slsDetectorDefs::dacIndex>(id)).tsquash("Different values");
|
||||||
|
cout << "****************************Getting power " << val << " " << id << " " << 1 << endl;
|
||||||
|
|
||||||
|
dacsValue->SetText(to_string(val).c_str());
|
||||||
|
if (val > 0) {
|
||||||
|
if (id != static_cast<int>(slsDetectorDefs::V_POWER_CHIP))
|
||||||
|
dacsLabel->SetOn(kTRUE);
|
||||||
|
} else {
|
||||||
|
dacsLabel->SetOn(kFALSE);
|
||||||
|
}
|
||||||
|
|
||||||
|
return val;
|
||||||
|
|
||||||
|
} CATCH_DISPLAY ("Could not get power " + to_string(id) + ".", "ctbPower::getValue")
|
||||||
|
|
||||||
|
return -1;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
ctbPowers::ctbPowers(TGVerticalFrame* page, sls::Detector* det) : TGGroupFrame(page,"Power Supplies",kVerticalFrame) , myDet(det){
|
||||||
|
|
||||||
|
|
||||||
|
SetTitlePos(TGGroupFrame::kLeft);
|
||||||
|
page->AddFrame(this,new TGLayoutHints( kLHintsTop | kLHintsExpandX , 10,10,10,10));
|
||||||
|
MapWindow();
|
||||||
|
|
||||||
|
// cout << "window mapped " << endl;
|
||||||
|
|
||||||
|
for (int idac=0; idac<NPOWERS; idac++) {
|
||||||
|
dacs[idac]=new ctbPower(this, slsDetectorDefs::V_POWER_A+idac, myDet);
|
||||||
|
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
int ctbPowers::setPwrAlias(string line) {
|
||||||
|
|
||||||
|
int is=-1;
|
||||||
|
char tit[100];
|
||||||
|
|
||||||
|
if (sscanf(line.c_str(),"VA %s",tit)) {
|
||||||
|
dacs[0]->setLabel(tit,1);
|
||||||
|
is=0;
|
||||||
|
}
|
||||||
|
|
||||||
|
if (sscanf(line.c_str(),"VB %s",tit)) {
|
||||||
|
dacs[1]->setLabel(tit,1);
|
||||||
|
is=1;
|
||||||
|
}
|
||||||
|
|
||||||
|
if (sscanf(line.c_str(),"VC %s",tit)) {
|
||||||
|
dacs[2]->setLabel(tit,1);
|
||||||
|
is=2;
|
||||||
|
}
|
||||||
|
|
||||||
|
if (sscanf(line.c_str(),"VD %s",tit)) {
|
||||||
|
dacs[3]->setLabel(tit,1);
|
||||||
|
is=3;
|
||||||
|
}
|
||||||
|
|
||||||
|
if (sscanf(line.c_str(),"VIO %s",tit)) {
|
||||||
|
dacs[4]->setLabel(tit,1);
|
||||||
|
is=4;
|
||||||
|
}
|
||||||
|
|
||||||
|
if (sscanf(line.c_str(),"VCHIP %s",tit)) {
|
||||||
|
dacs[5]->setLabel(tit,1);
|
||||||
|
is=5;
|
||||||
|
}
|
||||||
|
|
||||||
|
return is;
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
string ctbPowers::getPwrAlias() {
|
||||||
|
|
||||||
|
ostringstream line;
|
||||||
|
|
||||||
|
for (int i=0; i<NPOWERS; i++)
|
||||||
|
line << dacs[i]->getLabel() << endl;
|
||||||
|
return line.str();
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
string ctbPowers::getPwrParameters() {
|
||||||
|
|
||||||
|
ostringstream line;
|
||||||
|
line << "v_a" << " " << dacs[0]->getValue() << " mv" << endl;
|
||||||
|
line << "v_b" << " " << dacs[1]->getValue() << " mv" << endl;
|
||||||
|
line << "v_c" << " " << dacs[2]->getValue() << " mv" << endl;
|
||||||
|
line << "v_d" << " " << dacs[3]->getValue() << " mv" << endl;
|
||||||
|
line << "v_io" << " " << dacs[4]->getValue() << " mv" << endl;
|
||||||
|
line << "v_chip" << " " << dacs[5]->getValue() << " mv" << endl;
|
||||||
|
// for (int i=0; i<POWERS; i++) {
|
||||||
|
// //line << "dacs:" << i << " " << dacs[i]->getValue << endl;
|
||||||
|
// line << "dac:" << i << " " << dacs[i]->getValue() << endl;
|
||||||
|
// }
|
||||||
|
return line.str();
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
void ctbPowers::update() {
|
||||||
|
for (int idac=0; idac<NPOWERS; idac++) {
|
||||||
|
dacs[idac]->getValue();
|
||||||
|
|
||||||
|
}
|
||||||
|
}
|
||||||
69
ctbGui/ctbPowers.h
Normal file
69
ctbGui/ctbPowers.h
Normal file
@@ -0,0 +1,69 @@
|
|||||||
|
// SPDX-License-Identifier: LGPL-3.0-or-other
|
||||||
|
// Copyright (C) 2021 Contributors to the SLS Detector Package
|
||||||
|
#ifndef CTBPOWERS_H
|
||||||
|
#define CTBPOWERS_H
|
||||||
|
|
||||||
|
#include <TGFrame.h>
|
||||||
|
|
||||||
|
#define NPOWERS 6
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
class TGTextEntry;
|
||||||
|
class TGLabel;
|
||||||
|
class TGNumberEntry;
|
||||||
|
class TGCheckButton;
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
namespace sls
|
||||||
|
{
|
||||||
|
class Detector;
|
||||||
|
};
|
||||||
|
|
||||||
|
#include <string>
|
||||||
|
using namespace std;
|
||||||
|
|
||||||
|
|
||||||
|
class ctbPower : public ctbDac {
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
public:
|
||||||
|
|
||||||
|
ctbPower(TGGroupFrame* f, int i, sls::Detector* d);
|
||||||
|
|
||||||
|
string getLabel();
|
||||||
|
|
||||||
|
int getValue();
|
||||||
|
void setValue();
|
||||||
|
void setValue(Long_t);
|
||||||
|
|
||||||
|
ClassDef(ctbPower,0)
|
||||||
|
};
|
||||||
|
|
||||||
|
|
||||||
|
class ctbPowers : public TGGroupFrame
|
||||||
|
{
|
||||||
|
private:
|
||||||
|
|
||||||
|
ctbPower *dacs[NPOWERS];
|
||||||
|
|
||||||
|
sls::Detector* myDet;
|
||||||
|
|
||||||
|
public:
|
||||||
|
//ctbPowers();
|
||||||
|
ctbPowers(TGVerticalFrame*, sls::Detector*);
|
||||||
|
|
||||||
|
int setPwrAlias(string);
|
||||||
|
string getPwrAlias();
|
||||||
|
string getPwrParameters();
|
||||||
|
|
||||||
|
void update();
|
||||||
|
|
||||||
|
ClassDef(ctbPowers,0)
|
||||||
|
};
|
||||||
|
|
||||||
|
#endif
|
||||||
543
ctbGui/ctbSignals.cpp
Normal file
543
ctbGui/ctbSignals.cpp
Normal file
@@ -0,0 +1,543 @@
|
|||||||
|
// SPDX-License-Identifier: LGPL-3.0-or-other
|
||||||
|
// Copyright (C) 2021 Contributors to the SLS Detector Package
|
||||||
|
#include <TApplication.h>
|
||||||
|
#include <TGClient.h>
|
||||||
|
#include <TCanvas.h>
|
||||||
|
#include <TF1.h>
|
||||||
|
#include <TRandom.h>
|
||||||
|
#include <TGButton.h>
|
||||||
|
#include <TRootEmbeddedCanvas.h>
|
||||||
|
#include <TGButtonGroup.h>
|
||||||
|
#include <TGNumberEntry.h>
|
||||||
|
#include <TGLabel.h>
|
||||||
|
#include <TList.h>
|
||||||
|
#include <TGFileDialog.h>
|
||||||
|
#include <TGComboBox.h>
|
||||||
|
#include <TH2F.h>
|
||||||
|
#include <TColor.h>
|
||||||
|
#include <TH1F.h>
|
||||||
|
#include <TGraphErrors.h>
|
||||||
|
#include <THStack.h>
|
||||||
|
#include <TGTab.h>
|
||||||
|
|
||||||
|
#include <stdio.h>
|
||||||
|
#include <iostream>
|
||||||
|
#include <fstream>
|
||||||
|
#include <TGButton.h>
|
||||||
|
#include <TRootEmbeddedCanvas.h>
|
||||||
|
#include <TGButtonGroup.h>
|
||||||
|
#include <TGNumberEntry.h>
|
||||||
|
#include <TGLabel.h>
|
||||||
|
#include <stdio.h>
|
||||||
|
#include <iostream>
|
||||||
|
#include <fstream>
|
||||||
|
#include <TColor.h>
|
||||||
|
#include <TGColorSelect.h>
|
||||||
|
|
||||||
|
|
||||||
|
#include "ctbSignals.h"
|
||||||
|
#include "ctbDefs.h"
|
||||||
|
#include "sls/Detector.h"
|
||||||
|
|
||||||
|
using namespace std;
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
//#define DEFAULTFN "run_0.encal"
|
||||||
|
|
||||||
|
|
||||||
|
ctbSignal::ctbSignal(TGFrame *page, int i, sls::Detector *det)
|
||||||
|
: TGHorizontalFrame(page, 800,50), myDet(det), id(i), hsig(NULL) {
|
||||||
|
|
||||||
|
|
||||||
|
TGHorizontalFrame *hframe=this;
|
||||||
|
char tit[100];
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
sprintf(tit, "BIT%d ",id);
|
||||||
|
|
||||||
|
sLabel= new TGLabel(hframe, tit);
|
||||||
|
hframe->AddFrame( sLabel,new TGLayoutHints(kLHintsTop | kLHintsLeft| kLHintsExpandX, 1, 1, 1, 1));
|
||||||
|
sLabel->MapWindow();
|
||||||
|
sLabel->SetTextJustify(kTextLeft);
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
sOutput= new TGCheckButton(hframe, "Out");
|
||||||
|
hframe->AddFrame( sOutput,new TGLayoutHints(kLHintsTop | kLHintsLeft| kLHintsExpandX, 1, 1, 1, 1));
|
||||||
|
sOutput->MapWindow();
|
||||||
|
|
||||||
|
|
||||||
|
sOutput->Connect("Toggled(Bool_t)","ctbSignal",this,"ToggledOutput(Bool_t)");
|
||||||
|
|
||||||
|
sDbitList= new TGCheckButton(hframe, "DB List");
|
||||||
|
hframe->AddFrame( sDbitList,new TGLayoutHints(kLHintsTop | kLHintsLeft| kLHintsExpandX, 1, 1, 1, 1));
|
||||||
|
sDbitList->MapWindow();
|
||||||
|
|
||||||
|
sDbitList->Connect("Toggled(Bool_t)","ctbSignal",this,"ToggledDbitList(Bool_t)");
|
||||||
|
|
||||||
|
|
||||||
|
sPlot= new TGCheckButton(hframe, "Plot");
|
||||||
|
hframe->AddFrame( sPlot,new TGLayoutHints(kLHintsTop | kLHintsLeft| kLHintsExpandX, 1, 1, 1, 1));
|
||||||
|
sPlot->MapWindow();
|
||||||
|
|
||||||
|
sPlot->Connect("Toggled(Bool_t)","ctbSignal",this,"ToggledPlot(Bool_t)");
|
||||||
|
|
||||||
|
fColorSel = new TGColorSelect(hframe, id+1, 0);
|
||||||
|
fColorSel->Connect("ColorSelected(Pixel_t)","ctbSignal",this,"ColorChanged(Pixel_t)");
|
||||||
|
hframe->AddFrame(fColorSel, new TGLayoutHints(kLHintsTop |
|
||||||
|
kLHintsLeft, 2, 0, 2, 2));
|
||||||
|
|
||||||
|
|
||||||
|
fColorSel->SetColor(TColor::Number2Pixel(id+1));
|
||||||
|
|
||||||
|
|
||||||
|
ToggledOutput(kFALSE);
|
||||||
|
|
||||||
|
|
||||||
|
ToggledPlot(kFALSE);
|
||||||
|
|
||||||
|
// if (id==63) {
|
||||||
|
// sOutput->SetOn(kTRUE);
|
||||||
|
// sOutput->SetEnabled(kFALSE);
|
||||||
|
// }
|
||||||
|
// #ifdef CTB
|
||||||
|
// if (id==62) {
|
||||||
|
// sOutput->SetOn(kTRUE);
|
||||||
|
// sOutput->SetEnabled(kFALSE);
|
||||||
|
// }
|
||||||
|
|
||||||
|
// // if (id>=32 && id<48)
|
||||||
|
// // fixOutput(1);
|
||||||
|
// // else if (id>=48 && id<64)
|
||||||
|
// // fixOutput(0);
|
||||||
|
|
||||||
|
// #endif
|
||||||
|
}
|
||||||
|
int ctbSignal::setSignalAlias(char *tit, int plot, int col) {
|
||||||
|
|
||||||
|
if (tit)
|
||||||
|
sLabel->SetText(tit);
|
||||||
|
|
||||||
|
if (plot>0) {
|
||||||
|
sPlot->SetOn(kTRUE,kTRUE);
|
||||||
|
} else if (plot==0)
|
||||||
|
sPlot->SetOn(kFALSE,kTRUE);
|
||||||
|
|
||||||
|
if (col>=0)
|
||||||
|
fColorSel->SetColor(col);//TColor::Number2Pixel(col+1));
|
||||||
|
|
||||||
|
fColorSel->SetEnabled(sPlot->IsOn());
|
||||||
|
return 0;
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
string ctbSignal::getSignalAlias() {
|
||||||
|
|
||||||
|
|
||||||
|
ostringstream oss;
|
||||||
|
oss << "BIT" << dec << id << " " << sLabel->GetText()->Data() << " " << sPlot->IsOn() << hex << " " << fColorSel->GetColor() << endl;
|
||||||
|
return oss.str();
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
}
|
||||||
|
int ctbSignal::setOutput(Long64_t r) {
|
||||||
|
|
||||||
|
|
||||||
|
// cout << hex << r << dec <<endl;
|
||||||
|
|
||||||
|
Long64_t mask=((Long64_t)1<<id);
|
||||||
|
|
||||||
|
if (r&mask)
|
||||||
|
sOutput->SetOn(kTRUE,kTRUE);
|
||||||
|
else
|
||||||
|
sOutput->SetOn(kFALSE,kTRUE);
|
||||||
|
|
||||||
|
return sOutput->IsOn();
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
int ctbSignal::fixOutput(int i) {
|
||||||
|
|
||||||
|
if (i) {
|
||||||
|
sPlot->SetOn(kFALSE);
|
||||||
|
//sClock->SetOn(kFALSE,kTRUE);
|
||||||
|
sOutput->SetOn(kTRUE);
|
||||||
|
// sPlot->SetEnabled(kFALSE);
|
||||||
|
// sClock->SetEnabled(kTRUE);
|
||||||
|
} else {
|
||||||
|
sOutput->SetOn(kFALSE,kTRUE);
|
||||||
|
// sClock->SetOn(kFALSE);
|
||||||
|
// sClock->SetEnabled(kFALSE);
|
||||||
|
sPlot->SetEnabled(kTRUE);
|
||||||
|
}
|
||||||
|
sOutput->SetEnabled(kFALSE);
|
||||||
|
return 0;
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
int ctbSignal::setDbitList(Long64_t r) {
|
||||||
|
|
||||||
|
if (r)
|
||||||
|
sDbitList->SetOn(kTRUE,kFALSE);
|
||||||
|
else
|
||||||
|
sDbitList->SetOn(kFALSE,kFALSE);
|
||||||
|
|
||||||
|
return sDbitList->IsOn();
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
int ctbSignal::isDbitList() { return sDbitList->IsOn();}
|
||||||
|
int ctbSignal::isOutput() { return sOutput->IsOn();}
|
||||||
|
int ctbSignal::isPlot() { return sPlot->IsOn();}
|
||||||
|
Pixel_t ctbSignal::getColor(){return fColorSel->GetColor();}
|
||||||
|
|
||||||
|
void ctbSignal::ToggledOutput(Bool_t b) {
|
||||||
|
ToggledSignalOutput(id);
|
||||||
|
if (b) {
|
||||||
|
// sClock->SetEnabled(kTRUE);
|
||||||
|
sPlot->SetOn(kFALSE);
|
||||||
|
// sPlot->SetEnabled(kFALSE);
|
||||||
|
fColorSel->SetEnabled(kFALSE);
|
||||||
|
} else {
|
||||||
|
// sClock->SetEnabled(kFALSE);
|
||||||
|
// sClock->SetOn(kFALSE);
|
||||||
|
sPlot->SetEnabled(kTRUE);
|
||||||
|
if ( sPlot->IsOn())
|
||||||
|
fColorSel->SetEnabled(kFALSE);
|
||||||
|
else
|
||||||
|
fColorSel->SetEnabled(kTRUE);
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
void ctbSignal::ToggledDbitList(Bool_t b){
|
||||||
|
Long_t mask=id;
|
||||||
|
ToggledSignalDbitList(mask);
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
void ctbSignal::ToggledPlot(Bool_t b){
|
||||||
|
Long_t mask=b<<id;
|
||||||
|
ToggledSignalPlot(mask);
|
||||||
|
fColorSel->SetEnabled(b);
|
||||||
|
}
|
||||||
|
|
||||||
|
void ctbSignal::ColorChanged(Pixel_t p){
|
||||||
|
ToggledSignalPlot(id);
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
void ctbSignal::ToggledSignalOutput(Int_t b) {
|
||||||
|
cout << "Toggle signal " << id << " " << b << " " << sOutput->IsOn() <<endl;;
|
||||||
|
Emit("ToggledSignalOutput(Int_t)", id);
|
||||||
|
}
|
||||||
|
|
||||||
|
void ctbSignal::ToggledSignalDbitList(Int_t b){
|
||||||
|
cout << "Toggle dbitlist " << id << " " << b << endl;;
|
||||||
|
Emit("ToggledSignalDbitList(Int_t)", id);
|
||||||
|
}
|
||||||
|
|
||||||
|
void ctbSignal::ToggledSignalPlot(Int_t b){
|
||||||
|
Emit("ToggledSignalPlot(Int_t)", id);
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
ctbSignals::ctbSignals(TGVerticalFrame *page, sls::Detector *det)
|
||||||
|
: TGGroupFrame(page,"IO Signals",kVerticalFrame), myDet(det) {
|
||||||
|
|
||||||
|
|
||||||
|
SetTitlePos(TGGroupFrame::kLeft);
|
||||||
|
page->AddFrame(this,new TGLayoutHints( kLHintsTop | kLHintsExpandX , 10,10,10,10));
|
||||||
|
MapWindow();
|
||||||
|
|
||||||
|
|
||||||
|
TGHorizontalFrame *hframe;
|
||||||
|
|
||||||
|
TGHorizontalFrame* hhframe=new TGHorizontalFrame(this, 800,800);
|
||||||
|
AddFrame(hhframe,new TGLayoutHints(kLHintsTop | kLHintsExpandX , 1,1,1,1));
|
||||||
|
hhframe->MapWindow();
|
||||||
|
|
||||||
|
TGVerticalFrame *vframe;
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
int idac=0;
|
||||||
|
for (idac=0; idac<NSIGNALS; idac++) {
|
||||||
|
if (idac%((NSIGNALS+2)/2)==0) {
|
||||||
|
vframe=new TGVerticalFrame(hhframe, 400,800);
|
||||||
|
hhframe->AddFrame(vframe,new TGLayoutHints(kLHintsTop | kLHintsExpandX , 1,1,1,1));
|
||||||
|
vframe->MapWindow();
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
signals[idac]=new ctbSignal(vframe,idac,myDet);
|
||||||
|
signals[idac]->Connect("ToggledSignalOutput(Int_t)","ctbSignals",this,"ToggledOutReg(Int_t)");
|
||||||
|
signals[idac]->Connect("ToggledSignalDbitList(Int_t)","ctbSignals",this,"ToggledDbitList(Int_t)");
|
||||||
|
signals[idac]->Connect("ToggledSignalPlot(Int_t)","ctbSignals",this,"ToggledPlot(Int_t)");
|
||||||
|
|
||||||
|
vframe->AddFrame(signals[idac],new TGLayoutHints(kLHintsTop | kLHintsExpandX , 1,1,1,1));
|
||||||
|
signals[idac]->MapWindow();
|
||||||
|
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
hframe=new TGHorizontalFrame(vframe, 800,50);
|
||||||
|
vframe->AddFrame(hframe,new TGLayoutHints(kLHintsTop | kLHintsExpandX , 1,1,1,1));
|
||||||
|
hframe->MapWindow();
|
||||||
|
|
||||||
|
|
||||||
|
TGLabel *label= new TGLabel(hframe, "IO Control Register: ");
|
||||||
|
hframe->AddFrame(label,new TGLayoutHints(kLHintsTop | kLHintsLeft| kLHintsExpandX, 1, 1, 1, 1));
|
||||||
|
label->MapWindow();
|
||||||
|
label->SetTextJustify(kTextLeft);
|
||||||
|
|
||||||
|
|
||||||
|
eIOCntrlRegister = new TGNumberEntry(hframe, 0, 16,999, TGNumberFormat::kNESHex,
|
||||||
|
TGNumberFormat::kNEANonNegative,
|
||||||
|
TGNumberFormat::kNELNoLimits);
|
||||||
|
|
||||||
|
hframe->AddFrame(eIOCntrlRegister,new TGLayoutHints(kLHintsTop | kLHintsExpandX, 1, 1, 1, 1));
|
||||||
|
eIOCntrlRegister->MapWindow();
|
||||||
|
eIOCntrlRegister->Resize(150,30);
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
hframe=new TGHorizontalFrame(vframe, 800,50);
|
||||||
|
vframe->AddFrame(hframe,new TGLayoutHints(kLHintsTop | kLHintsExpandX , 1,1,1,1));
|
||||||
|
hframe->MapWindow();
|
||||||
|
|
||||||
|
|
||||||
|
label= new TGLabel(hframe, "DBit Offset: ");
|
||||||
|
hframe->AddFrame(label,new TGLayoutHints(kLHintsTop | kLHintsLeft| kLHintsExpandX, 1, 1, 1, 1));
|
||||||
|
label->MapWindow();
|
||||||
|
label->SetTextJustify(kTextLeft);
|
||||||
|
|
||||||
|
|
||||||
|
eDbitOffset = new TGNumberEntry(hframe, 0, 9,999, TGNumberFormat::kNESInteger,
|
||||||
|
TGNumberFormat::kNEANonNegative,
|
||||||
|
TGNumberFormat::kNELNoLimits);
|
||||||
|
|
||||||
|
hframe->AddFrame(eDbitOffset,new TGLayoutHints(kLHintsTop | kLHintsExpandX, 1, 1, 1, 1));
|
||||||
|
eDbitOffset->MapWindow();
|
||||||
|
eDbitOffset->Resize(150,30);
|
||||||
|
|
||||||
|
|
||||||
|
TGTextEntry *e= eDbitOffset->TGNumberEntry::GetNumberEntry();
|
||||||
|
e->Connect("ReturnPressed()","ctbSignals",this,"setDbitOffset()");
|
||||||
|
|
||||||
|
e->Connect("ValueSet(Long_t)","ctbSignals",this,"setDbitOffset(Long_t)");
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
int ctbSignals::setSignalAlias(string line) {
|
||||||
|
|
||||||
|
int is=-1, plot=0, col=-1;
|
||||||
|
char tit[100];
|
||||||
|
int narg=sscanf(line.c_str(),"BIT%d %s %d %d",&is,tit,&plot,&col);
|
||||||
|
if (narg<2)
|
||||||
|
return -1;
|
||||||
|
if (is>=0 && is<NIOSIGNALS) {
|
||||||
|
signals[is]->setSignalAlias(tit,plot,col);
|
||||||
|
}
|
||||||
|
return is;
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
string ctbSignals::getSignalAlias() {
|
||||||
|
|
||||||
|
ostringstream oss;
|
||||||
|
for (int is=0; is<NIOSIGNALS; is++)
|
||||||
|
oss << signals[is]->getSignalAlias() << endl;
|
||||||
|
|
||||||
|
|
||||||
|
return oss.str();
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
void ctbSignals::update() {
|
||||||
|
try {
|
||||||
|
|
||||||
|
Long64_t oreg = static_cast<Long64_t>(myDet->getPatternIOControl().tsquash("Different values"));
|
||||||
|
cout << hex << oreg << dec << endl;
|
||||||
|
|
||||||
|
for (int idac=0; idac<NIOSIGNALS; idac++) {
|
||||||
|
signals[idac]->setOutput(oreg);
|
||||||
|
}
|
||||||
|
|
||||||
|
} CATCH_DISPLAY ("Could not get patternIOcontrol.", "ctbSignals::update")
|
||||||
|
|
||||||
|
if (myDet->getDetectorType().squash() == slsDetectorDefs::MOENCH) {
|
||||||
|
// enable all
|
||||||
|
for (int is=0; is<64; is++) {
|
||||||
|
signals[is]->setDbitList(1);
|
||||||
|
}
|
||||||
|
eDbitOffset->SetNumber(0);
|
||||||
|
}
|
||||||
|
|
||||||
|
// ctb
|
||||||
|
else {
|
||||||
|
try {
|
||||||
|
|
||||||
|
auto dbitlist = myDet->getRxDbitList().tsquash("Different values");
|
||||||
|
// enable all
|
||||||
|
if (dbitlist.empty()) {
|
||||||
|
for (int is=0; is<64; is++) {
|
||||||
|
signals[is]->setDbitList(1);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
else {
|
||||||
|
// disable all
|
||||||
|
for (int is=0; is<64; is++) {
|
||||||
|
signals[is]->setDbitList(0);
|
||||||
|
}
|
||||||
|
// enable selected
|
||||||
|
for (const auto &value : dbitlist) {
|
||||||
|
signals[value]->setDbitList(1);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
} CATCH_DISPLAY ("Could not get receiver dbit list.", "ctbSignals::update")
|
||||||
|
|
||||||
|
try {
|
||||||
|
auto val = myDet->getRxDbitOffset().tsquash("Different values");
|
||||||
|
eDbitOffset->SetNumber(val);
|
||||||
|
} CATCH_DISPLAY ("Could not get receiver dbit offset.", "ctbSignals::update")
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
string ctbSignals::getSignalParameters() {
|
||||||
|
|
||||||
|
try {
|
||||||
|
|
||||||
|
auto val = myDet->getPatternIOControl().tsquash("Different values");
|
||||||
|
ostringstream line;
|
||||||
|
line << "patioctrl " << hex << val << dec << endl;
|
||||||
|
return line.str();
|
||||||
|
|
||||||
|
} CATCH_DISPLAY ("Could not get patternIOcontrol.", "ctbSignals::getSignalParameters")
|
||||||
|
|
||||||
|
return ("");
|
||||||
|
}
|
||||||
|
|
||||||
|
void ctbSignals::ToggledOutReg(Int_t mask) {
|
||||||
|
try {
|
||||||
|
|
||||||
|
Long64_t oreg = static_cast<Long64_t>(myDet->getPatternIOControl().tsquash("Different values"));
|
||||||
|
Long64_t m=((Long64_t)1)<<mask;
|
||||||
|
cout << dec << sizeof(Long64_t) << " " << mask << " " << hex << m << " ioreg " << oreg;
|
||||||
|
|
||||||
|
if (signals[mask]->isOutput()) {
|
||||||
|
cout << " or " << m ;
|
||||||
|
oreg|=m;
|
||||||
|
} else {
|
||||||
|
cout << " not " << ~m ;
|
||||||
|
oreg&=~m;
|
||||||
|
}
|
||||||
|
cout << " after " << oreg << endl;
|
||||||
|
|
||||||
|
myDet->setPatternIOControl(static_cast<uint64_t>(oreg));
|
||||||
|
oreg = static_cast<Long64_t>(myDet->getPatternIOControl().tsquash("Different values"));
|
||||||
|
cout << dec << sizeof(Long64_t) << " " << mask << " " << hex << m << " ioreg " << oreg << endl;
|
||||||
|
|
||||||
|
eIOCntrlRegister->SetText(to_string(oreg).c_str());
|
||||||
|
|
||||||
|
} CATCH_DISPLAY ("Could not get/set patternIOcontrol.", "ctbSignals::ToggledOutReg")
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
void ctbSignals::ToggledDbitList(Int_t mask){
|
||||||
|
try {
|
||||||
|
|
||||||
|
auto dbitlist = myDet->getRxDbitList().tsquash("Different values");
|
||||||
|
|
||||||
|
// anyway all enabled
|
||||||
|
if ((dbitlist.empty()) && (signals[mask]->isDbitList())) {
|
||||||
|
;
|
||||||
|
}
|
||||||
|
// set the dbitlist
|
||||||
|
else {
|
||||||
|
std::vector <int> new_dbitlist;
|
||||||
|
for (int is=0; is<64; is++) {
|
||||||
|
if (signals[is]->isDbitList()){
|
||||||
|
new_dbitlist.push_back(is);
|
||||||
|
cout << is << " " << new_dbitlist.size() - 1 << endl;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
if (new_dbitlist.size() > 64)
|
||||||
|
new_dbitlist.clear();
|
||||||
|
myDet->setRxDbitList(new_dbitlist);
|
||||||
|
// get list again
|
||||||
|
dbitlist = myDet->getRxDbitList().tsquash("Different values");
|
||||||
|
}
|
||||||
|
|
||||||
|
// enable all
|
||||||
|
if (dbitlist.empty()) {
|
||||||
|
for (int is=0; is<64; is++) {
|
||||||
|
signals[is]->setDbitList(1);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
else {
|
||||||
|
// disable all
|
||||||
|
for (int is=0; is<64; is++) {
|
||||||
|
signals[is]->setDbitList(0);
|
||||||
|
}
|
||||||
|
// enable selected
|
||||||
|
for (const auto &value : dbitlist) {
|
||||||
|
signals[value]->setDbitList(1);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
} CATCH_DISPLAY ("Could not get/set receiver dbit list.", "ctbSignals::ToggledDbitList")
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
void ctbSignals::ToggledPlot(Int_t b) {
|
||||||
|
|
||||||
|
Emit("ToggledSignalPlot(Int_t)", b);
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
void ctbSignals::ToggledSignalPlot(Int_t b) {
|
||||||
|
|
||||||
|
Emit("ToggledSignalPlot(Int_t)", b);
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Pixel_t ctbSignals::getColor(int i){
|
||||||
|
if (i>=0 && i<NSIGNALS)
|
||||||
|
return signals[i]->getColor();
|
||||||
|
return static_cast<Pixel_t>(-1);
|
||||||
|
}
|
||||||
|
|
||||||
|
int ctbSignals::getPlot(int i){
|
||||||
|
if (i>=0 && i<NSIGNALS)
|
||||||
|
return signals[i]->isPlot();
|
||||||
|
return -1;
|
||||||
|
};
|
||||||
|
|
||||||
|
void ctbSignals::setDbitOffset(Long_t) {
|
||||||
|
setDbitOffset();
|
||||||
|
}
|
||||||
|
|
||||||
|
void ctbSignals::setDbitOffset(){
|
||||||
|
try {
|
||||||
|
myDet->setRxDbitOffset(eDbitOffset->GetNumber());
|
||||||
|
} CATCH_DISPLAY ("Could not set receiver dbit offset.", "ctbSignals::setDbitOffset")
|
||||||
|
}
|
||||||
123
ctbGui/ctbSignals.h
Normal file
123
ctbGui/ctbSignals.h
Normal file
@@ -0,0 +1,123 @@
|
|||||||
|
// SPDX-License-Identifier: LGPL-3.0-or-other
|
||||||
|
// Copyright (C) 2021 Contributors to the SLS Detector Package
|
||||||
|
#ifndef CTBSIGNALS_H
|
||||||
|
#define CTBSIGNALS_H
|
||||||
|
#include <TGFrame.h>
|
||||||
|
|
||||||
|
|
||||||
|
#define NSIGNALS 64
|
||||||
|
|
||||||
|
#define NIOSIGNALS 64 //for moench board was 52
|
||||||
|
|
||||||
|
|
||||||
|
#define ADCLATCH 63
|
||||||
|
#define DIGSIGLATCH 62
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
class TGTextEntry;
|
||||||
|
class TGLabel;
|
||||||
|
class TGNumberEntry;
|
||||||
|
class TGCheckButton;
|
||||||
|
class TH1I;
|
||||||
|
class TGTextButton;
|
||||||
|
class TGColorSelect;
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
class TGNumberEntry;
|
||||||
|
namespace sls
|
||||||
|
{
|
||||||
|
class Detector;
|
||||||
|
};
|
||||||
|
class ctbSignal;
|
||||||
|
|
||||||
|
#include <string>
|
||||||
|
using namespace std;
|
||||||
|
|
||||||
|
class ctbSignal : public TGHorizontalFrame {
|
||||||
|
|
||||||
|
// RQ_OBJECT("ctbSignal")
|
||||||
|
|
||||||
|
private:
|
||||||
|
|
||||||
|
TGLabel *sLabel;
|
||||||
|
TGCheckButton *sOutput;
|
||||||
|
TGCheckButton *sDbitList;
|
||||||
|
TGCheckButton *sPlot;
|
||||||
|
TGLabel *sValue;
|
||||||
|
TGNumberEntry *sEntry;
|
||||||
|
TGColorSelect *fColorSel;
|
||||||
|
|
||||||
|
sls::Detector *myDet;
|
||||||
|
Int_t id;
|
||||||
|
|
||||||
|
TH1I *hsig;
|
||||||
|
|
||||||
|
public:
|
||||||
|
|
||||||
|
ctbSignal(TGFrame *page, int i, sls::Detector *det);
|
||||||
|
int setSignalAlias(char *tit, int plot, int col);
|
||||||
|
string getSignalAlias();
|
||||||
|
|
||||||
|
TH1I *getPlot() {return hsig;};
|
||||||
|
int setOutput(Long64_t);
|
||||||
|
int fixOutput(int);
|
||||||
|
int setDbitList(Long64_t);
|
||||||
|
|
||||||
|
void ToggledOutput(Bool_t);
|
||||||
|
void ToggledDbitList(Bool_t);
|
||||||
|
void ToggledPlot(Bool_t);
|
||||||
|
void ColorChanged(Pixel_t);
|
||||||
|
|
||||||
|
int isDbitList();
|
||||||
|
int isOutput();
|
||||||
|
int isPlot();
|
||||||
|
Pixel_t getColor();
|
||||||
|
|
||||||
|
|
||||||
|
void ToggledSignalOutput(Int_t); //*SIGNAL*
|
||||||
|
void ToggledSignalDbitList(Int_t); //*SIGNAL*
|
||||||
|
void ToggledSignalPlot(Int_t); //*SIGNAL*
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
ClassDef(ctbSignal,0)
|
||||||
|
};
|
||||||
|
|
||||||
|
class ctbSignals : public TGGroupFrame {
|
||||||
|
private:
|
||||||
|
|
||||||
|
ctbSignal *signals[NSIGNALS];
|
||||||
|
|
||||||
|
TGNumberEntry *eIOCntrlRegister;
|
||||||
|
TGNumberEntry *eDbitOffset;
|
||||||
|
|
||||||
|
sls::Detector *myDet;
|
||||||
|
|
||||||
|
public:
|
||||||
|
ctbSignals(TGVerticalFrame *page, sls::Detector *det);
|
||||||
|
int setSignalAlias(string line);
|
||||||
|
string getSignalAlias();
|
||||||
|
|
||||||
|
int getPlot(int);
|
||||||
|
Pixel_t getColor(int);
|
||||||
|
|
||||||
|
void update();
|
||||||
|
// void saveParameters();
|
||||||
|
string getSignalParameters();
|
||||||
|
|
||||||
|
//void setDbitList(Int_t);
|
||||||
|
void setDbitOffset(Long_t);
|
||||||
|
void setDbitOffset();
|
||||||
|
|
||||||
|
void ToggledOutReg(Int_t);
|
||||||
|
void ToggledDbitList(Int_t);
|
||||||
|
void ToggledPlot(Int_t);
|
||||||
|
void ToggledSignalPlot(Int_t); //*SIGNAL*
|
||||||
|
|
||||||
|
ClassDef(ctbSignals,0)
|
||||||
|
};
|
||||||
|
|
||||||
|
#endif
|
||||||
184
ctbGui/ctbSlowAdcs.cpp
Normal file
184
ctbGui/ctbSlowAdcs.cpp
Normal file
@@ -0,0 +1,184 @@
|
|||||||
|
// SPDX-License-Identifier: LGPL-3.0-or-other
|
||||||
|
// Copyright (C) 2021 Contributors to the SLS Detector Package
|
||||||
|
|
||||||
|
#include <stdio.h>
|
||||||
|
#include <iostream>
|
||||||
|
#include <fstream>
|
||||||
|
|
||||||
|
#include <TGTextEntry.h>
|
||||||
|
#include <TGLabel.h>
|
||||||
|
#include <TGNumberEntry.h>
|
||||||
|
#include <TGButton.h>
|
||||||
|
|
||||||
|
#include "ctbSlowAdcs.h"
|
||||||
|
#include "ctbDefs.h"
|
||||||
|
#include "sls/Detector.h"
|
||||||
|
#include "sls/sls_detector_defs.h"
|
||||||
|
|
||||||
|
using namespace std;
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
ctbSlowAdc::ctbSlowAdc(TGGroupFrame *page, int idac, sls::Detector *det) : TGHorizontalFrame(page, 800,50) , id(idac), myDet(det) {
|
||||||
|
|
||||||
|
|
||||||
|
TGHorizontalFrame *hframe=this;
|
||||||
|
|
||||||
|
page->AddFrame(hframe,new TGLayoutHints(kLHintsTop | kLHintsExpandX , 1,1,1,1));
|
||||||
|
MapWindow();
|
||||||
|
|
||||||
|
char tit[100];
|
||||||
|
|
||||||
|
|
||||||
|
sprintf(tit, "SENSE %d:",idac-1000);
|
||||||
|
|
||||||
|
dacsLabel= new TGLabel(hframe, tit);// new TGLabel(hframe, tit);
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
hframe->AddFrame(dacsLabel,new TGLayoutHints(kLHintsTop | kLHintsLeft| kLHintsExpandX, 5, 5, 5, 5));
|
||||||
|
dacsLabel->MapWindow();
|
||||||
|
dacsLabel->SetTextJustify(kTextLeft);
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
sprintf(tit, "xxx");
|
||||||
|
dacsValue= new TGLabel(hframe, tit);
|
||||||
|
hframe->AddFrame( dacsValue,new TGLayoutHints(kLHintsTop | kLHintsLeft| kLHintsExpandX, 5, 5, 5, 5));
|
||||||
|
dacsValue->MapWindow();
|
||||||
|
dacsValue->SetTextJustify(kTextLeft);
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
TGTextButton *b= new TGTextButton(hframe, "Update");
|
||||||
|
hframe->AddFrame( b,new TGLayoutHints(kLHintsTop | kLHintsLeft| kLHintsExpandX, 5, 5, 5, 5));
|
||||||
|
b->MapWindow();
|
||||||
|
b->SetTextJustify(kTextLeft);
|
||||||
|
|
||||||
|
b->Connect("Clicked()","ctbSlowAdc",this,"getValue()");
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
int ctbSlowAdc::setLabel(char *tit) {
|
||||||
|
if(tit)
|
||||||
|
dacsLabel->SetText(tit);
|
||||||
|
|
||||||
|
return id;
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
string ctbSlowAdc::getLabel() {
|
||||||
|
ostringstream line;
|
||||||
|
line << dacsLabel->GetText() << endl;
|
||||||
|
|
||||||
|
// line << "DAC" << dec << id << " " << dacsUnit->IsOn() << endl;
|
||||||
|
|
||||||
|
return line.str();
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
int ctbSlowAdc::getValue() {
|
||||||
|
try {
|
||||||
|
std::string s;
|
||||||
|
|
||||||
|
// temp
|
||||||
|
if (id == static_cast<int>(slsDetectorDefs::SLOW_ADC_TEMP)) {
|
||||||
|
|
||||||
|
int val = myDet->getTemperature(static_cast<slsDetectorDefs::dacIndex>(id)).tsquash("Different values");
|
||||||
|
cout << "slow adc temp" << " " << val << endl;
|
||||||
|
|
||||||
|
s = to_string(val) + " " + to_string(0x00b0) + "C";//<2F>C
|
||||||
|
dacsValue->SetText(s.c_str());
|
||||||
|
return val;
|
||||||
|
}
|
||||||
|
|
||||||
|
// mv
|
||||||
|
else {
|
||||||
|
|
||||||
|
int val = myDet->getSlowADC(static_cast<slsDetectorDefs::dacIndex>(id)).tsquash("Different values");
|
||||||
|
cout << "slow adc " << id << " " << val << endl;
|
||||||
|
|
||||||
|
s = to_string(val) + " mV";
|
||||||
|
dacsValue->SetText(s.c_str());
|
||||||
|
return val;
|
||||||
|
}
|
||||||
|
|
||||||
|
} CATCH_DISPLAY ("Could not get slow dac " + to_string(id) + ".", "ctbSlowAdc::getValue")
|
||||||
|
|
||||||
|
return -1;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
ctbSlowAdcs::ctbSlowAdcs(TGVerticalFrame *page, sls::Detector *det) : TGGroupFrame(page,"Sense",kVerticalFrame) , myDet(det){
|
||||||
|
|
||||||
|
SetTitlePos(TGGroupFrame::kLeft);
|
||||||
|
page->AddFrame(this,new TGLayoutHints( kLHintsTop | kLHintsExpandX , 10,10,10,10));
|
||||||
|
MapWindow();
|
||||||
|
|
||||||
|
// cout << "window mapped " << endl;
|
||||||
|
|
||||||
|
|
||||||
|
for (int idac=0; idac<NSLOWADCS + 1; idac++) {
|
||||||
|
|
||||||
|
adcs[idac]=new ctbSlowAdc(this, idac+1000, myDet);
|
||||||
|
|
||||||
|
}
|
||||||
|
adcs[NSLOWADCS]->setLabel((char*)"Temperature");
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
int ctbSlowAdcs::setSlowAdcAlias(string line) {
|
||||||
|
|
||||||
|
int is=-1, mv=0;
|
||||||
|
char tit[100];
|
||||||
|
int narg=sscanf(line.c_str(),"SENSE%d %s %d",&is,tit,&mv);
|
||||||
|
if (narg<2)
|
||||||
|
return -1;
|
||||||
|
if (is>=0 && is<NSLOWADCS)
|
||||||
|
adcs[is]->setLabel(tit);
|
||||||
|
return is;
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
string ctbSlowAdcs::getSlowAdcAlias() {
|
||||||
|
|
||||||
|
ostringstream line;
|
||||||
|
|
||||||
|
for (int i=0; i<NSLOWADCS; i++)
|
||||||
|
line << adcs[i]->getLabel() << endl;
|
||||||
|
return line.str();
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
string ctbSlowAdcs::getAdcParameters() {
|
||||||
|
|
||||||
|
ostringstream line;
|
||||||
|
|
||||||
|
for (int i=0; i<NSLOWADCS; i++) {
|
||||||
|
//line << "dacs:" << i << " " << dacs[i]->getValue << endl;
|
||||||
|
line << "adc:" << i << " " << adcs[i]->getValue() << endl;
|
||||||
|
}
|
||||||
|
line << "adc:-1" << adcs[NSLOWADCS]->getValue() << endl;
|
||||||
|
return line.str();
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
void ctbSlowAdcs::update() {
|
||||||
|
for (int idac=0; idac<NSLOWADCS+1; idac++) {
|
||||||
|
adcs[idac]->getValue();
|
||||||
|
}
|
||||||
|
}
|
||||||
80
ctbGui/ctbSlowAdcs.h
Normal file
80
ctbGui/ctbSlowAdcs.h
Normal file
@@ -0,0 +1,80 @@
|
|||||||
|
// SPDX-License-Identifier: LGPL-3.0-or-other
|
||||||
|
// Copyright (C) 2021 Contributors to the SLS Detector Package
|
||||||
|
|
||||||
|
|
||||||
|
#ifndef CTBSLOWADCS_H
|
||||||
|
#define CTBSLOWADCS_H
|
||||||
|
#include <TGFrame.h>
|
||||||
|
|
||||||
|
|
||||||
|
//#define NDACS 16
|
||||||
|
#define NSLOWADCS 8
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
class TGTextEntry;
|
||||||
|
class TGLabel;
|
||||||
|
class TGNumberEntry;
|
||||||
|
class TGCheckButton;
|
||||||
|
class TGTextButton;
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
namespace sls
|
||||||
|
{
|
||||||
|
class Detector;
|
||||||
|
};
|
||||||
|
|
||||||
|
#include <string>
|
||||||
|
using namespace std;
|
||||||
|
|
||||||
|
class ctbSlowAdc : public TGHorizontalFrame {
|
||||||
|
|
||||||
|
|
||||||
|
protected:
|
||||||
|
// TGLabel *dacsLabel;
|
||||||
|
// TGNumberEntry *dacsEntry;
|
||||||
|
// TGCheckButton *dacsUnit;
|
||||||
|
TGLabel *dacsLabel;
|
||||||
|
TGLabel *dacsValue;
|
||||||
|
int id;
|
||||||
|
|
||||||
|
sls::Detector* myDet;
|
||||||
|
public:
|
||||||
|
ctbSlowAdc(TGGroupFrame*, int , sls::Detector*);
|
||||||
|
int getValue();
|
||||||
|
|
||||||
|
int setLabel(char *tit);
|
||||||
|
string getLabel();
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
ClassDef(ctbSlowAdc,0)
|
||||||
|
};
|
||||||
|
|
||||||
|
|
||||||
|
class ctbSlowAdcs : public TGGroupFrame {
|
||||||
|
private:
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
ctbSlowAdc *adcs[NSLOWADCS+1];
|
||||||
|
|
||||||
|
sls::Detector* myDet;
|
||||||
|
|
||||||
|
public:
|
||||||
|
ctbSlowAdcs(TGVerticalFrame *page, sls::Detector*);
|
||||||
|
|
||||||
|
int setSlowAdcAlias(string line);
|
||||||
|
// int setDacAlias(string line);
|
||||||
|
string getSlowAdcAlias();
|
||||||
|
string getAdcParameters();
|
||||||
|
|
||||||
|
void update();
|
||||||
|
|
||||||
|
ClassDef(ctbSlowAdcs,0)
|
||||||
|
};
|
||||||
|
|
||||||
|
#endif
|
||||||
|
|
||||||
@@ -11,8 +11,7 @@ add_executable(gendoc src/gendoc.cpp)
|
|||||||
# This is a bit hacky, but better than exposing stuff?
|
# This is a bit hacky, but better than exposing stuff?
|
||||||
target_include_directories(gendoc PRIVATE ${PROJECT_SOURCE_DIR}/slsDetectorSoftware/src)
|
target_include_directories(gendoc PRIVATE ${PROJECT_SOURCE_DIR}/slsDetectorSoftware/src)
|
||||||
target_link_libraries(gendoc PRIVATE
|
target_link_libraries(gendoc PRIVATE
|
||||||
slsDetectorStatic
|
slsDetectorShared
|
||||||
|
|
||||||
)
|
)
|
||||||
set_target_properties(gendoc PROPERTIES
|
set_target_properties(gendoc PROPERTIES
|
||||||
RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/bin
|
RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/bin
|
||||||
@@ -41,9 +40,7 @@ set(SPHINX_SOURCE_FILES
|
|||||||
src/pydetector.rst
|
src/pydetector.rst
|
||||||
src/pyenums.rst
|
src/pyenums.rst
|
||||||
src/pyexamples.rst
|
src/pyexamples.rst
|
||||||
src/pyPatternGenerator.rst
|
|
||||||
src/servers.rst
|
src/servers.rst
|
||||||
src/multidet.rst
|
|
||||||
src/receiver_api.rst
|
src/receiver_api.rst
|
||||||
src/result.rst
|
src/result.rst
|
||||||
src/type_traits.rst
|
src/type_traits.rst
|
||||||
@@ -56,22 +53,11 @@ set(SPHINX_SOURCE_FILES
|
|||||||
src/serverdefaults.rst
|
src/serverdefaults.rst
|
||||||
src/quick_start_guide.rst
|
src/quick_start_guide.rst
|
||||||
src/troubleshooting.rst
|
src/troubleshooting.rst
|
||||||
src/pattern.rst
|
|
||||||
src/receivers.rst
|
src/receivers.rst
|
||||||
src/slsreceiver.rst
|
src/slsreceiver.rst
|
||||||
src/udpheader.rst
|
src/udpheader.rst
|
||||||
src/udpconfig.rst
|
src/udpconfig.rst
|
||||||
src/udpdetspec.rst
|
src/udpdetspec.rst
|
||||||
src/fileformat.rst
|
|
||||||
src/slsreceiverheaderformat.rst
|
|
||||||
src/masterfileattributes.rst
|
|
||||||
src/binaryfileformat.rst
|
|
||||||
src/hdf5fileformat.rst
|
|
||||||
src/zmqjsonheaderformat.rst
|
|
||||||
src/dataformat.rst
|
|
||||||
src/softwarearchitecture.rst
|
|
||||||
src/configcommands.rst
|
|
||||||
src/Versioning.rst
|
|
||||||
)
|
)
|
||||||
|
|
||||||
foreach(filename ${SPHINX_SOURCE_FILES})
|
foreach(filename ${SPHINX_SOURCE_FILES})
|
||||||
@@ -94,11 +80,6 @@ configure_file(
|
|||||||
"${SPHINX_BUILD}/static/css/extra.css"
|
"${SPHINX_BUILD}/static/css/extra.css"
|
||||||
@ONLY)
|
@ONLY)
|
||||||
|
|
||||||
|
|
||||||
file(COPY ${CMAKE_CURRENT_SOURCE_DIR}/src/images
|
|
||||||
DESTINATION ${SPHINX_BUILD}/src)
|
|
||||||
|
|
||||||
|
|
||||||
add_custom_target(server_rst python gen_server_doc.py)
|
add_custom_target(server_rst python gen_server_doc.py)
|
||||||
|
|
||||||
add_custom_target(docs
|
add_custom_target(docs
|
||||||
|
|||||||
@@ -890,7 +890,7 @@ EXCLUDE_SYMLINKS = NO
|
|||||||
# Note that the wildcards are matched against the file with absolute path, so to
|
# Note that the wildcards are matched against the file with absolute path, so to
|
||||||
# exclude all test directories for example use the pattern */test/*
|
# exclude all test directories for example use the pattern */test/*
|
||||||
|
|
||||||
EXCLUDE_PATTERNS = */docs/* */tests/* */python/* */manual */slsDetectorServers/* */libs/* */integrationTests *README* */slsDetectorGui/* */ctbGui/* */slsDetectorCalibration/* *TobiSchluter*
|
EXCLUDE_PATTERNS = */docs/* */tests/* */python/* */manual */slsDetectorServers/* */libs/* */integrationTests *README* */slsDetectorGui/* */ctbGui/* */slsDetectorCalibration/*
|
||||||
|
|
||||||
# The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names
|
# The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names
|
||||||
# (namespaces, classes, functions, etc.) that should be excluded from the
|
# (namespaces, classes, functions, etc.) that should be excluded from the
|
||||||
|
|||||||
@@ -20,7 +20,7 @@ print(sys.path)
|
|||||||
|
|
||||||
# -- Project information -----------------------------------------------------
|
# -- Project information -----------------------------------------------------
|
||||||
|
|
||||||
project = 'slsDetectorPackage @PROJECT_VERSION@'
|
project = 'slsDetectorPackage'
|
||||||
copyright = '2020, PSD Detector Group'
|
copyright = '2020, PSD Detector Group'
|
||||||
author = 'PSD Detector Group'
|
author = 'PSD Detector Group'
|
||||||
version = '@PROJECT_VERSION@'
|
version = '@PROJECT_VERSION@'
|
||||||
@@ -63,4 +63,4 @@ html_static_path = ['static']
|
|||||||
|
|
||||||
|
|
||||||
def setup(app):
|
def setup(app):
|
||||||
app.add_css_file('css/extra.css') # may also be an URL
|
app.add_stylesheet('css/extra.css') # may also be an URL
|
||||||
@@ -21,7 +21,7 @@ print('\n\n\n\n SERVER CSV')
|
|||||||
|
|
||||||
src = Path('@CMAKE_SOURCE_DIR@')/'slsDetectorServers/'
|
src = Path('@CMAKE_SOURCE_DIR@')/'slsDetectorServers/'
|
||||||
detectors = ['Mythen3', 'Gotthard2', 'Eiger',
|
detectors = ['Mythen3', 'Gotthard2', 'Eiger',
|
||||||
'Jungfrau', 'Moench', 'Ctb']
|
'Jungfrau', 'Moench', 'Gotthard', 'Ctb']
|
||||||
|
|
||||||
|
|
||||||
for det in detectors:
|
for det in detectors:
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
@@ -1,787 +0,0 @@
|
|||||||
<mxfile host="app.diagrams.net" agent="Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36" version="28.1.0">
|
|
||||||
<diagram name="Page-1" id="SqHbah1k9D3XqnipfQD4">
|
|
||||||
<mxGraphModel grid="0" page="0" gridSize="10" guides="1" tooltips="1" connect="1" arrows="1" fold="1" pageScale="1" pageWidth="850" pageHeight="1100" math="0" shadow="0">
|
|
||||||
<root>
|
|
||||||
<mxCell id="0" />
|
|
||||||
<mxCell id="1" parent="0" />
|
|
||||||
<mxCell id="kpcteDQP5Q-WdnKVJ5EM-1" value="" style="rounded=1;whiteSpace=wrap;html=1;fillColor=#BBDDFF;strokeColor=#BBEEFF;" vertex="1" parent="1">
|
|
||||||
<mxGeometry x="459" y="71" width="171" height="134" as="geometry" />
|
|
||||||
</mxCell>
|
|
||||||
<mxCell id="QgYz-w7MwsADk0cZRM1J-27" value="<p><font face="Courier New" style="">Client listening to&nbsp;<br><font style="">zmqport</font> : <font style=""><b style="">30001</b></font><br><font style="">zmqip</font>&nbsp; &nbsp;: <font style=""><b style="">129.129.100.115</b></font></font></p>" style="text;html=1;align=left;verticalAlign=middle;resizable=1;points=[];autosize=1;strokeColor=#4A7B72;fillColor=default;fontColor=#4A7B72;movable=1;rotatable=1;deletable=1;editable=1;locked=0;connectable=1;" vertex="1" parent="1">
|
|
||||||
<mxGeometry x="-351.99" y="2247" width="186.49" height="51" as="geometry" />
|
|
||||||
</mxCell>
|
|
||||||
<mxCell id="IUwO_ccEPv4BRx6tuxwP-13" value="<font face="Comic Sans MS">Client/ GUI</font>" style="rounded=1;whiteSpace=wrap;html=1;fillColor=#AAAAFF;strokeColor=#AAAAFF;labelPosition=center;verticalLabelPosition=middle;align=center;verticalAlign=middle;fontSize=17;gradientColor=none;fontColor=#FFFFFF;" vertex="1" parent="1">
|
|
||||||
<mxGeometry x="457.65" y="2121" width="132" height="68" as="geometry" />
|
|
||||||
</mxCell>
|
|
||||||
<mxCell id="hmBfKhxy8mBhXzrh4bXw-164" value="" style="rounded=1;whiteSpace=wrap;html=1;fillColor=#f5f5f5;fontColor=#333333;strokeColor=#E6E6E6;" vertex="1" parent="1">
|
|
||||||
<mxGeometry x="-340" y="4949" width="810" height="621" as="geometry" />
|
|
||||||
</mxCell>
|
|
||||||
<mxCell id="hmBfKhxy8mBhXzrh4bXw-162" value="" style="rounded=1;whiteSpace=wrap;html=1;fillColor=#DDEEDD;fontColor=#333333;strokeColor=#E6E6E6;" vertex="1" parent="1">
|
|
||||||
<mxGeometry x="-240" y="5215" width="680" height="325" as="geometry" />
|
|
||||||
</mxCell>
|
|
||||||
<mxCell id="hmBfKhxy8mBhXzrh4bXw-149" value="<font face="Courier New">&lt;&lt;class&gt;&gt; Module</font>" style="rounded=1;whiteSpace=wrap;html=1;fillColor=#AAEEEE;strokeColor=#77BBBB;labelPosition=center;verticalLabelPosition=middle;align=center;verticalAlign=middle;fontSize=17;gradientColor=none;fontColor=#FFFFFF;" vertex="1" parent="1">
|
|
||||||
<mxGeometry x="58.870000000000005" y="5418" width="196" height="84" as="geometry" />
|
|
||||||
</mxCell>
|
|
||||||
<mxCell id="hmBfKhxy8mBhXzrh4bXw-148" value="<font face="Courier New">&lt;&lt;class&gt;&gt; Module</font>" style="rounded=1;whiteSpace=wrap;html=1;fillColor=#99DDDD;strokeColor=#77BBBB;labelPosition=center;verticalLabelPosition=middle;align=center;verticalAlign=middle;fontSize=17;gradientColor=none;fontColor=#FFFFFF;" vertex="1" parent="1">
|
|
||||||
<mxGeometry x="47.629999999999995" y="5405" width="196" height="84" as="geometry" />
|
|
||||||
</mxCell>
|
|
||||||
<mxCell id="hmBfKhxy8mBhXzrh4bXw-147" value="<font face="Courier New">&lt;&lt;class&gt;&gt; Module</font>" style="rounded=1;whiteSpace=wrap;html=1;fillColor=#88CCCC;strokeColor=#77BBBB;labelPosition=center;verticalLabelPosition=middle;align=center;verticalAlign=middle;fontSize=17;gradientColor=none;fontColor=#FFFFFF;" vertex="1" parent="1">
|
|
||||||
<mxGeometry x="37.129999999999995" y="5392" width="196" height="84" as="geometry" />
|
|
||||||
</mxCell>
|
|
||||||
<mxCell id="hmBfKhxy8mBhXzrh4bXw-146" value="<font face="Courier New">&lt;&lt;class&gt;&gt; Module (s)</font>" style="rounded=1;whiteSpace=wrap;html=1;fillColor=#77BBBB;strokeColor=#77BBBB;labelPosition=center;verticalLabelPosition=middle;align=center;verticalAlign=middle;fontSize=17;gradientColor=none;fontColor=#FFFFFF;" vertex="1" parent="1">
|
|
||||||
<mxGeometry x="25.239999999999995" y="5381" width="196" height="84" as="geometry" />
|
|
||||||
</mxCell>
|
|
||||||
<mxCell id="hmBfKhxy8mBhXzrh4bXw-80" value="" style="rounded=1;whiteSpace=wrap;html=1;fillColor=#f5f5f5;fontColor=#333333;strokeColor=#E6E6E6;" vertex="1" parent="1">
|
|
||||||
<mxGeometry x="-277" y="4445" width="732" height="426" as="geometry" />
|
|
||||||
</mxCell>
|
|
||||||
<mxCell id="hmBfKhxy8mBhXzrh4bXw-123" value="<font face="Courier New">Data Streamer</font>" style="rounded=1;whiteSpace=wrap;html=1;fillColor=#9AC7BF;strokeColor=#77BBBB;labelPosition=center;verticalLabelPosition=middle;align=center;verticalAlign=middle;fontSize=17;gradientColor=none;fontColor=#FFFFFF;dashed=1;" vertex="1" parent="1">
|
|
||||||
<mxGeometry x="197.2" y="4642.5" width="179.12" height="84" as="geometry" />
|
|
||||||
</mxCell>
|
|
||||||
<mxCell id="hmBfKhxy8mBhXzrh4bXw-122" value="Data Processor" style="rounded=1;whiteSpace=wrap;html=1;fillColor=#AAAAFF;strokeColor=#9999FF;labelPosition=center;verticalLabelPosition=middle;align=center;verticalAlign=middle;fontSize=17;gradientColor=none;fontColor=#FFFFFF;dashed=1;" vertex="1" parent="1">
|
|
||||||
<mxGeometry x="-7.720000000000024" y="4643" width="167.88" height="84" as="geometry" />
|
|
||||||
</mxCell>
|
|
||||||
<mxCell id="hmBfKhxy8mBhXzrh4bXw-119" value="<font face="Courier New">Listener</font>" style="rounded=1;whiteSpace=wrap;html=1;fillColor=#99BBEE;strokeColor=#77AADD;labelPosition=center;verticalLabelPosition=middle;align=center;verticalAlign=middle;fontSize=17;gradientColor=none;fontColor=#FFFFFF;dashed=1;" vertex="1" parent="1">
|
|
||||||
<mxGeometry x="-192" y="4651" width="146" height="84" as="geometry" />
|
|
||||||
</mxCell>
|
|
||||||
<mxCell id="hmBfKhxy8mBhXzrh4bXw-62" value="" style="rounded=1;whiteSpace=wrap;html=1;fillColor=#f5f5f5;fontColor=#333333;strokeColor=#E6E6E6;" vertex="1" parent="1">
|
|
||||||
<mxGeometry x="-242.75" y="4184" width="762.75" height="176" as="geometry" />
|
|
||||||
</mxCell>
|
|
||||||
<mxCell id="hmBfKhxy8mBhXzrh4bXw-54" value="" style="rounded=1;whiteSpace=wrap;html=1;fillColor=#f5f5f5;fontColor=#333333;strokeColor=#E6E6E6;" vertex="1" parent="1">
|
|
||||||
<mxGeometry x="-119" y="3595" width="547" height="397" as="geometry" />
|
|
||||||
</mxCell>
|
|
||||||
<mxCell id="hmBfKhxy8mBhXzrh4bXw-36" value="" style="rounded=1;whiteSpace=wrap;html=1;fillColor=#EEEEFF;fontColor=#333333;strokeColor=#E6E6E6;" vertex="1" parent="1">
|
|
||||||
<mxGeometry x="157.39" y="3717" width="200.61" height="243" as="geometry" />
|
|
||||||
</mxCell>
|
|
||||||
<mxCell id="hmBfKhxy8mBhXzrh4bXw-33" value="" style="rounded=1;whiteSpace=wrap;html=1;fillColor=#CCE5FF;fontColor=#333333;strokeColor=#E6E6E6;" vertex="1" parent="1">
|
|
||||||
<mxGeometry x="-67" y="3727" width="187" height="233" as="geometry" />
|
|
||||||
</mxCell>
|
|
||||||
<mxCell id="OOa9Ru9pQldXh4IZuxHQ-7" value="Module 3" style="rounded=1;whiteSpace=wrap;html=1;fillColor=#99CCFF;strokeColor=#99CCFF;labelPosition=center;verticalLabelPosition=middle;align=center;verticalAlign=middle;fontSize=17;gradientColor=none;fontColor=#FFFFFF;" vertex="1" parent="1">
|
|
||||||
<mxGeometry x="490" y="128" width="132" height="68" as="geometry" />
|
|
||||||
</mxCell>
|
|
||||||
<mxCell id="OOa9Ru9pQldXh4IZuxHQ-2" value="Module 2" style="rounded=1;whiteSpace=wrap;html=1;fillColor=#88BBEE;strokeColor=#88BBEE;labelPosition=center;verticalLabelPosition=middle;align=center;verticalAlign=middle;fontSize=17;gradientColor=none;fontColor=#FFFFFF;" vertex="1" parent="1">
|
|
||||||
<mxGeometry x="482" y="121" width="132" height="68" as="geometry" />
|
|
||||||
</mxCell>
|
|
||||||
<mxCell id="OOa9Ru9pQldXh4IZuxHQ-6" value="Module 1" style="rounded=1;whiteSpace=wrap;html=1;fillColor=#77AADD;strokeColor=#77AADD;labelPosition=center;verticalLabelPosition=middle;align=center;verticalAlign=middle;fontSize=17;gradientColor=none;fontColor=#FFFFFF;" vertex="1" parent="1">
|
|
||||||
<mxGeometry x="474" y="113" width="132" height="68" as="geometry" />
|
|
||||||
</mxCell>
|
|
||||||
<mxCell id="OOa9Ru9pQldXh4IZuxHQ-3" value="Module (s)" style="rounded=1;whiteSpace=wrap;html=1;fillColor=#6699CC;strokeColor=#6699CC;labelPosition=center;verticalLabelPosition=middle;align=center;verticalAlign=middle;fontSize=17;gradientColor=none;fontColor=#FFFFFF;" vertex="1" parent="1">
|
|
||||||
<mxGeometry x="466.29999999999995" y="106" width="132" height="68" as="geometry" />
|
|
||||||
</mxCell>
|
|
||||||
<mxCell id="J8_Ag6N0oFm1g001oKw5-6" value="TCP" style="shape=doubleArrow;whiteSpace=wrap;html=1;strokeColor=#BBBBFF;align=center;verticalAlign=middle;fontFamily=Helvetica;fontSize=12;fontColor=#FFFFFF;fillColor=#BBBBFF;gradientColor=none;arrowWidth=0.39080459770114734;arrowSize=0.11650485436893204;rotation=15;" vertex="1" parent="1">
|
|
||||||
<mxGeometry x="197" y="889" width="241.01" height="30" as="geometry" />
|
|
||||||
</mxCell>
|
|
||||||
<mxCell id="OOa9Ru9pQldXh4IZuxHQ-63" value="" style="shape=doubleArrow;whiteSpace=wrap;html=1;strokeColor=#CCCCFF;align=center;verticalAlign=middle;fontFamily=Helvetica;fontSize=12;fontColor=default;fillColor=#CCCCFF;gradientColor=none;" vertex="1" parent="1">
|
|
||||||
<mxGeometry x="298.5" y="137" width="150" height="30" as="geometry" />
|
|
||||||
</mxCell>
|
|
||||||
<mxCell id="OOa9Ru9pQldXh4IZuxHQ-62" value="" style="shape=doubleArrow;whiteSpace=wrap;html=1;strokeColor=#BBBBFF;align=center;verticalAlign=middle;fontFamily=Helvetica;fontSize=12;fontColor=default;fillColor=#BBBBFF;gradientColor=none;" vertex="1" parent="1">
|
|
||||||
<mxGeometry x="294.62" y="133" width="150" height="30" as="geometry" />
|
|
||||||
</mxCell>
|
|
||||||
<mxCell id="OOa9Ru9pQldXh4IZuxHQ-61" value="" style="shape=doubleArrow;whiteSpace=wrap;html=1;strokeColor=#AAAAFF;align=center;verticalAlign=middle;fontFamily=Helvetica;fontSize=12;fontColor=default;fillColor=#AAAAFF;gradientColor=none;" vertex="1" parent="1">
|
|
||||||
<mxGeometry x="290.62" y="129" width="150" height="30" as="geometry" />
|
|
||||||
</mxCell>
|
|
||||||
<mxCell id="OOa9Ru9pQldXh4IZuxHQ-22" value="" style="shape=singleArrow;direction=south;whiteSpace=wrap;html=1;fillColor=#99CCFF;gradientColor=none;strokeColor=#99CCFF;arrowWidth=0.3473368342085482;arrowSize=0.26612903225806445;" vertex="1" parent="1">
|
|
||||||
<mxGeometry x="517" y="246.87" width="43" height="130" as="geometry" />
|
|
||||||
</mxCell>
|
|
||||||
<mxCell id="OOa9Ru9pQldXh4IZuxHQ-20" value="" style="shape=singleArrow;direction=south;whiteSpace=wrap;html=1;fillColor=#88BBEE;gradientColor=none;strokeColor=#88BBEE;arrowWidth=0.2813203300825186;arrowSize=0.28179723502304177;" vertex="1" parent="1">
|
|
||||||
<mxGeometry x="512" y="240" width="43" height="130" as="geometry" />
|
|
||||||
</mxCell>
|
|
||||||
<mxCell id="OOa9Ru9pQldXh4IZuxHQ-21" value="" style="shape=singleArrow;direction=south;whiteSpace=wrap;html=1;fillColor=#77AADD;gradientColor=none;strokeColor=#77AADD;arrowWidth=0.26856714178544006;arrowSize=0.24723502304147474;" vertex="1" parent="1">
|
|
||||||
<mxGeometry x="505.88" y="232" width="43" height="130" as="geometry" />
|
|
||||||
</mxCell>
|
|
||||||
<mxCell id="OOa9Ru9pQldXh4IZuxHQ-16" value="UDP" style="shape=singleArrow;direction=south;whiteSpace=wrap;html=1;fillColor=#6699CC;gradientColor=none;strokeColor=#6699CC;arrowWidth=0.2713178294573608;arrowSize=0.23333333333333386;fontColor=#FFFFFF;labelPosition=center;verticalLabelPosition=middle;align=center;verticalAlign=middle;textDirection=vertical-lr;spacing=0;spacingBottom=0;spacingLeft=-2;" vertex="1" parent="1">
|
|
||||||
<mxGeometry x="499" y="224" width="43" height="130" as="geometry" />
|
|
||||||
</mxCell>
|
|
||||||
<mxCell id="OOa9Ru9pQldXh4IZuxHQ-5" value="Client / GUI" style="rounded=1;whiteSpace=wrap;html=1;fillColor=#AAAAFF;strokeColor=#AAAAFF;labelPosition=center;verticalLabelPosition=middle;align=center;verticalAlign=middle;fontSize=17;gradientColor=none;fontColor=#FFFFFF;" vertex="1" parent="1">
|
|
||||||
<mxGeometry x="125" y="109" width="132" height="68" as="geometry" />
|
|
||||||
</mxCell>
|
|
||||||
<mxCell id="OOa9Ru9pQldXh4IZuxHQ-1" value="" style="points=[[0.35,0,0],[0.98,0.51,0],[1,0.71,0],[0.67,1,0],[0,0.795,0],[0,0.65,0]];verticalLabelPosition=bottom;sketch=0;html=1;verticalAlign=top;aspect=fixed;align=center;pointerEvents=1;shape=mxgraph.cisco19.user;fillColor=#AAAAFF;strokeColor=none;" vertex="1" parent="1">
|
|
||||||
<mxGeometry x="166" y="59" width="50" height="50" as="geometry" />
|
|
||||||
</mxCell>
|
|
||||||
<mxCell id="OOa9Ru9pQldXh4IZuxHQ-35" value="" style="shape=singleArrow;direction=east;whiteSpace=wrap;html=1;fillColor=#BBFFDD;gradientColor=none;strokeColor=#BBFFDD;arrowWidth=0.3640710382513589;arrowSize=0.1682103825136619;flipH=1;" vertex="1" parent="1">
|
|
||||||
<mxGeometry x="255.375" y="433.625" width="150" height="30" as="geometry" />
|
|
||||||
</mxCell>
|
|
||||||
<mxCell id="OOa9Ru9pQldXh4IZuxHQ-36" value="" style="shape=singleArrow;direction=east;whiteSpace=wrap;html=1;fillColor=#AAEECC;gradientColor=none;strokeColor=#AAEECC;arrowWidth=0.39166666666667427;arrowSize=0.1850757575757575;flipH=1;" vertex="1" parent="1">
|
|
||||||
<mxGeometry x="256.625" y="428.375" width="150" height="30" as="geometry" />
|
|
||||||
</mxCell>
|
|
||||||
<mxCell id="OOa9Ru9pQldXh4IZuxHQ-37" value="" style="shape=singleArrow;direction=east;whiteSpace=wrap;html=1;fillColor=#99DDBB;gradientColor=none;strokeColor=#99DDBB;arrowWidth=0.3072404371584601;arrowSize=0.20247267759562873;flipH=1;" vertex="1" parent="1">
|
|
||||||
<mxGeometry x="260.875" y="424.625" width="150" height="30" as="geometry" />
|
|
||||||
</mxCell>
|
|
||||||
<mxCell id="OOa9Ru9pQldXh4IZuxHQ-38" value="ZMQ" style="shape=singleArrow;direction=east;whiteSpace=wrap;html=1;fillColor=#88CCAA;gradientColor=none;strokeColor=#88CCAA;arrowWidth=0.3015258215962414;arrowSize=0.21895539906103256;flipH=1;fontSize=10;fontColor=#FFFFFF;spacing=0;spacingBottom=2;" vertex="1" parent="1">
|
|
||||||
<mxGeometry x="264" y="416" width="150" height="35" as="geometry" />
|
|
||||||
</mxCell>
|
|
||||||
<mxCell id="OOa9Ru9pQldXh4IZuxHQ-43" value="" style="shape=singleArrow;direction=east;whiteSpace=wrap;html=1;fillColor=#BBFFDD;gradientColor=none;strokeColor=#BBFFDD;arrowWidth=0.30195728510032327;arrowSize=0.10804578407150964;rotation=45;flipV=0;flipH=1;" vertex="1" parent="1">
|
|
||||||
<mxGeometry x="188.495" y="295.625" width="270" height="40" as="geometry" />
|
|
||||||
</mxCell>
|
|
||||||
<mxCell id="OOa9Ru9pQldXh4IZuxHQ-44" value="" style="shape=singleArrow;direction=east;whiteSpace=wrap;html=1;fillColor=#AAEECC;gradientColor=none;strokeColor=#AAEECC;arrowWidth=0.3059021565555355;arrowSize=0.11059978613932724;rotation=45;flipV=0;flipH=1;" vertex="1" parent="1">
|
|
||||||
<mxGeometry x="187.745" y="288.375" width="270" height="40" as="geometry" />
|
|
||||||
</mxCell>
|
|
||||||
<mxCell id="OOa9Ru9pQldXh4IZuxHQ-45" value="" style="shape=singleArrow;direction=east;whiteSpace=wrap;html=1;fillColor=#99DDBB;gradientColor=none;strokeColor=#99DDBB;arrowWidth=0.2606119807565733;arrowSize=0.11229881466462685;rotation=45;flipV=0;flipH=1;" vertex="1" parent="1">
|
|
||||||
<mxGeometry x="185.995" y="281.625" width="270" height="40" as="geometry" />
|
|
||||||
</mxCell>
|
|
||||||
<mxCell id="OOa9Ru9pQldXh4IZuxHQ-46" value="ZMQ" style="shape=singleArrow;direction=east;whiteSpace=wrap;html=1;fillColor=#88CCAA;gradientColor=none;strokeColor=#88CCAA;arrowWidth=0.26899866177272147;arrowSize=0.11295618290402748;rotation=45;flipV=0;flipH=1;fontColor=#FFFFFF;fontSize=10;" vertex="1" parent="1">
|
|
||||||
<mxGeometry x="185.12" y="274" width="270" height="40" as="geometry" />
|
|
||||||
</mxCell>
|
|
||||||
<mxCell id="OOa9Ru9pQldXh4IZuxHQ-47" value="" style="shape=singleArrow;direction=north;whiteSpace=wrap;html=1;fillColor=#BBFFDD;gradientColor=none;strokeColor=#BBFFDD;arrowWidth=0.3881614350818457;arrowSize=0.13584129099660103;flipH=1;" vertex="1" parent="1">
|
|
||||||
<mxGeometry x="162.115" y="191.255" width="30" height="200" as="geometry" />
|
|
||||||
</mxCell>
|
|
||||||
<mxCell id="OOa9Ru9pQldXh4IZuxHQ-48" value="" style="shape=singleArrow;direction=north;whiteSpace=wrap;html=1;fillColor=#AAEECC;gradientColor=none;strokeColor=#AAEECC;arrowWidth=0.4039236188616011;arrowSize=0.13625893792486793;flipH=1;" vertex="1" parent="1">
|
|
||||||
<mxGeometry x="166.365" y="194.005" width="30" height="200" as="geometry" />
|
|
||||||
</mxCell>
|
|
||||||
<mxCell id="OOa9Ru9pQldXh4IZuxHQ-49" value="" style="shape=singleArrow;direction=north;whiteSpace=wrap;html=1;fillColor=#99DDBB;gradientColor=none;strokeColor=#99DDBB;arrowWidth=0.278008144362146;arrowSize=0.14744102244191368;flipH=1;" vertex="1" parent="1">
|
|
||||||
<mxGeometry x="170.615" y="196.255" width="30" height="200" as="geometry" />
|
|
||||||
</mxCell>
|
|
||||||
<mxCell id="OOa9Ru9pQldXh4IZuxHQ-50" value="ZMQ" style="shape=singleArrow;direction=north;whiteSpace=wrap;html=1;fillColor=#88CCAA;gradientColor=none;strokeColor=#88CCAA;arrowWidth=0.29264320269609984;arrowSize=0.15799814659217704;flipH=1;textDirection=vertical-lr;fontSize=10;fontColor=#FFFFFF;spacingLeft=-1;spacing=0;" vertex="1" parent="1">
|
|
||||||
<mxGeometry x="175" y="198.63" width="32.74" height="200" as="geometry" />
|
|
||||||
</mxCell>
|
|
||||||
<mxCell id="OOa9Ru9pQldXh4IZuxHQ-51" value="External&nbsp;<div>Processing</div><div>Chain</div>" style="rounded=1;whiteSpace=wrap;html=1;fillColor=#99DDBB;strokeColor=#99DDBB;labelPosition=center;verticalLabelPosition=middle;align=center;verticalAlign=middle;fontSize=17;gradientColor=none;fontColor=#FFFFFF;" vertex="1" parent="1">
|
|
||||||
<mxGeometry x="126.99" y="409.37" width="115.01" height="85.63" as="geometry" />
|
|
||||||
</mxCell>
|
|
||||||
<mxCell id="OOa9Ru9pQldXh4IZuxHQ-56" value="" style="shape=doubleArrow;whiteSpace=wrap;html=1;rotation=45;arrowWidth=0.27989643421967686;arrowSize=0.14277638849485402;fillColor=#CCCCFF;strokeColor=#CCCCFF;" vertex="1" parent="1">
|
|
||||||
<mxGeometry x="244.9904832720494" y="263.6209665440989" width="250" height="40" as="geometry" />
|
|
||||||
</mxCell>
|
|
||||||
<mxCell id="OOa9Ru9pQldXh4IZuxHQ-57" value="" style="shape=doubleArrow;whiteSpace=wrap;html=1;rotation=45;arrowWidth=0.27989643421967686;arrowSize=0.14277638849485402;fillColor=#BBBBFF;strokeColor=#BBBBFF;" vertex="1" parent="1">
|
|
||||||
<mxGeometry x="245.7404832720494" y="257.8709665440989" width="250" height="40" as="geometry" />
|
|
||||||
</mxCell>
|
|
||||||
<mxCell id="OOa9Ru9pQldXh4IZuxHQ-58" value="" style="shape=doubleArrow;whiteSpace=wrap;html=1;rotation=45;arrowWidth=0.27989643421967686;arrowSize=0.14277638849485402;fillColor=#AAAAFF;strokeColor=#AAAAFF;" vertex="1" parent="1">
|
|
||||||
<mxGeometry x="245.9904832720494" y="251.8709665440989" width="250" height="40" as="geometry" />
|
|
||||||
</mxCell>
|
|
||||||
<mxCell id="OOa9Ru9pQldXh4IZuxHQ-59" value="TCP" style="shape=doubleArrow;whiteSpace=wrap;html=1;rotation=45;arrowWidth=0.27989643421967686;arrowSize=0.14277638849485402;fillColor=#9999FF;strokeColor=#9999FF;fontColor=#FFFFFF;fontSize=10;" vertex="1" parent="1">
|
|
||||||
<mxGeometry x="245.73999999999995" y="245.25048327204945" width="250" height="40" as="geometry" />
|
|
||||||
</mxCell>
|
|
||||||
<mxCell id="OOa9Ru9pQldXh4IZuxHQ-60" value="TCP" style="shape=doubleArrow;whiteSpace=wrap;html=1;strokeColor=#9999FF;align=center;verticalAlign=middle;fontFamily=Helvetica;fontSize=10;fontColor=#FFFFFF;fillColor=#9999FF;gradientColor=none;" vertex="1" parent="1">
|
|
||||||
<mxGeometry x="285.62" y="125" width="150" height="30" as="geometry" />
|
|
||||||
</mxCell>
|
|
||||||
<mxCell id="OOa9Ru9pQldXh4IZuxHQ-67" value="Control 1:N" style="text;html=1;align=center;verticalAlign=middle;resizable=0;points=[];autosize=1;strokeColor=none;fillColor=none;fontColor=#666666;" vertex="1" parent="1">
|
|
||||||
<mxGeometry x="325" y="114" width="79" height="26" as="geometry" />
|
|
||||||
</mxCell>
|
|
||||||
<mxCell id="OOa9Ru9pQldXh4IZuxHQ-68" value="Control 1:N" style="text;html=1;align=center;verticalAlign=middle;resizable=0;points=[];autosize=1;strokeColor=none;fillColor=none;rotation=45;fontColor=#666666;" vertex="1" parent="1">
|
|
||||||
<mxGeometry x="343" y="243" width="79" height="26" as="geometry" />
|
|
||||||
</mxCell>
|
|
||||||
<mxCell id="OOa9Ru9pQldXh4IZuxHQ-69" value="Raw Data Packets&nbsp;<span style="background-color: transparent; color: light-dark(rgb(102, 102, 102), rgb(149, 149, 149));">1:1</span>" style="text;html=1;align=center;verticalAlign=middle;resizable=0;points=[];autosize=1;strokeColor=none;fillColor=none;rotation=90;fontColor=#666666;" vertex="1" parent="1">
|
|
||||||
<mxGeometry x="499" y="285.25" width="137" height="26" as="geometry" />
|
|
||||||
</mxCell>
|
|
||||||
<mxCell id="OOa9Ru9pQldXh4IZuxHQ-70" value="Image Data 1:N" style="text;html=1;align=center;verticalAlign=middle;resizable=0;points=[];autosize=1;strokeColor=none;fillColor=none;rotation=45;fontColor=#666666;" vertex="1" parent="1">
|
|
||||||
<mxGeometry x="285.00493141924176" y="277.62493141924176" width="102" height="26" as="geometry" />
|
|
||||||
</mxCell>
|
|
||||||
<mxCell id="OOa9Ru9pQldXh4IZuxHQ-71" value="Assembled Data 1:N" style="text;html=1;align=center;verticalAlign=middle;resizable=0;points=[];autosize=1;strokeColor=none;fillColor=none;rotation=0;fontColor=#666666;" vertex="1" parent="1">
|
|
||||||
<mxGeometry x="289.6190475583121" y="407.6190475583121" width="128" height="26" as="geometry" />
|
|
||||||
</mxCell>
|
|
||||||
<mxCell id="OOa9Ru9pQldXh4IZuxHQ-72" value="Processed Data 1:1" style="text;html=1;align=center;verticalAlign=middle;resizable=0;points=[];autosize=1;strokeColor=none;fillColor=none;rotation=90;fontColor=#666666;" vertex="1" parent="1">
|
|
||||||
<mxGeometry x="143.87" y="303.87" width="123" height="26" as="geometry" />
|
|
||||||
</mxCell>
|
|
||||||
<mxCell id="OOa9Ru9pQldXh4IZuxHQ-99" value="UDP" style="shape=singleArrow;direction=south;whiteSpace=wrap;html=1;fillColor=#77AADD;gradientColor=none;strokeColor=#77AADD;arrowWidth=0.2713178294573608;arrowSize=0.23333333333333386;fontColor=#FFFFFF;labelPosition=center;verticalLabelPosition=middle;align=center;verticalAlign=middle;textDirection=vertical-lr;spacing=0;spacingBottom=0;spacingLeft=-2;" vertex="1" parent="1">
|
|
||||||
<mxGeometry x="295.39" y="1604" width="43" height="188" as="geometry" />
|
|
||||||
</mxCell>
|
|
||||||
<mxCell id="OOa9Ru9pQldXh4IZuxHQ-101" value="Client" style="rounded=1;whiteSpace=wrap;html=1;fillColor=#AAAAFF;strokeColor=#AAAAFF;labelPosition=center;verticalLabelPosition=middle;align=center;verticalAlign=middle;fontSize=17;gradientColor=none;fontColor=#FFFFFF;" vertex="1" parent="1">
|
|
||||||
<mxGeometry x="54.37" y="836" width="132" height="68" as="geometry" />
|
|
||||||
</mxCell>
|
|
||||||
<mxCell id="OOa9Ru9pQldXh4IZuxHQ-102" value="Module
1952 / 1953
bchip100" style="rounded=1;whiteSpace=wrap;fillColor=#88BBEE;strokeColor=#88BBEE;labelPosition=center;verticalLabelPosition=middle;align=center;verticalAlign=middle;fontSize=17;gradientColor=none;fontColor=#FFFFFF;" vertex="1" parent="1">
|
|
||||||
<mxGeometry x="599" y="816" width="137" height="85" as="geometry" />
|
|
||||||
</mxCell>
|
|
||||||
<mxCell id="OOa9Ru9pQldXh4IZuxHQ-103" value="" style="points=[[0.35,0,0],[0.98,0.51,0],[1,0.71,0],[0.67,1,0],[0,0.795,0],[0,0.65,0]];verticalLabelPosition=bottom;sketch=0;html=1;verticalAlign=top;aspect=fixed;align=center;pointerEvents=1;shape=mxgraph.cisco19.user;fillColor=#AAAAFF;strokeColor=none;" vertex="1" parent="1">
|
|
||||||
<mxGeometry x="95.37" y="786" width="50" height="50" as="geometry" />
|
|
||||||
</mxCell>
|
|
||||||
<mxCell id="OOa9Ru9pQldXh4IZuxHQ-111" value="Receiver<div>pc1234</div><div><b><font style="color: rgb(0, 76, 153);">10.0.1</font></b>.100</div>" style="rounded=1;whiteSpace=wrap;html=1;fillColor=#88BBEE;strokeColor=#88BBEE;labelPosition=center;verticalLabelPosition=middle;align=center;verticalAlign=middle;fontSize=17;gradientColor=none;fontColor=#FFFFFF;" vertex="1" parent="1">
|
|
||||||
<mxGeometry x="258.39" y="1811" width="132" height="95" as="geometry" />
|
|
||||||
</mxCell>
|
|
||||||
<mxCell id="OOa9Ru9pQldXh4IZuxHQ-117" value="ZMQ" style="shape=singleArrow;direction=east;whiteSpace=wrap;html=1;fillColor=#99DDBB;gradientColor=none;strokeColor=#99DDBB;arrowWidth=0.2417936862291299;arrowSize=0.08753046681068456;rotation=38;flipV=0;flipH=1;fontColor=#FFFFFF;fontSize=10;" vertex="1" parent="1">
|
|
||||||
<mxGeometry x="-393.75" y="2375.63" width="285.05" height="40" as="geometry" />
|
|
||||||
</mxCell>
|
|
||||||
<mxCell id="OOa9Ru9pQldXh4IZuxHQ-122" value="<font face="Comic Sans MS">External&nbsp;</font><div><font face="Comic Sans MS">Process</font></div><div><span><font face="Comic Sans MS" style="color: rgb(0, 76, 153);">129.129.200.175</font></span></div>" style="rounded=1;whiteSpace=wrap;html=1;fillColor=#99DDBB;strokeColor=#99DDBB;labelPosition=center;verticalLabelPosition=middle;align=center;verticalAlign=middle;fontSize=17;gradientColor=none;fontColor=#FFFFFF;" vertex="1" parent="1">
|
|
||||||
<mxGeometry x="449.19" y="2444" width="139.01" height="72.63" as="geometry" />
|
|
||||||
</mxCell>
|
|
||||||
<mxCell id="OOa9Ru9pQldXh4IZuxHQ-127" value="TCP" style="shape=doubleArrow;whiteSpace=wrap;html=1;strokeColor=#BBBBFF;align=center;verticalAlign=middle;fontFamily=Helvetica;fontSize=10;fontColor=#FFFFFF;fillColor=#BBBBFF;gradientColor=none;arrowWidth=0.39080459770114734;arrowSize=0.11650485436893204;rotation=0;" vertex="1" parent="1">
|
|
||||||
<mxGeometry x="200" y="854" width="235" height="30" as="geometry" />
|
|
||||||
</mxCell>
|
|
||||||
<mxCell id="OOa9Ru9pQldXh4IZuxHQ-128" value="Control" style="text;html=1;align=center;verticalAlign=middle;resizable=0;points=[];autosize=1;strokeColor=none;fillColor=none;fontColor=#666666;" vertex="1" parent="1">
|
|
||||||
<mxGeometry x="309" y="838" width="57" height="26" as="geometry" />
|
|
||||||
</mxCell>
|
|
||||||
<mxCell id="OOa9Ru9pQldXh4IZuxHQ-130" value="Raw Data&nbsp;<div>Packets</div>" style="text;html=1;align=center;verticalAlign=middle;resizable=0;points=[];autosize=1;strokeColor=none;fillColor=none;rotation=0;fontColor=#666666;" vertex="1" parent="1">
|
|
||||||
<mxGeometry x="240.76" y="1654" width="74" height="41" as="geometry" />
|
|
||||||
</mxCell>
|
|
||||||
<mxCell id="OOa9Ru9pQldXh4IZuxHQ-133" value="Processed Data" style="text;html=1;align=center;verticalAlign=middle;resizable=0;points=[];autosize=1;strokeColor=none;fillColor=none;rotation=0;fontColor=#004C99;" vertex="1" parent="1">
|
|
||||||
<mxGeometry x="472.15000000000003" y="2363" width="103" height="26" as="geometry" />
|
|
||||||
</mxCell>
|
|
||||||
<mxCell id="OOa9Ru9pQldXh4IZuxHQ-135" value="<font style="" face="Courier New">port&nbsp; &nbsp; &nbsp;= 1952<br>stopport = 1953<br>hostname = bchip100</font>" style="text;align=left;verticalAlign=middle;resizable=1;points=[];autosize=1;strokeColor=#8888FF;fillColor=default;movable=1;rotatable=1;deletable=1;editable=1;locked=0;connectable=1;html=1;fontColor=#6666DD;" vertex="1" parent="1">
|
|
||||||
<mxGeometry x="446" y="845" width="142" height="58" as="geometry" />
|
|
||||||
</mxCell>
|
|
||||||
<mxCell id="J8_Ag6N0oFm1g001oKw5-7" value="<pre style=""><pre>udp src port: hardcoded (32410)<br><span style="background-color: transparent;">udp_srcip&nbsp; : <b><font style="">10.0.1</font></b>.15</span></pre></pre>" style="text;html=1;align=left;verticalAlign=middle;resizable=1;points=[];autosize=1;strokeColor=#004C99;fillColor=default;fontColor=#004C99;movable=1;rotatable=1;deletable=1;editable=1;locked=0;connectable=1;fontFamily=Helvetica;fontSize=12;" vertex="1" parent="1">
|
|
||||||
<mxGeometry x="17.11" y="1530.5" width="226.52" height="40" as="geometry" />
|
|
||||||
</mxCell>
|
|
||||||
<mxCell id="J8_Ag6N0oFm1g001oKw5-10" value="Module<div>bchip100</div>" style="rounded=1;whiteSpace=wrap;html=1;fillColor=#88BBEE;strokeColor=#88BBEE;labelPosition=center;verticalLabelPosition=middle;align=center;verticalAlign=middle;fontSize=17;gradientColor=none;fontColor=#FFFFFF;" vertex="1" parent="1">
|
|
||||||
<mxGeometry x="255.39" y="1520" width="132" height="68" as="geometry" />
|
|
||||||
</mxCell>
|
|
||||||
<mxCell id="J8_Ag6N0oFm1g001oKw5-14" value="<pre style="">udp_dstport: 50001<br><span style="background-color: transparent;">udp_dstip&nbsp; : <b><font style="">10.0.1</font></b>.100<br></span><span style="background-color: transparent;">udp_dstmac : (specify for<br></span><span style="background-color: transparent;"> custom receivers)</span></pre>" style="text;html=1;align=left;verticalAlign=middle;resizable=1;points=[];autosize=1;strokeColor=#004C99;fillColor=default;fontColor=#004C99;movable=1;rotatable=1;deletable=1;editable=1;locked=0;connectable=1;" vertex="1" parent="1">
|
|
||||||
<mxGeometry x="20.47" y="1831" width="225.52" height="64" as="geometry" />
|
|
||||||
</mxCell>
|
|
||||||
<mxCell id="J8_Ag6N0oFm1g001oKw5-16" value="UDP" style="shape=singleArrow;direction=south;whiteSpace=wrap;html=1;fillColor=#77AADD;gradientColor=none;strokeColor=#77AADD;arrowWidth=0.2713178294573608;arrowSize=0.23333333333333386;fontColor=#FFFFFF;labelPosition=center;verticalLabelPosition=middle;align=center;verticalAlign=middle;textDirection=vertical-lr;spacing=0;spacingBottom=0;spacingLeft=-2;" vertex="1" parent="1">
|
|
||||||
<mxGeometry x="450.9" y="1602" width="43" height="188" as="geometry" />
|
|
||||||
</mxCell>
|
|
||||||
<mxCell id="J8_Ag6N0oFm1g001oKw5-17" value="Receiver<div>pc1234</div><div><font style="color: rgb(0, 76, 153);"><b style="">10.0.2</b></font>.100</div>" style="rounded=1;whiteSpace=wrap;html=1;fillColor=#88BBEE;strokeColor=#88BBEE;labelPosition=center;verticalLabelPosition=middle;align=center;verticalAlign=middle;fontSize=17;gradientColor=none;fontColor=#FFFFFF;" vertex="1" parent="1">
|
|
||||||
<mxGeometry x="413.9" y="1809" width="132" height="95" as="geometry" />
|
|
||||||
</mxCell>
|
|
||||||
<mxCell id="J8_Ag6N0oFm1g001oKw5-18" value="Raw Data&nbsp;<div>Packets</div>" style="text;html=1;align=center;verticalAlign=middle;resizable=0;points=[];autosize=1;strokeColor=none;fillColor=none;rotation=0;fontColor=#666666;" vertex="1" parent="1">
|
|
||||||
<mxGeometry x="396.27" y="1652" width="74" height="41" as="geometry" />
|
|
||||||
</mxCell>
|
|
||||||
<mxCell id="J8_Ag6N0oFm1g001oKw5-19" value="Module<div>bchip101</div>" style="rounded=1;whiteSpace=wrap;html=1;fillColor=#88BBEE;strokeColor=#88BBEE;labelPosition=center;verticalLabelPosition=middle;align=center;verticalAlign=middle;fontSize=17;gradientColor=none;fontColor=#FFFFFF;" vertex="1" parent="1">
|
|
||||||
<mxGeometry x="410.9" y="1518" width="132" height="68" as="geometry" />
|
|
||||||
</mxCell>
|
|
||||||
<mxCell id="J8_Ag6N0oFm1g001oKw5-20" value="<pre style=""><pre>udp src port: hardcoded (32410)<br><span style="background-color: transparent;">udp_srcip&nbsp; : <b><font style="">10.0.2</font></b>.15</span></pre></pre>" style="text;html=1;align=left;verticalAlign=middle;resizable=1;points=[];autosize=1;strokeColor=#004C99;fillColor=default;fontColor=#004C99;movable=1;rotatable=1;deletable=1;editable=1;locked=0;connectable=1;fontFamily=Helvetica;fontSize=12;" vertex="1" parent="1">
|
|
||||||
<mxGeometry x="553.6999999999999" y="1533.5" width="227.61" height="37" as="geometry" />
|
|
||||||
</mxCell>
|
|
||||||
<mxCell id="J8_Ag6N0oFm1g001oKw5-21" value="<pre style="">udp_dstport: 50002<br><span style="background-color: transparent;">udp_dstip&nbsp; : <b><font style="">10.0.2</font></b>.100<br></span><span style="background-color: transparent;">udp_dstmac : (specify for<br></span><span style="background-color: transparent;"> custom receivers)</span></pre>" style="text;html=1;align=left;verticalAlign=middle;resizable=1;points=[];autosize=1;strokeColor=#004C99;fillColor=default;fontColor=#004C99;movable=1;rotatable=1;deletable=1;editable=1;locked=0;connectable=1;" vertex="1" parent="1">
|
|
||||||
<mxGeometry x="558" y="1820" width="227" height="68" as="geometry" />
|
|
||||||
</mxCell>
|
|
||||||
<mxCell id="J8_Ag6N0oFm1g001oKw5-24" value="TCP" style="shape=doubleArrow;whiteSpace=wrap;html=1;strokeColor=#BBBBFF;align=center;verticalAlign=middle;fontFamily=Helvetica;fontSize=12;fontColor=#FFFFFF;fillColor=#BBBBFF;gradientColor=none;arrowWidth=0.3696597117203055;arrowSize=0.07695194442744;rotation=45;" vertex="1" parent="1">
|
|
||||||
<mxGeometry x="165.19" y="1269.62" width="328.51" height="30" as="geometry" />
|
|
||||||
</mxCell>
|
|
||||||
<mxCell id="J8_Ag6N0oFm1g001oKw5-25" value="Client" style="rounded=1;whiteSpace=wrap;html=1;fillColor=#AAAAFF;strokeColor=#AAAAFF;labelPosition=center;verticalLabelPosition=middle;align=center;verticalAlign=middle;fontSize=17;gradientColor=none;fontColor=#FFFFFF;" vertex="1" parent="1">
|
|
||||||
<mxGeometry x="62.99999999999999" y="1131" width="132" height="68" as="geometry" />
|
|
||||||
</mxCell>
|
|
||||||
<mxCell id="J8_Ag6N0oFm1g001oKw5-27" value="" style="points=[[0.35,0,0],[0.98,0.51,0],[1,0.71,0],[0.67,1,0],[0,0.795,0],[0,0.65,0]];verticalLabelPosition=bottom;sketch=0;html=1;verticalAlign=top;aspect=fixed;align=center;pointerEvents=1;shape=mxgraph.cisco19.user;fillColor=#AAAAFF;strokeColor=none;" vertex="1" parent="1">
|
|
||||||
<mxGeometry x="104" y="1081" width="50" height="50" as="geometry" />
|
|
||||||
</mxCell>
|
|
||||||
<mxCell id="J8_Ag6N0oFm1g001oKw5-28" value="TCP" style="shape=doubleArrow;whiteSpace=wrap;html=1;strokeColor=#BBBBFF;align=center;verticalAlign=middle;fontFamily=Helvetica;fontSize=10;fontColor=#FFFFFF;fillColor=#BBBBFF;gradientColor=none;arrowWidth=0.3826240220923713;arrowSize=0.09377242087427196;rotation=32;" vertex="1" parent="1">
|
|
||||||
<mxGeometry x="190.48" y="1225.3" width="272.63" height="30" as="geometry" />
|
|
||||||
</mxCell>
|
|
||||||
<mxCell id="J8_Ag6N0oFm1g001oKw5-29" value="Control" style="text;html=1;align=center;verticalAlign=middle;resizable=0;points=[];autosize=1;strokeColor=none;fillColor=none;fontColor=#666666;" vertex="1" parent="1">
|
|
||||||
<mxGeometry x="317.2" y="1199" width="57" height="26" as="geometry" />
|
|
||||||
</mxCell>
|
|
||||||
<mxCell id="J8_Ag6N0oFm1g001oKw5-33" value="Module
1952 / 1953
bchip101" style="rounded=1;whiteSpace=wrap;fillColor=#88BBEE;strokeColor=#88BBEE;labelPosition=center;verticalLabelPosition=middle;align=center;verticalAlign=middle;fontSize=17;gradientColor=none;fontColor=#FFFFFF;fontFamily=Helvetica;" vertex="1" parent="1">
|
|
||||||
<mxGeometry x="599" y="912" width="137" height="85" as="geometry" />
|
|
||||||
</mxCell>
|
|
||||||
<mxCell id="J8_Ag6N0oFm1g001oKw5-34" value="<font face="Courier New">Receiver</font><div><span style="background-color: transparent; color: light-dark(rgb(255, 255, 255), rgb(18, 18, 18));">1954</span></div><div>pc1234<span style="background-color: transparent; color: light-dark(rgb(255, 255, 255), rgb(18, 18, 18));"></span></div>" style="rounded=1;whiteSpace=wrap;html=1;fillColor=#88BBEE;strokeColor=#88BBEE;labelPosition=center;verticalLabelPosition=middle;align=center;verticalAlign=middle;fontSize=17;gradientColor=none;fontColor=#FFFFFF;" vertex="1" parent="1">
|
|
||||||
<mxGeometry x="648" y="1273.5" width="137" height="85" as="geometry" />
|
|
||||||
</mxCell>
|
|
||||||
<mxCell id="J8_Ag6N0oFm1g001oKw5-35" value="<font face="Courier New">Receiver<br></font><div><span style="background-color: transparent; color: light-dark(rgb(255, 255, 255), rgb(18, 18, 18));">1955</span></div><div>pc1234</div>" style="rounded=1;whiteSpace=wrap;html=1;fillColor=#88BBEE;strokeColor=#88BBEE;labelPosition=center;verticalLabelPosition=middle;align=center;verticalAlign=middle;fontSize=17;gradientColor=none;fontColor=#FFFFFF;fontFamily=Helvetica;" vertex="1" parent="1">
|
|
||||||
<mxGeometry x="648" y="1369.5" width="137" height="85" as="geometry" />
|
|
||||||
</mxCell>
|
|
||||||
<mxCell id="J8_Ag6N0oFm1g001oKw5-43" value="ZMQ" style="shape=singleArrow;direction=east;whiteSpace=wrap;html=1;fillColor=#99DDBB;gradientColor=none;strokeColor=#99DDBB;arrowWidth=0.27577655701663845;arrowSize=0.06779431315598941;rotation=48;flipV=0;flipH=1;fontColor=#FFFFFF;fontSize=10;" vertex="1" parent="1">
|
|
||||||
<mxGeometry x="-419.7" y="2435.9" width="336.9" height="40" as="geometry" />
|
|
||||||
</mxCell>
|
|
||||||
<mxCell id="IUwO_ccEPv4BRx6tuxwP-4" value="<font style="" face="Courier New">port&nbsp; &nbsp; &nbsp;= 1952<br>stopport = 1953<br>hostname = bchip101</font>" style="text;align=left;verticalAlign=middle;resizable=1;points=[];autosize=1;strokeColor=#8888FF;fillColor=default;movable=1;rotatable=1;deletable=1;editable=1;locked=0;connectable=1;html=1;fontColor=#6666DD;" vertex="1" parent="1">
|
|
||||||
<mxGeometry x="446" y="912" width="141" height="58" as="geometry" />
|
|
||||||
</mxCell>
|
|
||||||
<mxCell id="IUwO_ccEPv4BRx6tuxwP-5" value="<font face="Courier New" style="">rx_tcpport&nbsp; = 1954<br>rx_hostname = pc1234</font>" style="text;align=left;verticalAlign=middle;resizable=1;points=[];autosize=1;strokeColor=#8888FF;fillColor=default;movable=1;rotatable=1;deletable=1;editable=1;locked=0;connectable=1;html=1;fontColor=#6666DD;" vertex="1" parent="1">
|
|
||||||
<mxGeometry x="461.43" y="1294.5" width="150.45" height="43" as="geometry" />
|
|
||||||
</mxCell>
|
|
||||||
<mxCell id="IUwO_ccEPv4BRx6tuxwP-6" value="<font face="Courier New" style="">rx_tcpport&nbsp; = 1955<br>rx_hostname = pc1234</font>" style="text;align=left;verticalAlign=middle;resizable=1;points=[];autosize=1;strokeColor=#8888FF;fillColor=default;movable=1;rotatable=1;deletable=1;editable=1;locked=0;connectable=1;html=1;fontColor=#6666DD;" vertex="1" parent="1">
|
|
||||||
<mxGeometry x="458.5" y="1395" width="153.38" height="43" as="geometry" />
|
|
||||||
</mxCell>
|
|
||||||
<mxCell id="IUwO_ccEPv4BRx6tuxwP-7" value="<font>GUI:&nbsp;&nbsp;</font><div>rx_zmqport (30001)&nbsp;<span style="background-color: transparent; color: light-dark(rgb(136, 136, 255), rgb(105, 105, 207));">=&nbsp;</span><span style="background-color: transparent; color: light-dark(rgb(136, 136, 255), rgb(105, 105, 207));">zmqport (30001)</span></div>" style="text;html=1;align=left;verticalAlign=middle;resizable=0;points=[];autosize=1;strokeColor=none;fillColor=none;fontColor=#8888FF;fontSize=17;" vertex="1" parent="1">
|
|
||||||
<mxGeometry x="-135.12" y="2343.0000000000005" width="310" height="53" as="geometry" />
|
|
||||||
</mxCell>
|
|
||||||
<mxCell id="IUwO_ccEPv4BRx6tuxwP-11" value="" style="endArrow=classic;html=1;rounded=0;fontColor=#AAAAFF;strokeColor=#AAAAFF;exitX=0.296;exitY=0.054;exitDx=0;exitDy=0;exitPerimeter=0;entryX=1.002;entryY=0.486;entryDx=0;entryDy=0;entryPerimeter=0;" edge="1" parent="1" source="IUwO_ccEPv4BRx6tuxwP-7" target="QgYz-w7MwsADk0cZRM1J-27">
|
|
||||||
<mxGeometry width="50" height="50" relative="1" as="geometry">
|
|
||||||
<mxPoint x="-362.87" y="2530.63" as="sourcePoint" />
|
|
||||||
<mxPoint x="-463.99579291044756" y="2345" as="targetPoint" />
|
|
||||||
</mxGeometry>
|
|
||||||
</mxCell>
|
|
||||||
<mxCell id="IUwO_ccEPv4BRx6tuxwP-12" value="" style="endArrow=classic;html=1;rounded=0;fontColor=#AAAAFF;strokeColor=#AAAAFF;exitX=0.48;exitY=1.008;exitDx=0;exitDy=0;exitPerimeter=0;entryX=0.548;entryY=-0.039;entryDx=0;entryDy=0;entryPerimeter=0;" edge="1" parent="1" source="IUwO_ccEPv4BRx6tuxwP-7" target="QgYz-w7MwsADk0cZRM1J-18">
|
|
||||||
<mxGeometry width="50" height="50" relative="1" as="geometry">
|
|
||||||
<mxPoint x="-354.5" y="2562" as="sourcePoint" />
|
|
||||||
<mxPoint x="-146.5" y="2600" as="targetPoint" />
|
|
||||||
</mxGeometry>
|
|
||||||
</mxCell>
|
|
||||||
<mxCell id="IUwO_ccEPv4BRx6tuxwP-14" value="" style="points=[[0.35,0,0],[0.98,0.51,0],[1,0.71,0],[0.67,1,0],[0,0.795,0],[0,0.65,0]];verticalLabelPosition=bottom;sketch=0;html=1;verticalAlign=top;aspect=fixed;align=center;pointerEvents=1;shape=mxgraph.cisco19.user;fillColor=#AAAAFF;strokeColor=none;" vertex="1" parent="1">
|
|
||||||
<mxGeometry x="498.64999999999986" y="2071" width="50" height="50" as="geometry" />
|
|
||||||
</mxCell>
|
|
||||||
<mxCell id="IUwO_ccEPv4BRx6tuxwP-15" value="ZMQ" style="shape=singleArrow;direction=east;whiteSpace=wrap;html=1;fillColor=#77AADD;gradientColor=none;strokeColor=#77AADD;arrowWidth=0.29750455482560484;arrowSize=0.24452443902291207;rotation=0;flipV=0;flipH=1;fontColor=#FFFFFF;fontSize=10;" vertex="1" parent="1">
|
|
||||||
<mxGeometry x="658" y="2504.9" width="90" height="40" as="geometry" />
|
|
||||||
</mxCell>
|
|
||||||
<mxCell id="IUwO_ccEPv4BRx6tuxwP-16" value="<pre style=""><span style="background-color: transparent;"><font style="">Receiver streaming out<br><font style="">rx_zmqport</font>&nbsp;= <font style=""><b style="">30001</b></font></font></span><br></pre>" style="text;html=1;align=left;verticalAlign=middle;resizable=1;points=[];autosize=1;strokeColor=#4A7B72;fillColor=default;fontColor=#4A7B72;movable=1;rotatable=1;deletable=1;editable=1;locked=0;connectable=1;" vertex="1" parent="1">
|
|
||||||
<mxGeometry x="755" y="2501.7000000000003" width="166" height="43.2" as="geometry" />
|
|
||||||
</mxCell>
|
|
||||||
<mxCell id="IUwO_ccEPv4BRx6tuxwP-17" value="<font face="Comic Sans MS">Receiver</font><div><font face="Comic Sans MS">pc1234</font></div><div><span><font style="color: rgb(74, 123, 114);" face="Comic Sans MS">129.129.100.115</font></span></div>" style="rounded=1;whiteSpace=wrap;html=1;fillColor=#88BBEE;strokeColor=#88BBEE;labelPosition=center;verticalLabelPosition=middle;align=center;verticalAlign=middle;fontSize=17;gradientColor=none;fontColor=#FFFFFF;" vertex="1" parent="1">
|
|
||||||
<mxGeometry x="932" y="2459.9" width="137" height="85" as="geometry" />
|
|
||||||
</mxCell>
|
|
||||||
<mxCell id="IUwO_ccEPv4BRx6tuxwP-18" value="<font face="Comic Sans MS">Receiver</font><div><font face="Comic Sans MS">pc1234</font></div><div><span><font face="Comic Sans MS" style="color: rgb(74, 123, 114);">129.129.100.115</font></span></div>" style="rounded=1;whiteSpace=wrap;html=1;fillColor=#88BBEE;strokeColor=#88BBEE;labelPosition=center;verticalLabelPosition=middle;align=center;verticalAlign=middle;fontSize=17;gradientColor=none;fontColor=#FFFFFF;fontFamily=Helvetica;" vertex="1" parent="1">
|
|
||||||
<mxGeometry x="932" y="2561" width="137" height="85" as="geometry" />
|
|
||||||
</mxCell>
|
|
||||||
<mxCell id="IUwO_ccEPv4BRx6tuxwP-19" value="<pre style=""><pre><span style="background-color: transparent;"><font style="">Receiver streaming out<br><font style="">rx_zmqport</font>&nbsp;= <font style=""><b style="">30002</b></font></font></span></pre></pre>" style="text;html=1;align=left;verticalAlign=middle;resizable=1;points=[];autosize=1;strokeColor=#4A7B72;fillColor=default;fontColor=#4A7B72;movable=1;rotatable=1;deletable=1;editable=1;locked=0;connectable=1;" vertex="1" parent="1">
|
|
||||||
<mxGeometry x="755" y="2561" width="166" height="44" as="geometry" />
|
|
||||||
</mxCell>
|
|
||||||
<mxCell id="IUwO_ccEPv4BRx6tuxwP-20" value="ZMQ" style="shape=singleArrow;direction=east;whiteSpace=wrap;html=1;fillColor=#77AADD;gradientColor=none;strokeColor=#77AADD;arrowWidth=0.3650504445573688;arrowSize=0.19810994147613833;rotation=0;flipV=0;flipH=1;fontColor=#FFFFFF;fontSize=10;" vertex="1" parent="1">
|
|
||||||
<mxGeometry x="656" y="2561" width="90" height="40" as="geometry" />
|
|
||||||
</mxCell>
|
|
||||||
<mxCell id="IUwO_ccEPv4BRx6tuxwP-22" value="<p><font face="Courier New" style="">Client listening to&nbsp;<br><font>zmqport</font> : <font style=""><b style="">30004</b></font><br><font>zmqip</font>&nbsp; &nbsp;: <font style=""><b style="">129.129.200.175 </b></font></font></p>" style="text;html=1;align=left;verticalAlign=middle;resizable=1;points=[];autosize=1;strokeColor=#004C99;fillColor=default;fontColor=#004C99;movable=1;rotatable=1;deletable=1;editable=1;locked=0;connectable=1;" vertex="1" parent="1">
|
|
||||||
<mxGeometry x="320.39" y="2204" width="198" height="49" as="geometry" />
|
|
||||||
</mxCell>
|
|
||||||
<mxCell id="IUwO_ccEPv4BRx6tuxwP-23" value="<font style="font-size: 17px;">External Process:</font><div><font style="font-size: 17px;">rx_zmqport (30001)&nbsp;</font><span style="font-size: 17px; background-color: transparent; color: light-dark(rgb(136, 136, 255), rgb(105, 105, 207));">!=&nbsp;</span><span style="font-size: 17px; background-color: transparent; color: light-dark(rgb(136, 136, 255), rgb(105, 105, 207));">zmqport (30004)</span></div>" style="text;html=1;align=left;verticalAlign=middle;resizable=0;points=[];autosize=1;strokeColor=none;fillColor=none;fontColor=#8888FF;" vertex="1" parent="1">
|
|
||||||
<mxGeometry x="754" y="2312.0000000000005" width="315" height="53" as="geometry" />
|
|
||||||
</mxCell>
|
|
||||||
<mxCell id="IUwO_ccEPv4BRx6tuxwP-25" value="" style="endArrow=classic;html=1;rounded=0;fontColor=#AAAAFF;strokeColor=#AAAAFF;exitX=0.497;exitY=0.986;exitDx=0;exitDy=0;exitPerimeter=0;entryX=0.482;entryY=0.009;entryDx=0;entryDy=0;entryPerimeter=0;" edge="1" parent="1" source="IUwO_ccEPv4BRx6tuxwP-23" target="IUwO_ccEPv4BRx6tuxwP-16">
|
|
||||||
<mxGeometry width="50" height="50" relative="1" as="geometry">
|
|
||||||
<mxPoint x="612.31" y="2482" as="sourcePoint" />
|
|
||||||
<mxPoint x="820.31" y="2520" as="targetPoint" />
|
|
||||||
</mxGeometry>
|
|
||||||
</mxCell>
|
|
||||||
<mxCell id="IUwO_ccEPv4BRx6tuxwP-27" value="ZMQ" style="shape=singleArrow;direction=north;whiteSpace=wrap;html=1;fillColor=#99DDBB;gradientColor=none;strokeColor=#99DDBB;arrowWidth=0.26530437257911216;arrowSize=0.11592009478500508;rotation=0;flipV=0;flipH=1;fontColor=#FFFFFF;fontSize=10;textDirection=vertical-lr;" vertex="1" parent="1">
|
|
||||||
<mxGeometry x="527.5699999999999" y="2258.1" width="40" height="100" as="geometry" />
|
|
||||||
</mxCell>
|
|
||||||
<mxCell id="IUwO_ccEPv4BRx6tuxwP-28" value="<p><font style="" face="Courier New">Client listening to&nbsp;<br><font>zmqport</font> : <font style=""><b style="">30003</b></font><br><font>zmqip</font>&nbsp; &nbsp;: <font style=""><b style="">129.129.200.175 </b></font></font></p>" style="text;html=1;align=left;verticalAlign=middle;resizable=1;points=[];autosize=1;strokeColor=#004C99;fillColor=default;fontColor=#004C99;movable=1;rotatable=1;deletable=1;editable=1;locked=0;connectable=1;" vertex="1" parent="1">
|
|
||||||
<mxGeometry x="528.9" y="2204" width="198" height="49" as="geometry" />
|
|
||||||
</mxCell>
|
|
||||||
<mxCell id="IUwO_ccEPv4BRx6tuxwP-30" value="ZMQ" style="shape=singleArrow;direction=north;whiteSpace=wrap;html=1;fillColor=#99DDBB;gradientColor=none;strokeColor=#99DDBB;arrowWidth=0.3197480273847759;arrowSize=0.13373882001308657;rotation=0;flipV=0;flipH=1;fontColor=#FFFFFF;fontSize=10;textDirection=vertical-lr;" vertex="1" parent="1">
|
|
||||||
<mxGeometry x="478.2" y="2258.1" width="40" height="100" as="geometry" />
|
|
||||||
</mxCell>
|
|
||||||
<mxCell id="IUwO_ccEPv4BRx6tuxwP-31" value="Assembled Data" style="text;html=1;align=center;verticalAlign=middle;resizable=0;points=[];autosize=1;strokeColor=none;fillColor=none;rotation=-90;fontColor=#4A7B72;" vertex="1" parent="1">
|
|
||||||
<mxGeometry x="594" y="2535" width="106" height="26" as="geometry" />
|
|
||||||
</mxCell>
|
|
||||||
<mxCell id="IUwO_ccEPv4BRx6tuxwP-33" value="<p><font face="Courier New" style="">External Process&nbsp;listening to&nbsp;<br>Ports : <font style=""><b>30001, 30002</b></font><br>Ip&nbsp; &nbsp; : <font style=""><b style="">129.129.100.115 </b></font></font></p>" style="text;align=left;verticalAlign=middle;resizable=1;points=[];autosize=1;strokeColor=#4A7B72;fillColor=default;fontColor=#4A7B72;movable=1;rotatable=1;deletable=1;editable=1;locked=0;connectable=1;html=1;spacing=0;spacingLeft=5;" vertex="1" parent="1">
|
|
||||||
<mxGeometry x="414" y="2525.63" width="221" height="51.37" as="geometry" />
|
|
||||||
</mxCell>
|
|
||||||
<mxCell id="IUwO_ccEPv4BRx6tuxwP-37" value="" style="endArrow=classic;html=1;rounded=0;fontColor=#AAAAFF;strokeColor=#AAAAFF;entryX=1.005;entryY=0.41;entryDx=0;entryDy=0;entryPerimeter=0;exitX=0.476;exitY=-0.014;exitDx=0;exitDy=0;exitPerimeter=0;" edge="1" parent="1" source="IUwO_ccEPv4BRx6tuxwP-23" target="IUwO_ccEPv4BRx6tuxwP-28">
|
|
||||||
<mxGeometry width="50" height="50" relative="1" as="geometry">
|
|
||||||
<mxPoint x="803" y="2313" as="sourcePoint" />
|
|
||||||
<mxPoint x="519.31" y="2373.93" as="targetPoint" />
|
|
||||||
</mxGeometry>
|
|
||||||
</mxCell>
|
|
||||||
<mxCell id="IUwO_ccEPv4BRx6tuxwP-46" value="<p><font style="" face="Courier New">External Process&nbsp;streaming out&nbsp;<br>Ports : <b>30003, 30004</b></font></p>" style="text;align=left;verticalAlign=middle;resizable=1;points=[];autosize=1;strokeColor=#004C99;fillColor=default;fontColor=#004C99;movable=1;rotatable=1;deletable=1;editable=1;locked=0;connectable=1;html=1;" vertex="1" parent="1">
|
|
||||||
<mxGeometry x="418.9" y="2396" width="222.1" height="36" as="geometry" />
|
|
||||||
</mxCell>
|
|
||||||
<mxCell id="IUwO_ccEPv4BRx6tuxwP-50" value="" style="shape=image;editableCssRules=.*;verticalLabelPosition=bottom;labelBackgroundColor=default;verticalAlign=top;aspect=fixed;imageAspect=0;image=data:image/svg+xml,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii0wLjUgLTAuNSAyOCAyOCIgaGVpZ2h0PSIyOCIgd2lkdGg9IjI4IiBzdHlsZT0iY29sb3Itc2NoZW1lOiBsaWdodCBkYXJrOyI+JiN4YTsJICA8c3R5bGUgdHlwZT0idGV4dC9jc3MiPi5zdDAgeyBzdG9wLWNvbG9yOiBsaWdodC1kYXJrKHJnYigxNzAsIDE3MCwgMjU1KSwgcmdiKDAsIDIwNiwgMTcyKSk7IH0gLnN0MSB7IHN0b3AtY29sb3I6IGxpZ2h0LWRhcmsocmdiKDE3OCwgMTAyLCAyNTUpLCByZ2IoNywgMTMxLCAxNDMpKTsgfSA8L3N0eWxlPiYjeGE7CTxkZWZzPiYjeGE7CQk8bGluZWFyR3JhZGllbnQgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHkyPSIyNS4zMDkiIHgyPSIyMy40NTQiIHkxPSIzLjQ3NCIgeDE9IjIuMDM5IiBpZD0iQSI+JiN4YTsJCQk8c3RvcCBjbGFzcz0ic3QwIi8+JiN4YTsJCQk8c3RvcCBjbGFzcz0ic3QxIiBvZmZzZXQ9IjEiLz4mI3hhOwkJPC9saW5lYXJHcmFkaWVudD4mI3hhOwk8L2RlZnM+JiN4YTsJPHBhdGggZmlsbD0idXJsKCNBKSIgZD0iTTE1LjI1IDEzLjE3M2ExLjcgMS43IDAgMCAwLS4xMTYtLjY4Yy0uMDg1LS4yMTYtLjIxMy0uNDEzLS4zNzYtLjU3OHMtLjM2Mi0uMjkxLS41NzgtLjM3Ni0uNDQ4LS4xMjQtLjY4LS4xMTZjLS4yMzItLjAwOC0uNDY0LjAzMS0uNjguMTE2cy0uNDEzLjIxMy0uNTc4LjM3Ni0uMjkxLjM2Mi0uMzc2LjU3OGExLjcgMS43IDAgMCAwLS4xMTYuNjh2N2MwIC40NzIuMTY1Ljg5Mi40OTIgMS4yNTguMTY1LjE2My4zNjIuMjkxLjU3OS4zNzVzLjQ0OC4xMjMuNjguMTE1YTEuNyAxLjcgMCAwIDAgMS4yNTgtLjQ5Yy4zMjctLjM2Ni40OTItLjc4NC40OTItMS4yNnYtN3pNMTMuNS0uNWMxLjkzMiAwIDMuNzM2LjM2NiA1LjQxNCAxLjA5NCAxLjcxMy43MyAzLjIwOCAxLjczMiA0LjQ4MyAzLjAwOCAxLjI4MyAxLjI4NyAyLjMwNSAyLjgxIDMuMDA4IDQuNDg1LjczIDEuNjc2IDEuMDk0IDMuNDgyIDEuMDk0IDUuNDEzYTEzLjgyIDEzLjgyIDAgMCAxLTEuMDk0IDUuNDY5Yy0uNzEzIDEuNjU0LTEuNzM0IDMuMTU4LTMuMDA4IDQuNDMxLTEuMjg2IDEuMjgyLTIuODA5IDIuMzAzLTQuNDgzIDMuMDA2LTEuNzEuNzM2LTMuNTUzIDEuMTA4LTUuNDE0IDEuMDk0LTEuODc4LjAxMS0zLjczOS0uMzYxLTUuNDY5LTEuMDk0YTE0LjIzIDE0LjIzIDAgMCAxLTcuNDM3LTcuNDM3QTEzLjgyIDEzLjgyIDAgMCAxLS41IDEzLjVjMC0xLjkzMi4zNjQtMy43MzYgMS4wOTQtNS40MTMuNzMtMS43MTUgMS43MzItMy4yMDkgMy4wMDgtNC40ODVTNi4zNzggMS4zMDcgOC4wMzEuNTk0QTEzLjgyIDEzLjgyIDAgMCAxIDEzLjUtLjV6bTAgOS43MzVhMi4wMSAyLjAxIDAgMCAwIDEuNDc3LS42MDIgMi4wMSAyLjAxIDAgMCAwIC42MDItMS40NzdjMC0uNTgzLS4yMDEtMS4wNzQtLjYwMi0xLjQ3NS0uMTg0LS4yMS0uNDExLS4zNzctLjY2Ni0uNDkxcy0uNTMyLS4xNy0uODExLS4xNjZjLS4yNzktLjAwNC0uNTU2LjA1Mi0uODExLjE2NnMtLjQ4Mi4yODEtLjY2Ni40OTFjLS40MDEuNDAxLS42Ljg5Mi0uNiAxLjQ3NXMuMiAxLjA3Ni42IDEuNDc3Ljg5My42MDIgMS40NzcuNjAyeiIvPiYjeGE7PC9zdmc+;" vertex="1" parent="1">
|
|
||||||
<mxGeometry x="-169" y="2355.5" width="28" height="28" as="geometry" />
|
|
||||||
</mxCell>
|
|
||||||
<mxCell id="IUwO_ccEPv4BRx6tuxwP-52" value="" style="shape=image;editableCssRules=.*;verticalLabelPosition=bottom;labelBackgroundColor=default;verticalAlign=top;aspect=fixed;imageAspect=0;image=data:image/svg+xml,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii0wLjUgLTAuNSAyOCAyOCIgaGVpZ2h0PSIyOCIgd2lkdGg9IjI4IiBzdHlsZT0iY29sb3Itc2NoZW1lOiBsaWdodCBkYXJrOyI+JiN4YTsJICA8c3R5bGUgdHlwZT0idGV4dC9jc3MiPi5zdDAgeyBzdG9wLWNvbG9yOiBsaWdodC1kYXJrKHJnYigxNzAsIDE3MCwgMjU1KSwgcmdiKDAsIDIwNiwgMTcyKSk7IH0gLnN0MSB7IHN0b3AtY29sb3I6IGxpZ2h0LWRhcmsocmdiKDE3OCwgMTAyLCAyNTUpLCByZ2IoNywgMTMxLCAxNDMpKTsgfSA8L3N0eWxlPiYjeGE7CTxkZWZzPiYjeGE7CQk8bGluZWFyR3JhZGllbnQgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHkyPSIyNS4zMDkiIHgyPSIyMy40NTQiIHkxPSIzLjQ3NCIgeDE9IjIuMDM5IiBpZD0iQSI+JiN4YTsJCQk8c3RvcCBjbGFzcz0ic3QwIi8+JiN4YTsJCQk8c3RvcCBjbGFzcz0ic3QxIiBvZmZzZXQ9IjEiLz4mI3hhOwkJPC9saW5lYXJHcmFkaWVudD4mI3hhOwk8L2RlZnM+JiN4YTsJPHBhdGggZmlsbD0idXJsKCNBKSIgZD0iTTE1LjI1IDEzLjE3M2ExLjcgMS43IDAgMCAwLS4xMTYtLjY4Yy0uMDg1LS4yMTYtLjIxMy0uNDEzLS4zNzYtLjU3OHMtLjM2Mi0uMjkxLS41NzgtLjM3Ni0uNDQ4LS4xMjQtLjY4LS4xMTZjLS4yMzItLjAwOC0uNDY0LjAzMS0uNjguMTE2cy0uNDEzLjIxMy0uNTc4LjM3Ni0uMjkxLjM2Mi0uMzc2LjU3OGExLjcgMS43IDAgMCAwLS4xMTYuNjh2N2MwIC40NzIuMTY1Ljg5Mi40OTIgMS4yNTguMTY1LjE2My4zNjIuMjkxLjU3OS4zNzVzLjQ0OC4xMjMuNjguMTE1YTEuNyAxLjcgMCAwIDAgMS4yNTgtLjQ5Yy4zMjctLjM2Ni40OTItLjc4NC40OTItMS4yNnYtN3pNMTMuNS0uNWMxLjkzMiAwIDMuNzM2LjM2NiA1LjQxNCAxLjA5NCAxLjcxMy43MyAzLjIwOCAxLjczMiA0LjQ4MyAzLjAwOCAxLjI4MyAxLjI4NyAyLjMwNSAyLjgxIDMuMDA4IDQuNDg1LjczIDEuNjc2IDEuMDk0IDMuNDgyIDEuMDk0IDUuNDEzYTEzLjgyIDEzLjgyIDAgMCAxLTEuMDk0IDUuNDY5Yy0uNzEzIDEuNjU0LTEuNzM0IDMuMTU4LTMuMDA4IDQuNDMxLTEuMjg2IDEuMjgyLTIuODA5IDIuMzAzLTQuNDgzIDMuMDA2LTEuNzEuNzM2LTMuNTUzIDEuMTA4LTUuNDE0IDEuMDk0LTEuODc4LjAxMS0zLjczOS0uMzYxLTUuNDY5LTEuMDk0YTE0LjIzIDE0LjIzIDAgMCAxLTcuNDM3LTcuNDM3QTEzLjgyIDEzLjgyIDAgMCAxLS41IDEzLjVjMC0xLjkzMi4zNjQtMy43MzYgMS4wOTQtNS40MTMuNzMtMS43MTUgMS43MzItMy4yMDkgMy4wMDgtNC40ODVTNi4zNzggMS4zMDcgOC4wMzEuNTk0QTEzLjgyIDEzLjgyIDAgMCAxIDEzLjUtLjV6bTAgOS43MzVhMi4wMSAyLjAxIDAgMCAwIDEuNDc3LS42MDIgMi4wMSAyLjAxIDAgMCAwIC42MDItMS40NzdjMC0uNTgzLS4yMDEtMS4wNzQtLjYwMi0xLjQ3NS0uMTg0LS4yMS0uNDExLS4zNzctLjY2Ni0uNDkxcy0uNTMyLS4xNy0uODExLS4xNjZjLS4yNzktLjAwNC0uNTU2LjA1Mi0uODExLjE2NnMtLjQ4Mi4yODEtLjY2Ni40OTFjLS40MDEuNDAxLS42Ljg5Mi0uNiAxLjQ3NXMuMiAxLjA3Ni42IDEuNDc3Ljg5My42MDIgMS40NzcuNjAyeiIvPiYjeGE7PC9zdmc+;" vertex="1" parent="1">
|
|
||||||
<mxGeometry x="726" y="2324.5" width="28" height="28" as="geometry" />
|
|
||||||
</mxCell>
|
|
||||||
<mxCell id="IUwO_ccEPv4BRx6tuxwP-57" value="Module 3" style="rounded=1;whiteSpace=wrap;html=1;fillColor=#99CCFF;strokeColor=#99CCFF;labelPosition=center;verticalLabelPosition=middle;align=center;verticalAlign=middle;fontSize=17;gradientColor=none;fontColor=#FFFFFF;" vertex="1" parent="1">
|
|
||||||
<mxGeometry x="475.70000000000005" y="413.27" width="132" height="68" as="geometry" />
|
|
||||||
</mxCell>
|
|
||||||
<mxCell id="IUwO_ccEPv4BRx6tuxwP-58" value="Module 2" style="rounded=1;whiteSpace=wrap;html=1;fillColor=#88BBEE;strokeColor=#88BBEE;labelPosition=center;verticalLabelPosition=middle;align=center;verticalAlign=middle;fontSize=17;gradientColor=none;fontColor=#FFFFFF;" vertex="1" parent="1">
|
|
||||||
<mxGeometry x="467.70000000000005" y="406.27" width="132" height="68" as="geometry" />
|
|
||||||
</mxCell>
|
|
||||||
<mxCell id="IUwO_ccEPv4BRx6tuxwP-59" value="Module 1" style="rounded=1;whiteSpace=wrap;html=1;fillColor=#77AADD;strokeColor=#77AADD;labelPosition=center;verticalLabelPosition=middle;align=center;verticalAlign=middle;fontSize=17;gradientColor=none;fontColor=#FFFFFF;" vertex="1" parent="1">
|
|
||||||
<mxGeometry x="459.70000000000005" y="398.27" width="132" height="68" as="geometry" />
|
|
||||||
</mxCell>
|
|
||||||
<mxCell id="IUwO_ccEPv4BRx6tuxwP-60" value="Receiver (s)" style="rounded=1;whiteSpace=wrap;html=1;fillColor=#6699CC;strokeColor=#6699CC;labelPosition=center;verticalLabelPosition=middle;align=center;verticalAlign=middle;fontSize=17;gradientColor=none;fontColor=#FFFFFF;" vertex="1" parent="1">
|
|
||||||
<mxGeometry x="452" y="391.27" width="132" height="68" as="geometry" />
|
|
||||||
</mxCell>
|
|
||||||
<mxCell id="IUwO_ccEPv4BRx6tuxwP-61" value="Option 1: Directly&nbsp;" style="text;html=1;align=center;verticalAlign=middle;resizable=0;points=[];autosize=1;strokeColor=none;fillColor=none;fontColor=#666666;rotation=45;" vertex="1" parent="1">
|
|
||||||
<mxGeometry x="255.39" y="309.63" width="113" height="26" as="geometry" />
|
|
||||||
</mxCell>
|
|
||||||
<mxCell id="IUwO_ccEPv4BRx6tuxwP-62" value="Option 2: Indirectly" style="text;html=1;align=center;verticalAlign=middle;resizable=0;points=[];autosize=1;strokeColor=none;fillColor=none;fontColor=#666666;rotation=0;" vertex="1" parent="1">
|
|
||||||
<mxGeometry x="291.99605691619604" y="446.99605691619604" width="118" height="26" as="geometry" />
|
|
||||||
</mxCell>
|
|
||||||
<mxCell id="hmBfKhxy8mBhXzrh4bXw-14" value="Client" style="text;html=1;align=center;verticalAlign=middle;resizable=0;points=[];autosize=1;strokeColor=none;fillColor=none;fontColor=#666666;" vertex="1" parent="1">
|
|
||||||
<mxGeometry x="-173" y="3875.5" width="47" height="26" as="geometry" />
|
|
||||||
</mxCell>
|
|
||||||
<mxCell id="hmBfKhxy8mBhXzrh4bXw-15" value="" style="endArrow=classic;startArrow=classic;html=1;rounded=0;entryX=0.016;entryY=0.505;entryDx=0;entryDy=0;entryPerimeter=0;fontColor=#666666;strokeColor=#666666;" edge="1" parent="1">
|
|
||||||
<mxGeometry width="50" height="50" relative="1" as="geometry">
|
|
||||||
<mxPoint x="-132" y="3889" as="sourcePoint" />
|
|
||||||
<mxPoint x="-46.998000000000104" y="3889.405" as="targetPoint" />
|
|
||||||
</mxGeometry>
|
|
||||||
</mxCell>
|
|
||||||
<mxCell id="hmBfKhxy8mBhXzrh4bXw-57" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;exitX=0.5;exitY=1;exitDx=0;exitDy=0;entryX=0.5;entryY=0;entryDx=0;entryDy=0;strokeColor=#666666;" edge="1" parent="1" source="hmBfKhxy8mBhXzrh4bXw-27" target="hmBfKhxy8mBhXzrh4bXw-28">
|
|
||||||
<mxGeometry relative="1" as="geometry" />
|
|
||||||
</mxCell>
|
|
||||||
<mxCell id="hmBfKhxy8mBhXzrh4bXw-27" value="<div><font face="Courier New">Control Server</font></div><div><font face="Courier New">( C 98 )</font></div>" style="rounded=1;whiteSpace=wrap;html=1;fillColor=#77AADD;strokeColor=#77AADD;labelPosition=center;verticalLabelPosition=middle;align=center;verticalAlign=middle;fontSize=17;gradientColor=none;fontColor=#FFFFFF;" vertex="1" parent="1">
|
|
||||||
<mxGeometry x="-47" y="3750" width="146" height="60" as="geometry" />
|
|
||||||
</mxCell>
|
|
||||||
<mxCell id="hmBfKhxy8mBhXzrh4bXw-28" value="<div><font face="Courier New">Stop Server</font></div><div><font face="Courier New">( C 98 )</font></div>" style="rounded=1;whiteSpace=wrap;html=1;fillColor=#77AADD;strokeColor=#77AADD;labelPosition=center;verticalLabelPosition=middle;align=center;verticalAlign=middle;fontSize=17;gradientColor=none;fontColor=#FFFFFF;" vertex="1" parent="1">
|
|
||||||
<mxGeometry x="-47" y="3853" width="146" height="60" as="geometry" />
|
|
||||||
</mxCell>
|
|
||||||
<mxCell id="hmBfKhxy8mBhXzrh4bXw-29" value="Client&nbsp;" style="text;html=1;align=center;verticalAlign=middle;resizable=0;points=[];autosize=1;strokeColor=none;fillColor=none;fontColor=#666666;" vertex="1" parent="1">
|
|
||||||
<mxGeometry x="-173" y="3766.5" width="50" height="26" as="geometry" />
|
|
||||||
</mxCell>
|
|
||||||
<mxCell id="hmBfKhxy8mBhXzrh4bXw-30" value="" style="endArrow=classic;startArrow=classic;html=1;rounded=0;entryX=0;entryY=0.5;entryDx=0;entryDy=0;fontColor=#666666;strokeColor=#666666;" edge="1" parent="1" target="hmBfKhxy8mBhXzrh4bXw-27">
|
|
||||||
<mxGeometry width="50" height="50" relative="1" as="geometry">
|
|
||||||
<mxPoint x="-133" y="3780" as="sourcePoint" />
|
|
||||||
<mxPoint x="-48" y="3783" as="targetPoint" />
|
|
||||||
</mxGeometry>
|
|
||||||
</mxCell>
|
|
||||||
<mxCell id="hmBfKhxy8mBhXzrh4bXw-34" value="On-board CPU" style="text;html=1;align=center;verticalAlign=middle;resizable=0;points=[];autosize=1;strokeColor=none;fillColor=none;fontSize=17;fontColor=#666666;" vertex="1" parent="1">
|
|
||||||
<mxGeometry x="-34" y="3921" width="120" height="32" as="geometry" />
|
|
||||||
</mxCell>
|
|
||||||
<mxCell id="hmBfKhxy8mBhXzrh4bXw-35" value="Registers" style="rounded=1;whiteSpace=wrap;html=1;fillColor=#AAAAFF;strokeColor=#AAAAFF;labelPosition=center;verticalLabelPosition=middle;align=center;verticalAlign=middle;fontSize=17;gradientColor=none;fontColor=#FFFFFF;" vertex="1" parent="1">
|
|
||||||
<mxGeometry x="182.34000000000003" y="3872.5" width="152" height="40" as="geometry" />
|
|
||||||
</mxCell>
|
|
||||||
<mxCell id="hmBfKhxy8mBhXzrh4bXw-37" value="FPGA ( VHDL )" style="text;html=1;align=center;verticalAlign=middle;resizable=0;points=[];autosize=1;strokeColor=none;fillColor=none;fontSize=17;fontColor=#666666;" vertex="1" parent="1">
|
|
||||||
<mxGeometry x="184.00000000000003" y="3921" width="131" height="32" as="geometry" />
|
|
||||||
</mxCell>
|
|
||||||
<mxCell id="hmBfKhxy8mBhXzrh4bXw-38" value="UDP Generator" style="rounded=1;whiteSpace=wrap;html=1;fillColor=#AAAAFF;strokeColor=#AAAAFF;labelPosition=center;verticalLabelPosition=middle;align=center;verticalAlign=middle;fontSize=17;gradientColor=none;fontColor=#FFFFFF;" vertex="1" parent="1">
|
|
||||||
<mxGeometry x="182.75" y="3820" width="152" height="40" as="geometry" />
|
|
||||||
</mxCell>
|
|
||||||
<mxCell id="hmBfKhxy8mBhXzrh4bXw-39" value="Readout and Processing Logic" style="rounded=1;whiteSpace=wrap;html=1;fillColor=#AAAAFF;strokeColor=#AAAAFF;labelPosition=center;verticalLabelPosition=middle;align=center;verticalAlign=middle;fontSize=17;gradientColor=none;fontColor=#FFFFFF;" vertex="1" parent="1">
|
|
||||||
<mxGeometry x="183.5" y="3740" width="152" height="70" as="geometry" />
|
|
||||||
</mxCell>
|
|
||||||
<mxCell id="hmBfKhxy8mBhXzrh4bXw-40" value="" style="endArrow=classic;startArrow=classic;html=1;rounded=0;entryX=0;entryY=0.5;entryDx=0;entryDy=0;exitX=1;exitY=0.5;exitDx=0;exitDy=0;fontColor=#666666;strokeColor=#666666;" edge="1" parent="1" source="hmBfKhxy8mBhXzrh4bXw-28" target="hmBfKhxy8mBhXzrh4bXw-35">
|
|
||||||
<mxGeometry width="50" height="50" relative="1" as="geometry">
|
|
||||||
<mxPoint x="64.37" y="3696" as="sourcePoint" />
|
|
||||||
<mxPoint x="176.37" y="3696" as="targetPoint" />
|
|
||||||
</mxGeometry>
|
|
||||||
</mxCell>
|
|
||||||
<mxCell id="hmBfKhxy8mBhXzrh4bXw-41" value="<span style="background-color: transparent;">Stop</span>" style="text;html=1;align=center;verticalAlign=middle;resizable=0;points=[];autosize=1;strokeColor=none;fillColor=none;fontColor=#666666;rotation=5;" vertex="1" parent="1">
|
|
||||||
<mxGeometry x="117.61000000000001" y="3867" width="40" height="26" as="geometry" />
|
|
||||||
</mxCell>
|
|
||||||
<mxCell id="hmBfKhxy8mBhXzrh4bXw-42" value="" style="endArrow=classic;startArrow=classic;html=1;rounded=0;entryX=0;entryY=0.5;entryDx=0;entryDy=0;exitX=1;exitY=0.5;exitDx=0;exitDy=0;fontColor=#666666;strokeColor=#666666;" edge="1" parent="1" source="hmBfKhxy8mBhXzrh4bXw-27" target="hmBfKhxy8mBhXzrh4bXw-35">
|
|
||||||
<mxGeometry width="50" height="50" relative="1" as="geometry">
|
|
||||||
<mxPoint x="69.37" y="3580" as="sourcePoint" />
|
|
||||||
<mxPoint x="176.37" y="3696" as="targetPoint" />
|
|
||||||
</mxGeometry>
|
|
||||||
</mxCell>
|
|
||||||
<mxCell id="hmBfKhxy8mBhXzrh4bXw-43" value="<span style="background-color: transparent;">Control</span>" style="text;html=1;align=center;verticalAlign=middle;resizable=0;points=[];autosize=1;strokeColor=none;fillColor=none;rotation=53;fontColor=#666666;" vertex="1" parent="1">
|
|
||||||
<mxGeometry x="113" y="3811" width="55" height="26" as="geometry" />
|
|
||||||
</mxCell>
|
|
||||||
<mxCell id="hmBfKhxy8mBhXzrh4bXw-46" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;exitX=1;exitY=0.75;exitDx=0;exitDy=0;fontColor=#666666;strokeColor=#666666;dashed=1;" edge="1" parent="1" source="hmBfKhxy8mBhXzrh4bXw-38">
|
|
||||||
<mxGeometry relative="1" as="geometry">
|
|
||||||
<mxPoint x="446" y="3849" as="targetPoint" />
|
|
||||||
<mxPoint x="350.27" y="3843" as="sourcePoint" />
|
|
||||||
</mxGeometry>
|
|
||||||
</mxCell>
|
|
||||||
<mxCell id="hmBfKhxy8mBhXzrh4bXw-48" value="" style="rounded=1;whiteSpace=wrap;html=1;fillColor=#FFFFDD;fontColor=#333333;strokeColor=#E6E6E6;" vertex="1" parent="1">
|
|
||||||
<mxGeometry x="157" y="3626" width="202" height="57" as="geometry" />
|
|
||||||
</mxCell>
|
|
||||||
<mxCell id="hmBfKhxy8mBhXzrh4bXw-49" value="Sensor &amp; Chip" style="text;html=1;align=center;verticalAlign=middle;resizable=0;points=[];autosize=1;strokeColor=none;fillColor=none;fontSize=17;fontColor=#666666;" vertex="1" parent="1">
|
|
||||||
<mxGeometry x="198.2" y="3638.5" width="119" height="32" as="geometry" />
|
|
||||||
</mxCell>
|
|
||||||
<mxCell id="hmBfKhxy8mBhXzrh4bXw-50" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;exitX=0.25;exitY=0;exitDx=0;exitDy=0;entryX=0.25;entryY=1;entryDx=0;entryDy=0;fontColor=#666666;strokeColor=#666666;" edge="1" parent="1" source="hmBfKhxy8mBhXzrh4bXw-36" target="hmBfKhxy8mBhXzrh4bXw-48">
|
|
||||||
<mxGeometry relative="1" as="geometry">
|
|
||||||
<mxPoint x="213.19" y="3721" as="sourcePoint" />
|
|
||||||
<mxPoint x="212.19" y="3689" as="targetPoint" />
|
|
||||||
</mxGeometry>
|
|
||||||
</mxCell>
|
|
||||||
<mxCell id="hmBfKhxy8mBhXzrh4bXw-51" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;exitX=0.644;exitY=0.993;exitDx=0;exitDy=0;entryX=0.65;entryY=0.007;entryDx=0;entryDy=0;entryPerimeter=0;exitPerimeter=0;fontColor=#666666;strokeColor=#666666;" edge="1" parent="1" source="hmBfKhxy8mBhXzrh4bXw-48" target="hmBfKhxy8mBhXzrh4bXw-36">
|
|
||||||
<mxGeometry relative="1" as="geometry">
|
|
||||||
<mxPoint x="281.19" y="3689" as="sourcePoint" />
|
|
||||||
<mxPoint x="281.19" y="3721" as="targetPoint" />
|
|
||||||
</mxGeometry>
|
|
||||||
</mxCell>
|
|
||||||
<mxCell id="hmBfKhxy8mBhXzrh4bXw-52" value="Control" style="text;html=1;align=center;verticalAlign=middle;resizable=0;points=[];autosize=1;strokeColor=none;fillColor=none;fontColor=#666666;" vertex="1" parent="1">
|
|
||||||
<mxGeometry x="154.39000000000001" y="3686" width="55" height="26" as="geometry" />
|
|
||||||
</mxCell>
|
|
||||||
<mxCell id="hmBfKhxy8mBhXzrh4bXw-53" value="Data" style="text;html=1;align=center;verticalAlign=middle;resizable=0;points=[];autosize=1;strokeColor=none;fillColor=none;fontColor=#666666;" vertex="1" parent="1">
|
|
||||||
<mxGeometry x="285.62" y="3686" width="41" height="26" as="geometry" />
|
|
||||||
</mxCell>
|
|
||||||
<mxCell id="hmBfKhxy8mBhXzrh4bXw-55" value="MODULE" style="text;html=1;align=center;verticalAlign=middle;resizable=0;points=[];autosize=1;strokeColor=none;fillColor=none;fontSize=17;fontColor=#666666;" vertex="1" parent="1">
|
|
||||||
<mxGeometry x="-19" y="3642" width="91" height="32" as="geometry" />
|
|
||||||
</mxCell>
|
|
||||||
<mxCell id="hmBfKhxy8mBhXzrh4bXw-58" value="<span style="background-color: transparent;">Spawns</span>" style="text;html=1;align=center;verticalAlign=middle;resizable=0;points=[];autosize=1;strokeColor=none;fillColor=none;fontColor=#666666;" vertex="1" parent="1">
|
|
||||||
<mxGeometry x="22" y="3817" width="55" height="26" as="geometry" />
|
|
||||||
</mxCell>
|
|
||||||
<mxCell id="hmBfKhxy8mBhXzrh4bXw-59" value="<font face="Courier New">On-board&nbsp;</font><div><font face="Courier New">Detector&nbsp;</font><span style="font-family: &quot;Courier New&quot;; background-color: transparent; color: light-dark(rgb(255, 255, 255), rgb(18, 18, 18));">Server</span></div>" style="rounded=1;whiteSpace=wrap;html=1;fillColor=#77AADD;strokeColor=#77AADD;labelPosition=center;verticalLabelPosition=middle;align=center;verticalAlign=middle;fontSize=17;gradientColor=none;fontColor=#FFFFFF;" vertex="1" parent="1">
|
|
||||||
<mxGeometry x="-202.75" y="4236" width="160" height="84" as="geometry" />
|
|
||||||
</mxCell>
|
|
||||||
<mxCell id="hmBfKhxy8mBhXzrh4bXw-60" value="Firmware&nbsp;<div>( *.bit, *.pof, *.rbf )</div>" style="rounded=1;whiteSpace=wrap;html=1;fillColor=#9999FF;strokeColor=#9999FF;labelPosition=center;verticalLabelPosition=middle;align=center;verticalAlign=middle;fontSize=17;gradientColor=none;fontColor=#FFFFFF;" vertex="1" parent="1">
|
|
||||||
<mxGeometry x="37.86" y="4236" width="160" height="84" as="geometry" />
|
|
||||||
</mxCell>
|
|
||||||
<mxCell id="hmBfKhxy8mBhXzrh4bXw-61" value="<font face="Courier New">slsDetectorPackage</font><div><font face="Courier New">( Client /&amp; Receiver )</font></div>" style="rounded=1;whiteSpace=wrap;html=1;fillColor=#77BBBB;strokeColor=#77BBBB;labelPosition=center;verticalLabelPosition=middle;align=center;verticalAlign=middle;fontSize=17;gradientColor=none;fontColor=#FFFFFF;" vertex="1" parent="1">
|
|
||||||
<mxGeometry x="278.75" y="4236" width="200" height="84" as="geometry" />
|
|
||||||
</mxCell>
|
|
||||||
<mxCell id="hmBfKhxy8mBhXzrh4bXw-64" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;exitX=1;exitY=0.25;exitDx=0;exitDy=0;fontColor=#666666;strokeColor=#666666;" edge="1" parent="1" source="hmBfKhxy8mBhXzrh4bXw-38">
|
|
||||||
<mxGeometry relative="1" as="geometry">
|
|
||||||
<mxPoint x="447" y="3830" as="targetPoint" />
|
|
||||||
<mxPoint x="356" y="3811" as="sourcePoint" />
|
|
||||||
</mxGeometry>
|
|
||||||
</mxCell>
|
|
||||||
<mxCell id="hmBfKhxy8mBhXzrh4bXw-66" value="UDP Port" style="text;html=1;align=center;verticalAlign=middle;resizable=0;points=[];autosize=1;strokeColor=none;fillColor=none;fontColor=#666666;" vertex="1" parent="1">
|
|
||||||
<mxGeometry x="350.12" y="3810" width="65" height="26" as="geometry" />
|
|
||||||
</mxCell>
|
|
||||||
<mxCell id="hmBfKhxy8mBhXzrh4bXw-67" value="UDP Port 2" style="text;html=1;align=center;verticalAlign=middle;resizable=0;points=[];autosize=1;strokeColor=none;fillColor=none;fontColor=#666666;" vertex="1" parent="1">
|
|
||||||
<mxGeometry x="349.62" y="3829" width="74" height="26" as="geometry" />
|
|
||||||
</mxCell>
|
|
||||||
<mxCell id="hmBfKhxy8mBhXzrh4bXw-68" value="TCP Port<div><span style="background-color: transparent; color: light-dark(rgb(102, 102, 102), rgb(149, 149, 149));">Control</span></div>" style="text;html=1;align=center;verticalAlign=middle;resizable=0;points=[];autosize=1;strokeColor=none;fillColor=none;fontColor=#666666;" vertex="1" parent="1">
|
|
||||||
<mxGeometry x="-124" y="3759" width="63" height="41" as="geometry" />
|
|
||||||
</mxCell>
|
|
||||||
<mxCell id="hmBfKhxy8mBhXzrh4bXw-69" value="<span style="background-color: transparent; color: light-dark(rgb(102, 102, 102), rgb(149, 149, 149));">TCP Port</span><div><span style="background-color: transparent; color: light-dark(rgb(102, 102, 102), rgb(149, 149, 149));">Stop</span></div>" style="text;html=1;align=center;verticalAlign=middle;resizable=0;points=[];autosize=1;strokeColor=none;fillColor=none;fontColor=#666666;" vertex="1" parent="1">
|
|
||||||
<mxGeometry x="-125" y="3868" width="63" height="41" as="geometry" />
|
|
||||||
</mxCell>
|
|
||||||
<mxCell id="hmBfKhxy8mBhXzrh4bXw-71" value="Receiver" style="text;html=1;align=center;verticalAlign=middle;resizable=0;points=[];autosize=1;strokeColor=none;fillColor=none;fontColor=#666666;" vertex="1" parent="1">
|
|
||||||
<mxGeometry x="438.20000000000005" y="3817" width="61" height="26" as="geometry" />
|
|
||||||
</mxCell>
|
|
||||||
<mxCell id="hmBfKhxy8mBhXzrh4bXw-72" value="Receiver" style="text;html=1;align=center;verticalAlign=middle;resizable=0;points=[];autosize=1;strokeColor=none;fillColor=none;fontColor=#666666;" vertex="1" parent="1">
|
|
||||||
<mxGeometry x="438.38" y="3836" width="61" height="26" as="geometry" />
|
|
||||||
</mxCell>
|
|
||||||
<mxCell id="hmBfKhxy8mBhXzrh4bXw-75" value="<font face="Courier New">Listener</font>" style="rounded=1;whiteSpace=wrap;html=1;fillColor=#77AADD;strokeColor=#77AADD;labelPosition=center;verticalLabelPosition=middle;align=center;verticalAlign=middle;fontSize=17;gradientColor=none;fontColor=#FFFFFF;" vertex="1" parent="1">
|
|
||||||
<mxGeometry x="-208" y="4630.5" width="146" height="84" as="geometry" />
|
|
||||||
</mxCell>
|
|
||||||
<mxCell id="hmBfKhxy8mBhXzrh4bXw-77" value="Data Processor" style="rounded=1;whiteSpace=wrap;html=1;fillColor=#9999FF;strokeColor=#9999FF;labelPosition=center;verticalLabelPosition=middle;align=center;verticalAlign=middle;fontSize=17;gradientColor=none;fontColor=#FFFFFF;" vertex="1" parent="1">
|
|
||||||
<mxGeometry x="-22.51" y="4628" width="167.88" height="84" as="geometry" />
|
|
||||||
</mxCell>
|
|
||||||
<mxCell id="hmBfKhxy8mBhXzrh4bXw-79" value="<font face="Courier New">Data Streamer</font>" style="rounded=1;whiteSpace=wrap;html=1;fillColor=#77BBBB;strokeColor=#77BBBB;labelPosition=center;verticalLabelPosition=middle;align=center;verticalAlign=middle;fontSize=17;gradientColor=none;fontColor=#FFFFFF;" vertex="1" parent="1">
|
|
||||||
<mxGeometry x="182.34" y="4628" width="179.12" height="84" as="geometry" />
|
|
||||||
</mxCell>
|
|
||||||
<mxCell id="hmBfKhxy8mBhXzrh4bXw-82" value="" style="endArrow=classic;startArrow=classic;html=1;rounded=0;entryX=0;entryY=0.5;entryDx=0;entryDy=0;fontColor=#666666;strokeColor=#666666;" edge="1" parent="1" target="hmBfKhxy8mBhXzrh4bXw-84">
|
|
||||||
<mxGeometry width="50" height="50" relative="1" as="geometry">
|
|
||||||
<mxPoint x="-289" y="4550" as="sourcePoint" />
|
|
||||||
<mxPoint x="-253" y="4554.5" as="targetPoint" />
|
|
||||||
</mxGeometry>
|
|
||||||
</mxCell>
|
|
||||||
<mxCell id="hmBfKhxy8mBhXzrh4bXw-106" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;exitX=0.5;exitY=1;exitDx=0;exitDy=0;strokeColor=#666666;" edge="1" parent="1" source="hmBfKhxy8mBhXzrh4bXw-84" target="hmBfKhxy8mBhXzrh4bXw-75">
|
|
||||||
<mxGeometry relative="1" as="geometry" />
|
|
||||||
</mxCell>
|
|
||||||
<mxCell id="hmBfKhxy8mBhXzrh4bXw-107" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;exitX=1;exitY=0.5;exitDx=0;exitDy=0;strokeColor=#666666;" edge="1" parent="1" source="hmBfKhxy8mBhXzrh4bXw-84" target="hmBfKhxy8mBhXzrh4bXw-77">
|
|
||||||
<mxGeometry relative="1" as="geometry" />
|
|
||||||
</mxCell>
|
|
||||||
<mxCell id="hmBfKhxy8mBhXzrh4bXw-108" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;exitX=1;exitY=0.25;exitDx=0;exitDy=0;strokeColor=#666666;" edge="1" parent="1" source="hmBfKhxy8mBhXzrh4bXw-84" target="hmBfKhxy8mBhXzrh4bXw-79">
|
|
||||||
<mxGeometry relative="1" as="geometry" />
|
|
||||||
</mxCell>
|
|
||||||
<mxCell id="hmBfKhxy8mBhXzrh4bXw-84" value="<font face="Courier New">TCP Server</font>" style="rounded=1;whiteSpace=wrap;html=1;fillColor=#AAAADD;strokeColor=#77AADD;labelPosition=center;verticalLabelPosition=middle;align=center;verticalAlign=middle;fontSize=17;gradientColor=none;fontColor=#FFFFFF;" vertex="1" parent="1">
|
|
||||||
<mxGeometry x="-208" y="4508" width="146" height="84" as="geometry" />
|
|
||||||
</mxCell>
|
|
||||||
<mxCell id="hmBfKhxy8mBhXzrh4bXw-85" value="Client&nbsp;" style="text;html=1;align=center;verticalAlign=middle;resizable=0;points=[];autosize=1;strokeColor=none;fillColor=none;fontColor=#666666;" vertex="1" parent="1">
|
|
||||||
<mxGeometry x="-330" y="4537" width="50" height="26" as="geometry" />
|
|
||||||
</mxCell>
|
|
||||||
<mxCell id="hmBfKhxy8mBhXzrh4bXw-86" value="TCP Port<div><span style="background-color: transparent; color: light-dark(rgb(102, 102, 102), rgb(149, 149, 149));">Control</span></div>" style="text;html=1;align=center;verticalAlign=middle;resizable=0;points=[];autosize=1;strokeColor=none;fillColor=none;fontColor=#666666;" vertex="1" parent="1">
|
|
||||||
<mxGeometry x="-276" y="4529.5" width="63" height="41" as="geometry" />
|
|
||||||
</mxCell>
|
|
||||||
<mxCell id="hmBfKhxy8mBhXzrh4bXw-87" value="" style="endArrow=classic;html=1;rounded=0;entryX=0.01;entryY=0.83;entryDx=0;entryDy=0;strokeColor=#666666;entryPerimeter=0;" edge="1" parent="1" target="hmBfKhxy8mBhXzrh4bXw-75">
|
|
||||||
<mxGeometry width="50" height="50" relative="1" as="geometry">
|
|
||||||
<mxPoint x="-291" y="4700" as="sourcePoint" />
|
|
||||||
<mxPoint x="-265" y="4672" as="targetPoint" />
|
|
||||||
</mxGeometry>
|
|
||||||
</mxCell>
|
|
||||||
<mxCell id="hmBfKhxy8mBhXzrh4bXw-88" value="Module" style="text;html=1;align=center;verticalAlign=middle;resizable=0;points=[];autosize=1;strokeColor=none;fillColor=none;fontColor=#666666;" vertex="1" parent="1">
|
|
||||||
<mxGeometry x="-339" y="4686" width="55" height="26" as="geometry" />
|
|
||||||
</mxCell>
|
|
||||||
<mxCell id="hmBfKhxy8mBhXzrh4bXw-89" value="UDP Port" style="text;html=1;align=center;verticalAlign=middle;resizable=0;points=[];autosize=1;strokeColor=none;fillColor=none;fontColor=#666666;" vertex="1" parent="1">
|
|
||||||
<mxGeometry x="-278" y="4679.5" width="65" height="26" as="geometry" />
|
|
||||||
</mxCell>
|
|
||||||
<mxCell id="hmBfKhxy8mBhXzrh4bXw-91" value="Data" style="text;html=1;align=center;verticalAlign=middle;resizable=0;points=[];autosize=1;strokeColor=none;fillColor=none;fontColor=#666666;" vertex="1" parent="1">
|
|
||||||
<mxGeometry x="351.12" y="3846.5" width="41" height="26" as="geometry" />
|
|
||||||
</mxCell>
|
|
||||||
<mxCell id="hmBfKhxy8mBhXzrh4bXw-94" value="" style="endArrow=classic;html=1;rounded=0;strokeColor=#666666;exitX=0.5;exitY=1;exitDx=0;exitDy=0;" edge="1" parent="1" source="hmBfKhxy8mBhXzrh4bXw-75" target="hmBfKhxy8mBhXzrh4bXw-95">
|
|
||||||
<mxGeometry width="50" height="50" relative="1" as="geometry">
|
|
||||||
<mxPoint x="-50" y="4739" as="sourcePoint" />
|
|
||||||
<mxPoint y="4689" as="targetPoint" />
|
|
||||||
</mxGeometry>
|
|
||||||
</mxCell>
|
|
||||||
<mxCell id="hmBfKhxy8mBhXzrh4bXw-95" value="Assembles&nbsp;<div><span style="background-color: transparent; color: light-dark(rgb(102, 102, 102), rgb(149, 149, 149));">into images in memory</span></div>" style="text;html=1;align=center;verticalAlign=middle;resizable=0;points=[];autosize=1;strokeColor=#666666;fillColor=none;fontColor=#666666;" vertex="1" parent="1">
|
|
||||||
<mxGeometry x="-199" y="4754" width="129" height="41" as="geometry" />
|
|
||||||
</mxCell>
|
|
||||||
<mxCell id="hmBfKhxy8mBhXzrh4bXw-96" value="Optional callbacks&nbsp;<div>for online processing</div>" style="text;html=1;align=center;verticalAlign=middle;resizable=0;points=[];autosize=1;strokeColor=#666666;fillColor=none;fontColor=#666666;" vertex="1" parent="1">
|
|
||||||
<mxGeometry x="-39.62" y="4754" width="119" height="41" as="geometry" />
|
|
||||||
</mxCell>
|
|
||||||
<mxCell id="hmBfKhxy8mBhXzrh4bXw-98" value="" style="endArrow=classic;html=1;rounded=0;strokeColor=#666666;exitX=0.25;exitY=1;exitDx=0;exitDy=0;" edge="1" parent="1" source="hmBfKhxy8mBhXzrh4bXw-77" target="hmBfKhxy8mBhXzrh4bXw-96">
|
|
||||||
<mxGeometry width="50" height="50" relative="1" as="geometry">
|
|
||||||
<mxPoint x="54.370000000000005" y="4719" as="sourcePoint" />
|
|
||||||
<mxPoint x="54.370000000000005" y="4754" as="targetPoint" />
|
|
||||||
</mxGeometry>
|
|
||||||
</mxCell>
|
|
||||||
<mxCell id="hmBfKhxy8mBhXzrh4bXw-99" value="Optional File" style="text;html=1;align=center;verticalAlign=middle;resizable=0;points=[];autosize=1;strokeColor=#666666;fillColor=none;fontColor=#666666;" vertex="1" parent="1">
|
|
||||||
<mxGeometry x="63" y="4810" width="82" height="26" as="geometry" />
|
|
||||||
</mxCell>
|
|
||||||
<mxCell id="hmBfKhxy8mBhXzrh4bXw-100" value="" style="endArrow=classic;html=1;rounded=0;strokeColor=#666666;exitX=0.754;exitY=0.979;exitDx=0;exitDy=0;exitPerimeter=0;" edge="1" parent="1" source="hmBfKhxy8mBhXzrh4bXw-77" target="hmBfKhxy8mBhXzrh4bXw-99">
|
|
||||||
<mxGeometry width="50" height="50" relative="1" as="geometry">
|
|
||||||
<mxPoint x="86.62" y="4759" as="sourcePoint" />
|
|
||||||
<mxPoint x="121.99000000000001" y="4801" as="targetPoint" />
|
|
||||||
</mxGeometry>
|
|
||||||
</mxCell>
|
|
||||||
<mxCell id="hmBfKhxy8mBhXzrh4bXw-101" value="Optional Data Streaming" style="text;html=1;align=center;verticalAlign=middle;resizable=0;points=[];autosize=1;strokeColor=#666666;fillColor=none;fontColor=#666666;" vertex="1" parent="1">
|
|
||||||
<mxGeometry x="203.5" y="4774" width="138" height="26" as="geometry" />
|
|
||||||
</mxCell>
|
|
||||||
<mxCell id="hmBfKhxy8mBhXzrh4bXw-102" value="" style="endArrow=classic;html=1;rounded=0;strokeColor=#666666;exitX=0.5;exitY=1;exitDx=0;exitDy=0;" edge="1" parent="1" source="hmBfKhxy8mBhXzrh4bXw-79" target="hmBfKhxy8mBhXzrh4bXw-101">
|
|
||||||
<mxGeometry width="50" height="50" relative="1" as="geometry">
|
|
||||||
<mxPoint x="275.12" y="4724" as="sourcePoint" />
|
|
||||||
<mxPoint x="310.49" y="4766" as="targetPoint" />
|
|
||||||
</mxGeometry>
|
|
||||||
</mxCell>
|
|
||||||
<mxCell id="hmBfKhxy8mBhXzrh4bXw-103" value="" style="endArrow=classic;html=1;rounded=0;entryX=-0.002;entryY=0.873;entryDx=0;entryDy=0;strokeColor=#666666;dashed=1;entryPerimeter=0;" edge="1" parent="1" target="hmBfKhxy8mBhXzrh4bXw-119">
|
|
||||||
<mxGeometry width="50" height="50" relative="1" as="geometry">
|
|
||||||
<mxPoint x="-291" y="4723" as="sourcePoint" />
|
|
||||||
<mxPoint x="-208" y="4723.5" as="targetPoint" />
|
|
||||||
</mxGeometry>
|
|
||||||
</mxCell>
|
|
||||||
<mxCell id="hmBfKhxy8mBhXzrh4bXw-104" value="Module" style="text;html=1;align=center;verticalAlign=middle;resizable=0;points=[];autosize=1;strokeColor=none;fillColor=none;fontColor=#666666;" vertex="1" parent="1">
|
|
||||||
<mxGeometry x="-339" y="4708" width="55" height="26" as="geometry" />
|
|
||||||
</mxCell>
|
|
||||||
<mxCell id="hmBfKhxy8mBhXzrh4bXw-105" value="UDP Port 2" style="text;html=1;align=center;verticalAlign=middle;resizable=0;points=[];autosize=1;strokeColor=none;fillColor=none;fontColor=#666666;" vertex="1" parent="1">
|
|
||||||
<mxGeometry x="-284" y="4702.5" width="74" height="26" as="geometry" />
|
|
||||||
</mxCell>
|
|
||||||
<mxCell id="hmBfKhxy8mBhXzrh4bXw-116" value="RECEIVER" style="text;html=1;align=center;verticalAlign=middle;resizable=0;points=[];autosize=1;strokeColor=none;fillColor=none;fontSize=17;fontColor=#666666;" vertex="1" parent="1">
|
|
||||||
<mxGeometry x="24.71" y="4472" width="101" height="32" as="geometry" />
|
|
||||||
</mxCell>
|
|
||||||
<mxCell id="hmBfKhxy8mBhXzrh4bXw-117" value="UPGRADE COMPONENTS" style="text;html=1;align=center;verticalAlign=middle;resizable=0;points=[];autosize=1;strokeColor=none;fillColor=none;fontSize=17;fontColor=#666666;" vertex="1" parent="1">
|
|
||||||
<mxGeometry x="11.369999999999997" y="4196" width="218" height="32" as="geometry" />
|
|
||||||
</mxCell>
|
|
||||||
<mxCell id="hmBfKhxy8mBhXzrh4bXw-121" value="<div><span style="background-color: transparent; color: light-dark(rgb(102, 102, 102), rgb(149, 149, 149));">Data packets</span></div>" style="text;html=1;align=center;verticalAlign=middle;resizable=0;points=[];autosize=1;strokeColor=none;fillColor=none;fontColor=#666666;" vertex="1" parent="1">
|
|
||||||
<mxGeometry x="-284" y="4657" width="80" height="26" as="geometry" />
|
|
||||||
</mxCell>
|
|
||||||
<mxCell id="hmBfKhxy8mBhXzrh4bXw-124" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;exitX=1.001;exitY=0.818;exitDx=0;exitDy=0;fontColor=#666666;strokeColor=#666666;dashed=1;exitPerimeter=0;" edge="1" parent="1" source="hmBfKhxy8mBhXzrh4bXw-123">
|
|
||||||
<mxGeometry relative="1" as="geometry">
|
|
||||||
<mxPoint x="469" y="4711" as="targetPoint" />
|
|
||||||
<mxPoint x="382.62" y="4711" as="sourcePoint" />
|
|
||||||
</mxGeometry>
|
|
||||||
</mxCell>
|
|
||||||
<mxCell id="hmBfKhxy8mBhXzrh4bXw-125" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;exitX=1;exitY=0.75;exitDx=0;exitDy=0;fontColor=#666666;strokeColor=#666666;" edge="1" parent="1" source="hmBfKhxy8mBhXzrh4bXw-79">
|
|
||||||
<mxGeometry relative="1" as="geometry">
|
|
||||||
<mxPoint x="470" y="4691" as="targetPoint" />
|
|
||||||
<mxPoint x="382.62" y="4691" as="sourcePoint" />
|
|
||||||
</mxGeometry>
|
|
||||||
</mxCell>
|
|
||||||
<mxCell id="hmBfKhxy8mBhXzrh4bXw-126" value="ZMQ Port" style="text;html=1;align=center;verticalAlign=middle;resizable=0;points=[];autosize=1;strokeColor=none;fillColor=none;fontColor=#666666;" vertex="1" parent="1">
|
|
||||||
<mxGeometry x="370.74" y="4671" width="68" height="26" as="geometry" />
|
|
||||||
</mxCell>
|
|
||||||
<mxCell id="hmBfKhxy8mBhXzrh4bXw-127" value="ZMQ Port 2" style="text;html=1;align=center;verticalAlign=middle;resizable=0;points=[];autosize=1;strokeColor=none;fillColor=none;fontColor=#666666;" vertex="1" parent="1">
|
|
||||||
<mxGeometry x="369.24" y="4690" width="77" height="26" as="geometry" />
|
|
||||||
</mxCell>
|
|
||||||
<mxCell id="hmBfKhxy8mBhXzrh4bXw-128" value="GUI" style="text;html=1;align=center;verticalAlign=middle;resizable=0;points=[];autosize=1;strokeColor=none;fillColor=none;fontColor=#666666;" vertex="1" parent="1">
|
|
||||||
<mxGeometry x="462.82000000000005" y="4678" width="39" height="26" as="geometry" />
|
|
||||||
</mxCell>
|
|
||||||
<mxCell id="hmBfKhxy8mBhXzrh4bXw-129" value="GUI" style="text;html=1;align=center;verticalAlign=middle;resizable=0;points=[];autosize=1;strokeColor=none;fillColor=none;fontColor=#666666;" vertex="1" parent="1">
|
|
||||||
<mxGeometry x="462" y="4697" width="39" height="26" as="geometry" />
|
|
||||||
</mxCell>
|
|
||||||
<mxCell id="hmBfKhxy8mBhXzrh4bXw-130" value="Images" style="text;html=1;align=center;verticalAlign=middle;resizable=0;points=[];autosize=1;strokeColor=none;fillColor=none;fontColor=#666666;" vertex="1" parent="1">
|
|
||||||
<mxGeometry x="370.24" y="4653" width="53" height="26" as="geometry" />
|
|
||||||
</mxCell>
|
|
||||||
<mxCell id="hmBfKhxy8mBhXzrh4bXw-131" value="<font face="Courier New">C++ API</font>" style="rounded=1;whiteSpace=wrap;html=1;fillColor=#77BBBB;strokeColor=#77BBBB;labelPosition=center;verticalLabelPosition=middle;align=center;verticalAlign=middle;fontSize=17;gradientColor=none;fontColor=#FFFFFF;" vertex="1" parent="1">
|
|
||||||
<mxGeometry x="-199" y="4999" width="146" height="84" as="geometry" />
|
|
||||||
</mxCell>
|
|
||||||
<mxCell id="hmBfKhxy8mBhXzrh4bXw-132" value="<font face="Courier New">Python API</font><span style="color: rgba(0, 0, 0, 0); font-family: monospace; font-size: 0px; text-align: start; text-wrap-mode: nowrap;">%3CmxGraphModel%3E%3Croot%3E%3CmxCell%20id%3D%220%22%2F%3E%3CmxCell%20id%3D%221%22%20parent%3D%220%22%2F%3E%3CmxCell%20id%3D%222%22%20value%3D%22%26lt%3Bfont%20face%3D%26quot%3BCourier%20New%26quot%3B%26gt%3BC%2B%2B%20API%26lt%3B%2Ffont%26gt%3B%22%20style%3D%22rounded%3D1%3BwhiteSpace%3Dwrap%3Bhtml%3D1%3BfillColor%3D%2377AADD%3BstrokeColor%3D%2377AADD%3BlabelPosition%3Dcenter%3BverticalLabelPosition%3Dmiddle%3Balign%3Dcenter%3BverticalAlign%3Dmiddle%3BfontSize%3D17%3BgradientColor%3Dnone%3BfontColor%3D%23FFFFFF%3B%22%20vertex%3D%221%22%20parent%3D%221%22%3E%3CmxGeometry%20x%3D%22-180%22%20y%3D%224998%22%20width%3D%22146%22%20height%3D%2284%22%20as%3D%22geometry%22%2F%3E%3C%2FmxCell%3E%3C%2Froot%3E%3C%2FmxGraphModel%3E</span>" style="rounded=1;whiteSpace=wrap;html=1;fillColor=#77BBBB;strokeColor=#77BBBB;labelPosition=center;verticalLabelPosition=middle;align=center;verticalAlign=middle;fontSize=17;gradientColor=none;fontColor=#FFFFFF;" vertex="1" parent="1">
|
|
||||||
<mxGeometry x="-202.75" y="5120" width="146" height="84" as="geometry" />
|
|
||||||
</mxCell>
|
|
||||||
<mxCell id="hmBfKhxy8mBhXzrh4bXw-133" value="<font face="Courier New">CLI</font>" style="rounded=1;whiteSpace=wrap;html=1;fillColor=#77BBBB;strokeColor=#77BBBB;labelPosition=center;verticalLabelPosition=middle;align=center;verticalAlign=middle;fontSize=17;gradientColor=none;fontColor=#FFFFFF;" vertex="1" parent="1">
|
|
||||||
<mxGeometry x="-202.75" y="5240" width="146" height="84" as="geometry" />
|
|
||||||
</mxCell>
|
|
||||||
<mxCell id="hmBfKhxy8mBhXzrh4bXw-134" value="<font face="Courier New">Qt GUI</font>" style="rounded=1;whiteSpace=wrap;html=1;fillColor=#77BBBB;strokeColor=#77BBBB;labelPosition=center;verticalLabelPosition=middle;align=center;verticalAlign=middle;fontSize=17;gradientColor=none;fontColor=#FFFFFF;" vertex="1" parent="1">
|
|
||||||
<mxGeometry x="-202.75" y="5360" width="146" height="84" as="geometry" />
|
|
||||||
</mxCell>
|
|
||||||
<mxCell id="hmBfKhxy8mBhXzrh4bXw-135" value="" style="points=[[0.35,0,0],[0.98,0.51,0],[1,0.71,0],[0.67,1,0],[0,0.795,0],[0,0.65,0]];verticalLabelPosition=bottom;sketch=0;html=1;verticalAlign=top;aspect=fixed;align=center;pointerEvents=1;shape=mxgraph.cisco19.user;fillColor=#77BBBB;strokeColor=#77BBBB;" vertex="1" parent="1">
|
|
||||||
<mxGeometry x="-336.5" y="5154" width="50" height="50" as="geometry" />
|
|
||||||
</mxCell>
|
|
||||||
<mxCell id="hmBfKhxy8mBhXzrh4bXw-137" value="<font face="Courier New">&lt;&lt;class&gt;&gt; Detector</font>" style="rounded=1;whiteSpace=wrap;html=1;fillColor=#77BBBB;strokeColor=#77BBBB;labelPosition=center;verticalLabelPosition=middle;align=center;verticalAlign=middle;fontSize=17;gradientColor=none;fontColor=#FFFFFF;" vertex="1" parent="1">
|
|
||||||
<mxGeometry x="24.710000000000004" y="5239" width="196" height="84" as="geometry" />
|
|
||||||
</mxCell>
|
|
||||||
<mxCell id="hmBfKhxy8mBhXzrh4bXw-138" value="Module 3" style="rounded=1;whiteSpace=wrap;html=1;fillColor=#99CCFF;strokeColor=#99CCFF;labelPosition=center;verticalLabelPosition=middle;align=center;verticalAlign=middle;fontSize=17;gradientColor=none;fontColor=#FFFFFF;" vertex="1" parent="1">
|
|
||||||
<mxGeometry x="-61.06999999999997" y="5622" width="132" height="68" as="geometry" />
|
|
||||||
</mxCell>
|
|
||||||
<mxCell id="hmBfKhxy8mBhXzrh4bXw-139" value="Module 2" style="rounded=1;whiteSpace=wrap;html=1;fillColor=#88BBEE;strokeColor=#88BBEE;labelPosition=center;verticalLabelPosition=middle;align=center;verticalAlign=middle;fontSize=17;gradientColor=none;fontColor=#FFFFFF;" vertex="1" parent="1">
|
|
||||||
<mxGeometry x="-72.06999999999996" y="5615" width="132" height="68" as="geometry" />
|
|
||||||
</mxCell>
|
|
||||||
<mxCell id="hmBfKhxy8mBhXzrh4bXw-140" value="Module 1" style="rounded=1;whiteSpace=wrap;html=1;fillColor=#77AADD;strokeColor=#77AADD;labelPosition=center;verticalLabelPosition=middle;align=center;verticalAlign=middle;fontSize=17;gradientColor=none;fontColor=#FFFFFF;" vertex="1" parent="1">
|
|
||||||
<mxGeometry x="-80.06999999999996" y="5607" width="132" height="68" as="geometry" />
|
|
||||||
</mxCell>
|
|
||||||
<mxCell id="hmBfKhxy8mBhXzrh4bXw-141" value="Module (s)" style="rounded=1;whiteSpace=wrap;html=1;fillColor=#6699CC;strokeColor=#6699CC;labelPosition=center;verticalLabelPosition=middle;align=center;verticalAlign=middle;fontSize=17;gradientColor=none;fontColor=#FFFFFF;" vertex="1" parent="1">
|
|
||||||
<mxGeometry x="-87.77000000000001" y="5600" width="132" height="68" as="geometry" />
|
|
||||||
</mxCell>
|
|
||||||
<mxCell id="hmBfKhxy8mBhXzrh4bXw-142" value="Module 3" style="rounded=1;whiteSpace=wrap;html=1;fillColor=#99CCFF;strokeColor=#99CCFF;labelPosition=center;verticalLabelPosition=middle;align=center;verticalAlign=middle;fontSize=17;gradientColor=none;fontColor=#FFFFFF;" vertex="1" parent="1">
|
|
||||||
<mxGeometry x="132.00000000000006" y="5622" width="132" height="68" as="geometry" />
|
|
||||||
</mxCell>
|
|
||||||
<mxCell id="hmBfKhxy8mBhXzrh4bXw-143" value="Module 2" style="rounded=1;whiteSpace=wrap;html=1;fillColor=#88BBEE;strokeColor=#88BBEE;labelPosition=center;verticalLabelPosition=middle;align=center;verticalAlign=middle;fontSize=17;gradientColor=none;fontColor=#FFFFFF;" vertex="1" parent="1">
|
|
||||||
<mxGeometry x="121.00000000000006" y="5615" width="132" height="68" as="geometry" />
|
|
||||||
</mxCell>
|
|
||||||
<mxCell id="hmBfKhxy8mBhXzrh4bXw-144" value="Module 1" style="rounded=1;whiteSpace=wrap;html=1;fillColor=#77AADD;strokeColor=#77AADD;labelPosition=center;verticalLabelPosition=middle;align=center;verticalAlign=middle;fontSize=17;gradientColor=none;fontColor=#FFFFFF;" vertex="1" parent="1">
|
|
||||||
<mxGeometry x="113.00000000000006" y="5607" width="132" height="68" as="geometry" />
|
|
||||||
</mxCell>
|
|
||||||
<mxCell id="hmBfKhxy8mBhXzrh4bXw-145" value="Receiver (s)" style="rounded=1;whiteSpace=wrap;html=1;fillColor=#6699CC;strokeColor=#6699CC;labelPosition=center;verticalLabelPosition=middle;align=center;verticalAlign=middle;fontSize=17;gradientColor=none;fontColor=#FFFFFF;" vertex="1" parent="1">
|
|
||||||
<mxGeometry x="105.30000000000001" y="5600" width="132" height="68" as="geometry" />
|
|
||||||
</mxCell>
|
|
||||||
<mxCell id="hmBfKhxy8mBhXzrh4bXw-150" value="" style="endArrow=classic;html=1;rounded=0;entryX=0;entryY=0.5;entryDx=0;entryDy=0;strokeColor=#666666;" edge="1" parent="1" target="hmBfKhxy8mBhXzrh4bXw-131">
|
|
||||||
<mxGeometry width="50" height="50" relative="1" as="geometry">
|
|
||||||
<mxPoint x="-284" y="5189" as="sourcePoint" />
|
|
||||||
<mxPoint x="-234" y="5139" as="targetPoint" />
|
|
||||||
</mxGeometry>
|
|
||||||
</mxCell>
|
|
||||||
<mxCell id="hmBfKhxy8mBhXzrh4bXw-151" value="" style="endArrow=classic;html=1;rounded=0;entryX=0;entryY=0.5;entryDx=0;entryDy=0;strokeColor=#666666;" edge="1" parent="1" target="hmBfKhxy8mBhXzrh4bXw-132">
|
|
||||||
<mxGeometry width="50" height="50" relative="1" as="geometry">
|
|
||||||
<mxPoint x="-284" y="5190" as="sourcePoint" />
|
|
||||||
<mxPoint x="-234" y="5140" as="targetPoint" />
|
|
||||||
</mxGeometry>
|
|
||||||
</mxCell>
|
|
||||||
<mxCell id="hmBfKhxy8mBhXzrh4bXw-152" value="" style="endArrow=classic;html=1;rounded=0;entryX=0;entryY=0.5;entryDx=0;entryDy=0;strokeColor=#666666;" edge="1" parent="1" target="hmBfKhxy8mBhXzrh4bXw-133">
|
|
||||||
<mxGeometry width="50" height="50" relative="1" as="geometry">
|
|
||||||
<mxPoint x="-284" y="5190" as="sourcePoint" />
|
|
||||||
<mxPoint x="-234" y="5140" as="targetPoint" />
|
|
||||||
</mxGeometry>
|
|
||||||
</mxCell>
|
|
||||||
<mxCell id="hmBfKhxy8mBhXzrh4bXw-153" value="" style="endArrow=classic;html=1;rounded=0;entryX=0;entryY=0.5;entryDx=0;entryDy=0;strokeColor=#666666;" edge="1" parent="1" target="hmBfKhxy8mBhXzrh4bXw-134">
|
|
||||||
<mxGeometry width="50" height="50" relative="1" as="geometry">
|
|
||||||
<mxPoint x="-284" y="5190" as="sourcePoint" />
|
|
||||||
<mxPoint x="-234" y="5140" as="targetPoint" />
|
|
||||||
</mxGeometry>
|
|
||||||
</mxCell>
|
|
||||||
<mxCell id="hmBfKhxy8mBhXzrh4bXw-154" value="" style="endArrow=classic;html=1;rounded=0;strokeColor=#666666;exitX=1;exitY=0.401;exitDx=0;exitDy=0;exitPerimeter=0;entryX=0;entryY=0.5;entryDx=0;entryDy=0;" edge="1" parent="1" source="hmBfKhxy8mBhXzrh4bXw-131" target="hmBfKhxy8mBhXzrh4bXw-137">
|
|
||||||
<mxGeometry width="50" height="50" relative="1" as="geometry">
|
|
||||||
<mxPoint x="-30.629999999999995" y="5028" as="sourcePoint" />
|
|
||||||
<mxPoint x="10" y="5010" as="targetPoint" />
|
|
||||||
</mxGeometry>
|
|
||||||
</mxCell>
|
|
||||||
<mxCell id="hmBfKhxy8mBhXzrh4bXw-155" value="" style="endArrow=classic;html=1;rounded=0;entryX=0;entryY=0.5;entryDx=0;entryDy=0;strokeColor=#666666;exitX=1;exitY=0.5;exitDx=0;exitDy=0;" edge="1" parent="1" source="hmBfKhxy8mBhXzrh4bXw-132" target="hmBfKhxy8mBhXzrh4bXw-137">
|
|
||||||
<mxGeometry width="50" height="50" relative="1" as="geometry">
|
|
||||||
<mxPoint x="-53" y="5162" as="sourcePoint" />
|
|
||||||
<mxPoint x="28" y="5134" as="targetPoint" />
|
|
||||||
</mxGeometry>
|
|
||||||
</mxCell>
|
|
||||||
<mxCell id="hmBfKhxy8mBhXzrh4bXw-156" value="" style="endArrow=classic;html=1;rounded=0;strokeColor=#666666;exitX=1;exitY=0.5;exitDx=0;exitDy=0;entryX=0;entryY=0.5;entryDx=0;entryDy=0;" edge="1" parent="1" source="hmBfKhxy8mBhXzrh4bXw-133" target="hmBfKhxy8mBhXzrh4bXw-137">
|
|
||||||
<mxGeometry width="50" height="50" relative="1" as="geometry">
|
|
||||||
<mxPoint x="-40" y="5178" as="sourcePoint" />
|
|
||||||
<mxPoint x="20" y="5170" as="targetPoint" />
|
|
||||||
</mxGeometry>
|
|
||||||
</mxCell>
|
|
||||||
<mxCell id="hmBfKhxy8mBhXzrh4bXw-157" value="" style="endArrow=classic;html=1;rounded=0;strokeColor=#666666;exitX=1;exitY=0.5;exitDx=0;exitDy=0;entryX=0;entryY=0.5;entryDx=0;entryDy=0;" edge="1" parent="1" source="hmBfKhxy8mBhXzrh4bXw-134" target="hmBfKhxy8mBhXzrh4bXw-137">
|
|
||||||
<mxGeometry width="50" height="50" relative="1" as="geometry">
|
|
||||||
<mxPoint x="-50" y="5328" as="sourcePoint" />
|
|
||||||
<mxPoint x="10" y="5040" as="targetPoint" />
|
|
||||||
</mxGeometry>
|
|
||||||
</mxCell>
|
|
||||||
<mxCell id="hmBfKhxy8mBhXzrh4bXw-159" value="" style="endArrow=classic;html=1;rounded=0;entryX=0.5;entryY=0;entryDx=0;entryDy=0;strokeColor=#666666;exitX=0.5;exitY=1;exitDx=0;exitDy=0;" edge="1" parent="1" source="hmBfKhxy8mBhXzrh4bXw-137" target="hmBfKhxy8mBhXzrh4bXw-146">
|
|
||||||
<mxGeometry width="50" height="50" relative="1" as="geometry">
|
|
||||||
<mxPoint x="-10" y="5606" as="sourcePoint" />
|
|
||||||
<mxPoint x="71" y="5578" as="targetPoint" />
|
|
||||||
</mxGeometry>
|
|
||||||
</mxCell>
|
|
||||||
<mxCell id="hmBfKhxy8mBhXzrh4bXw-160" value="" style="endArrow=classic;html=1;rounded=0;entryX=0.5;entryY=0;entryDx=0;entryDy=0;strokeColor=#666666;exitX=0.5;exitY=1;exitDx=0;exitDy=0;" edge="1" parent="1" source="hmBfKhxy8mBhXzrh4bXw-146" target="hmBfKhxy8mBhXzrh4bXw-141">
|
|
||||||
<mxGeometry width="50" height="50" relative="1" as="geometry">
|
|
||||||
<mxPoint x="150" y="5518" as="sourcePoint" />
|
|
||||||
<mxPoint x="231" y="5490" as="targetPoint" />
|
|
||||||
</mxGeometry>
|
|
||||||
</mxCell>
|
|
||||||
<mxCell id="hmBfKhxy8mBhXzrh4bXw-161" value="" style="endArrow=classic;html=1;rounded=0;entryX=0.5;entryY=0;entryDx=0;entryDy=0;strokeColor=#666666;exitX=0.5;exitY=1;exitDx=0;exitDy=0;" edge="1" parent="1" source="hmBfKhxy8mBhXzrh4bXw-146" target="hmBfKhxy8mBhXzrh4bXw-145">
|
|
||||||
<mxGeometry width="50" height="50" relative="1" as="geometry">
|
|
||||||
<mxPoint x="123" y="5470" as="sourcePoint" />
|
|
||||||
<mxPoint x="341" y="5430" as="targetPoint" />
|
|
||||||
</mxGeometry>
|
|
||||||
</mxCell>
|
|
||||||
<mxCell id="hmBfKhxy8mBhXzrh4bXw-163" value="slsDetectorPackage<div>Client ( C++17 )</div>" style="text;html=1;align=center;verticalAlign=middle;resizable=0;points=[];autosize=1;strokeColor=none;fillColor=none;fontSize=17;fontColor=#666666;" vertex="1" parent="1">
|
|
||||||
<mxGeometry x="-191" y="5478" width="160" height="50" as="geometry" />
|
|
||||||
</mxCell>
|
|
||||||
<mxCell id="hmBfKhxy8mBhXzrh4bXw-165" value="CLIENT" style="text;html=1;align=center;verticalAlign=middle;resizable=0;points=[];autosize=1;strokeColor=none;fillColor=none;fontSize=17;fontColor=#666666;" vertex="1" parent="1">
|
|
||||||
<mxGeometry x="172.38" y="5083" width="80" height="30" as="geometry" />
|
|
||||||
</mxCell>
|
|
||||||
<mxCell id="hmBfKhxy8mBhXzrh4bXw-166" value="<font face="Courier New">Shared Memory (s)</font>" style="rounded=1;whiteSpace=wrap;html=1;fillColor=#77BBBB;strokeColor=#77BBBB;labelPosition=center;verticalLabelPosition=middle;align=center;verticalAlign=middle;fontSize=17;gradientColor=none;fontColor=#FFFFFF;" vertex="1" parent="1">
|
|
||||||
<mxGeometry x="250" y="5311" width="169" height="70" as="geometry" />
|
|
||||||
</mxCell>
|
|
||||||
<mxCell id="hmBfKhxy8mBhXzrh4bXw-167" value="" style="endArrow=classic;html=1;rounded=0;entryX=0.5;entryY=0;entryDx=0;entryDy=0;strokeColor=#666666;exitX=1;exitY=0.5;exitDx=0;exitDy=0;" edge="1" parent="1" source="hmBfKhxy8mBhXzrh4bXw-137" target="hmBfKhxy8mBhXzrh4bXw-166">
|
|
||||||
<mxGeometry width="50" height="50" relative="1" as="geometry">
|
|
||||||
<mxPoint x="120" y="5350" as="sourcePoint" />
|
|
||||||
<mxPoint x="120" y="5408" as="targetPoint" />
|
|
||||||
</mxGeometry>
|
|
||||||
</mxCell>
|
|
||||||
<mxCell id="hmBfKhxy8mBhXzrh4bXw-168" value="" style="endArrow=classic;html=1;rounded=0;entryX=0.5;entryY=1;entryDx=0;entryDy=0;strokeColor=#666666;exitX=1;exitY=0.5;exitDx=0;exitDy=0;" edge="1" parent="1" source="hmBfKhxy8mBhXzrh4bXw-146" target="hmBfKhxy8mBhXzrh4bXw-166">
|
|
||||||
<mxGeometry width="50" height="50" relative="1" as="geometry">
|
|
||||||
<mxPoint x="260" y="5340" as="sourcePoint" />
|
|
||||||
<mxPoint x="260" y="5398" as="targetPoint" />
|
|
||||||
</mxGeometry>
|
|
||||||
</mxCell>
|
|
||||||
<mxCell id="QgYz-w7MwsADk0cZRM1J-14" value="Assembled Data" style="text;html=1;align=center;verticalAlign=middle;resizable=0;points=[];autosize=1;strokeColor=none;fillColor=none;rotation=40;fontColor=#666666;" vertex="1" parent="1">
|
|
||||||
<mxGeometry x="-271.5" y="2438" width="106" height="26" as="geometry" />
|
|
||||||
</mxCell>
|
|
||||||
<mxCell id="QgYz-w7MwsADk0cZRM1J-18" value="<pre style=""><span style="background-color: transparent;"><font style="">Receiver streaming out<br><font style="">rx_zmqport</font>&nbsp;= <font style=""><b style="">30001</b></font></font></span><br></pre>" style="text;html=1;align=left;verticalAlign=middle;resizable=1;points=[];autosize=1;strokeColor=#4A7B72;fillColor=default;fontColor=#4A7B72;movable=1;rotatable=1;deletable=1;editable=1;locked=0;connectable=1;" vertex="1" parent="1">
|
|
||||||
<mxGeometry x="-130.5" y="2471.13" width="166" height="43.2" as="geometry" />
|
|
||||||
</mxCell>
|
|
||||||
<mxCell id="QgYz-w7MwsADk0cZRM1J-19" value="<font face="Comic Sans MS">Receiver</font><div><font face="Comic Sans MS">pc1234</font></div><div><span><font style="color: rgb(74, 123, 114);" face="Comic Sans MS">129.129.100.115</font></span></div>" style="rounded=1;whiteSpace=wrap;html=1;fillColor=#88BBEE;strokeColor=#88BBEE;labelPosition=center;verticalLabelPosition=middle;align=center;verticalAlign=middle;fontSize=17;gradientColor=none;fontColor=#FFFFFF;" vertex="1" parent="1">
|
|
||||||
<mxGeometry x="46.5" y="2448" width="137" height="85" as="geometry" />
|
|
||||||
</mxCell>
|
|
||||||
<mxCell id="QgYz-w7MwsADk0cZRM1J-20" value="<font face="Courier New">Receiver</font><div>pc1234</div><div><span><font style="color: rgb(74, 123, 114);">129.129.100.115</font></span></div>" style="rounded=1;whiteSpace=wrap;html=1;fillColor=#88BBEE;strokeColor=#88BBEE;labelPosition=center;verticalLabelPosition=middle;align=center;verticalAlign=middle;fontSize=17;gradientColor=none;fontColor=#FFFFFF;fontFamily=Helvetica;" vertex="1" parent="1">
|
|
||||||
<mxGeometry x="46.5" y="2549.1" width="137" height="85" as="geometry" />
|
|
||||||
</mxCell>
|
|
||||||
<mxCell id="QgYz-w7MwsADk0cZRM1J-21" value="<pre style=""><pre><span style="background-color: transparent;"><font style="">Receiver streaming out<br><font style="">rx_zmqport</font>&nbsp;= <font style=""><b style="">30002</b></font></font></span></pre></pre>" style="text;html=1;align=left;verticalAlign=middle;resizable=1;points=[];autosize=1;strokeColor=#4A7B72;fillColor=default;fontColor=#4A7B72;movable=1;rotatable=1;deletable=1;editable=1;locked=0;connectable=1;" vertex="1" parent="1">
|
|
||||||
<mxGeometry x="-130.5" y="2563.1" width="166" height="44" as="geometry" />
|
|
||||||
</mxCell>
|
|
||||||
<mxCell id="QgYz-w7MwsADk0cZRM1J-24" value="<font face="Comic Sans MS">Client/ GUI</font>" style="rounded=1;whiteSpace=wrap;html=1;fillColor=#AAAAFF;strokeColor=#AAAAFF;labelPosition=center;verticalLabelPosition=middle;align=center;verticalAlign=middle;fontSize=17;gradientColor=none;fontColor=#FFFFFF;" vertex="1" parent="1">
|
|
||||||
<mxGeometry x="-498" y="2235" width="132" height="68" as="geometry" />
|
|
||||||
</mxCell>
|
|
||||||
<mxCell id="QgYz-w7MwsADk0cZRM1J-25" value="" style="points=[[0.35,0,0],[0.98,0.51,0],[1,0.71,0],[0.67,1,0],[0,0.795,0],[0,0.65,0]];verticalLabelPosition=bottom;sketch=0;html=1;verticalAlign=top;aspect=fixed;align=center;pointerEvents=1;shape=mxgraph.cisco19.user;fillColor=#AAAAFF;strokeColor=none;" vertex="1" parent="1">
|
|
||||||
<mxGeometry x="-457.0000000000001" y="2185" width="50" height="50" as="geometry" />
|
|
||||||
</mxCell>
|
|
||||||
<mxCell id="QgYz-w7MwsADk0cZRM1J-26" value="<p><font face="Courier New" style="">Client listening to&nbsp;<br><font style="">zmqport</font> : <font style=""><b style="">30001</b></font><br><font style="">zmqip</font>&nbsp; &nbsp;: <font style=""><b style="">129.129.100.115</b></font></font></p>" style="text;html=1;align=left;verticalAlign=middle;resizable=1;points=[];autosize=1;strokeColor=#4A7B72;fillColor=default;fontColor=#4A7B72;movable=1;rotatable=1;deletable=1;editable=1;locked=0;connectable=1;" vertex="1" parent="1">
|
|
||||||
<mxGeometry x="-559" y="2319.63" width="187" height="56" as="geometry" />
|
|
||||||
</mxCell>
|
|
||||||
<mxCell id="kpcteDQP5Q-WdnKVJ5EM-2" value="<font style="font-size: 17px;" face="Comic Sans MS">Detector</font>" style="text;html=1;align=center;verticalAlign=middle;resizable=0;points=[];autosize=1;strokeColor=none;fillColor=none;fontColor=#737373;" vertex="1" parent="1">
|
|
||||||
<mxGeometry x="499.15" y="71" width="77" height="32" as="geometry" />
|
|
||||||
</mxCell>
|
|
||||||
</root>
|
|
||||||
</mxGraphModel>
|
|
||||||
</diagram>
|
|
||||||
</mxfile>
|
|
||||||
@@ -1,123 +0,0 @@
|
|||||||
/* Compatability shim for jQuery and underscores.js.
|
|
||||||
*
|
|
||||||
* Copyright Sphinx contributors
|
|
||||||
* Released under the two clause BSD licence
|
|
||||||
*/
|
|
||||||
|
|
||||||
/**
|
|
||||||
* small helper function to urldecode strings
|
|
||||||
*
|
|
||||||
* See https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/decodeURIComponent#Decoding_query_parameters_from_a_URL
|
|
||||||
*/
|
|
||||||
jQuery.urldecode = function(x) {
|
|
||||||
if (!x) {
|
|
||||||
return x
|
|
||||||
}
|
|
||||||
return decodeURIComponent(x.replace(/\+/g, ' '));
|
|
||||||
};
|
|
||||||
|
|
||||||
/**
|
|
||||||
* small helper function to urlencode strings
|
|
||||||
*/
|
|
||||||
jQuery.urlencode = encodeURIComponent;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* This function returns the parsed url parameters of the
|
|
||||||
* current request. Multiple values per key are supported,
|
|
||||||
* it will always return arrays of strings for the value parts.
|
|
||||||
*/
|
|
||||||
jQuery.getQueryParameters = function(s) {
|
|
||||||
if (typeof s === 'undefined')
|
|
||||||
s = document.location.search;
|
|
||||||
var parts = s.substr(s.indexOf('?') + 1).split('&');
|
|
||||||
var result = {};
|
|
||||||
for (var i = 0; i < parts.length; i++) {
|
|
||||||
var tmp = parts[i].split('=', 2);
|
|
||||||
var key = jQuery.urldecode(tmp[0]);
|
|
||||||
var value = jQuery.urldecode(tmp[1]);
|
|
||||||
if (key in result)
|
|
||||||
result[key].push(value);
|
|
||||||
else
|
|
||||||
result[key] = [value];
|
|
||||||
}
|
|
||||||
return result;
|
|
||||||
};
|
|
||||||
|
|
||||||
/**
|
|
||||||
* highlight a given string on a jquery object by wrapping it in
|
|
||||||
* span elements with the given class name.
|
|
||||||
*/
|
|
||||||
jQuery.fn.highlightText = function(text, className) {
|
|
||||||
function highlight(node, addItems) {
|
|
||||||
if (node.nodeType === 3) {
|
|
||||||
var val = node.nodeValue;
|
|
||||||
var pos = val.toLowerCase().indexOf(text);
|
|
||||||
if (pos >= 0 &&
|
|
||||||
!jQuery(node.parentNode).hasClass(className) &&
|
|
||||||
!jQuery(node.parentNode).hasClass("nohighlight")) {
|
|
||||||
var span;
|
|
||||||
var isInSVG = jQuery(node).closest("body, svg, foreignObject").is("svg");
|
|
||||||
if (isInSVG) {
|
|
||||||
span = document.createElementNS("http://www.w3.org/2000/svg", "tspan");
|
|
||||||
} else {
|
|
||||||
span = document.createElement("span");
|
|
||||||
span.className = className;
|
|
||||||
}
|
|
||||||
span.appendChild(document.createTextNode(val.substr(pos, text.length)));
|
|
||||||
node.parentNode.insertBefore(span, node.parentNode.insertBefore(
|
|
||||||
document.createTextNode(val.substr(pos + text.length)),
|
|
||||||
node.nextSibling));
|
|
||||||
node.nodeValue = val.substr(0, pos);
|
|
||||||
if (isInSVG) {
|
|
||||||
var rect = document.createElementNS("http://www.w3.org/2000/svg", "rect");
|
|
||||||
var bbox = node.parentElement.getBBox();
|
|
||||||
rect.x.baseVal.value = bbox.x;
|
|
||||||
rect.y.baseVal.value = bbox.y;
|
|
||||||
rect.width.baseVal.value = bbox.width;
|
|
||||||
rect.height.baseVal.value = bbox.height;
|
|
||||||
rect.setAttribute('class', className);
|
|
||||||
addItems.push({
|
|
||||||
"parent": node.parentNode,
|
|
||||||
"target": rect});
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
else if (!jQuery(node).is("button, select, textarea")) {
|
|
||||||
jQuery.each(node.childNodes, function() {
|
|
||||||
highlight(this, addItems);
|
|
||||||
});
|
|
||||||
}
|
|
||||||
}
|
|
||||||
var addItems = [];
|
|
||||||
var result = this.each(function() {
|
|
||||||
highlight(this, addItems);
|
|
||||||
});
|
|
||||||
for (var i = 0; i < addItems.length; ++i) {
|
|
||||||
jQuery(addItems[i].parent).before(addItems[i].target);
|
|
||||||
}
|
|
||||||
return result;
|
|
||||||
};
|
|
||||||
|
|
||||||
/*
|
|
||||||
* backward compatibility for jQuery.browser
|
|
||||||
* This will be supported until firefox bug is fixed.
|
|
||||||
*/
|
|
||||||
if (!jQuery.browser) {
|
|
||||||
jQuery.uaMatch = function(ua) {
|
|
||||||
ua = ua.toLowerCase();
|
|
||||||
|
|
||||||
var match = /(chrome)[ \/]([\w.]+)/.exec(ua) ||
|
|
||||||
/(webkit)[ \/]([\w.]+)/.exec(ua) ||
|
|
||||||
/(opera)(?:.*version|)[ \/]([\w.]+)/.exec(ua) ||
|
|
||||||
/(msie) ([\w.]+)/.exec(ua) ||
|
|
||||||
ua.indexOf("compatible") < 0 && /(mozilla)(?:.*? rv:([\w.]+)|)/.exec(ua) ||
|
|
||||||
[];
|
|
||||||
|
|
||||||
return {
|
|
||||||
browser: match[ 1 ] || "",
|
|
||||||
version: match[ 2 ] || "0"
|
|
||||||
};
|
|
||||||
};
|
|
||||||
jQuery.browser = {};
|
|
||||||
jQuery.browser[jQuery.uaMatch(navigator.userAgent).browser] = true;
|
|
||||||
}
|
|
||||||
@@ -1,906 +0,0 @@
|
|||||||
/*
|
|
||||||
* Sphinx stylesheet -- basic theme.
|
|
||||||
*/
|
|
||||||
|
|
||||||
/* -- main layout ----------------------------------------------------------- */
|
|
||||||
|
|
||||||
div.clearer {
|
|
||||||
clear: both;
|
|
||||||
}
|
|
||||||
|
|
||||||
div.section::after {
|
|
||||||
display: block;
|
|
||||||
content: '';
|
|
||||||
clear: left;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* -- relbar ---------------------------------------------------------------- */
|
|
||||||
|
|
||||||
div.related {
|
|
||||||
width: 100%;
|
|
||||||
font-size: 90%;
|
|
||||||
}
|
|
||||||
|
|
||||||
div.related h3 {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
div.related ul {
|
|
||||||
margin: 0;
|
|
||||||
padding: 0 0 0 10px;
|
|
||||||
list-style: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
div.related li {
|
|
||||||
display: inline;
|
|
||||||
}
|
|
||||||
|
|
||||||
div.related li.right {
|
|
||||||
float: right;
|
|
||||||
margin-right: 5px;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* -- sidebar --------------------------------------------------------------- */
|
|
||||||
|
|
||||||
div.sphinxsidebarwrapper {
|
|
||||||
padding: 10px 5px 0 10px;
|
|
||||||
}
|
|
||||||
|
|
||||||
div.sphinxsidebar {
|
|
||||||
float: left;
|
|
||||||
width: 230px;
|
|
||||||
margin-left: -100%;
|
|
||||||
font-size: 90%;
|
|
||||||
word-wrap: break-word;
|
|
||||||
overflow-wrap : break-word;
|
|
||||||
}
|
|
||||||
|
|
||||||
div.sphinxsidebar ul {
|
|
||||||
list-style: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
div.sphinxsidebar ul ul,
|
|
||||||
div.sphinxsidebar ul.want-points {
|
|
||||||
margin-left: 20px;
|
|
||||||
list-style: square;
|
|
||||||
}
|
|
||||||
|
|
||||||
div.sphinxsidebar ul ul {
|
|
||||||
margin-top: 0;
|
|
||||||
margin-bottom: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
div.sphinxsidebar form {
|
|
||||||
margin-top: 10px;
|
|
||||||
}
|
|
||||||
|
|
||||||
div.sphinxsidebar input {
|
|
||||||
border: 1px solid #98dbcc;
|
|
||||||
font-family: sans-serif;
|
|
||||||
font-size: 1em;
|
|
||||||
}
|
|
||||||
|
|
||||||
div.sphinxsidebar #searchbox form.search {
|
|
||||||
overflow: hidden;
|
|
||||||
}
|
|
||||||
|
|
||||||
div.sphinxsidebar #searchbox input[type="text"] {
|
|
||||||
float: left;
|
|
||||||
width: 80%;
|
|
||||||
padding: 0.25em;
|
|
||||||
box-sizing: border-box;
|
|
||||||
}
|
|
||||||
|
|
||||||
div.sphinxsidebar #searchbox input[type="submit"] {
|
|
||||||
float: left;
|
|
||||||
width: 20%;
|
|
||||||
border-left: none;
|
|
||||||
padding: 0.25em;
|
|
||||||
box-sizing: border-box;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
img {
|
|
||||||
border: 0;
|
|
||||||
max-width: 100%;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* -- search page ----------------------------------------------------------- */
|
|
||||||
|
|
||||||
ul.search {
|
|
||||||
margin-top: 10px;
|
|
||||||
}
|
|
||||||
|
|
||||||
ul.search li {
|
|
||||||
padding: 5px 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
ul.search li a {
|
|
||||||
font-weight: bold;
|
|
||||||
}
|
|
||||||
|
|
||||||
ul.search li p.context {
|
|
||||||
color: #888;
|
|
||||||
margin: 2px 0 0 30px;
|
|
||||||
text-align: left;
|
|
||||||
}
|
|
||||||
|
|
||||||
ul.keywordmatches li.goodmatch a {
|
|
||||||
font-weight: bold;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* -- index page ------------------------------------------------------------ */
|
|
||||||
|
|
||||||
table.contentstable {
|
|
||||||
width: 90%;
|
|
||||||
margin-left: auto;
|
|
||||||
margin-right: auto;
|
|
||||||
}
|
|
||||||
|
|
||||||
table.contentstable p.biglink {
|
|
||||||
line-height: 150%;
|
|
||||||
}
|
|
||||||
|
|
||||||
a.biglink {
|
|
||||||
font-size: 1.3em;
|
|
||||||
}
|
|
||||||
|
|
||||||
span.linkdescr {
|
|
||||||
font-style: italic;
|
|
||||||
padding-top: 5px;
|
|
||||||
font-size: 90%;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* -- general index --------------------------------------------------------- */
|
|
||||||
|
|
||||||
table.indextable {
|
|
||||||
width: 100%;
|
|
||||||
}
|
|
||||||
|
|
||||||
table.indextable td {
|
|
||||||
text-align: left;
|
|
||||||
vertical-align: top;
|
|
||||||
}
|
|
||||||
|
|
||||||
table.indextable ul {
|
|
||||||
margin-top: 0;
|
|
||||||
margin-bottom: 0;
|
|
||||||
list-style-type: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
table.indextable > tbody > tr > td > ul {
|
|
||||||
padding-left: 0em;
|
|
||||||
}
|
|
||||||
|
|
||||||
table.indextable tr.pcap {
|
|
||||||
height: 10px;
|
|
||||||
}
|
|
||||||
|
|
||||||
table.indextable tr.cap {
|
|
||||||
margin-top: 10px;
|
|
||||||
background-color: #f2f2f2;
|
|
||||||
}
|
|
||||||
|
|
||||||
img.toggler {
|
|
||||||
margin-right: 3px;
|
|
||||||
margin-top: 3px;
|
|
||||||
cursor: pointer;
|
|
||||||
}
|
|
||||||
|
|
||||||
div.modindex-jumpbox {
|
|
||||||
border-top: 1px solid #ddd;
|
|
||||||
border-bottom: 1px solid #ddd;
|
|
||||||
margin: 1em 0 1em 0;
|
|
||||||
padding: 0.4em;
|
|
||||||
}
|
|
||||||
|
|
||||||
div.genindex-jumpbox {
|
|
||||||
border-top: 1px solid #ddd;
|
|
||||||
border-bottom: 1px solid #ddd;
|
|
||||||
margin: 1em 0 1em 0;
|
|
||||||
padding: 0.4em;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* -- domain module index --------------------------------------------------- */
|
|
||||||
|
|
||||||
table.modindextable td {
|
|
||||||
padding: 2px;
|
|
||||||
border-collapse: collapse;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* -- general body styles --------------------------------------------------- */
|
|
||||||
|
|
||||||
div.body {
|
|
||||||
min-width: 360px;
|
|
||||||
max-width: 800px;
|
|
||||||
}
|
|
||||||
|
|
||||||
div.body p, div.body dd, div.body li, div.body blockquote {
|
|
||||||
-moz-hyphens: auto;
|
|
||||||
-ms-hyphens: auto;
|
|
||||||
-webkit-hyphens: auto;
|
|
||||||
hyphens: auto;
|
|
||||||
}
|
|
||||||
|
|
||||||
a.headerlink {
|
|
||||||
visibility: hidden;
|
|
||||||
}
|
|
||||||
|
|
||||||
a:visited {
|
|
||||||
color: #551A8B;
|
|
||||||
}
|
|
||||||
|
|
||||||
h1:hover > a.headerlink,
|
|
||||||
h2:hover > a.headerlink,
|
|
||||||
h3:hover > a.headerlink,
|
|
||||||
h4:hover > a.headerlink,
|
|
||||||
h5:hover > a.headerlink,
|
|
||||||
h6:hover > a.headerlink,
|
|
||||||
dt:hover > a.headerlink,
|
|
||||||
caption:hover > a.headerlink,
|
|
||||||
p.caption:hover > a.headerlink,
|
|
||||||
div.code-block-caption:hover > a.headerlink {
|
|
||||||
visibility: visible;
|
|
||||||
}
|
|
||||||
|
|
||||||
div.body p.caption {
|
|
||||||
text-align: inherit;
|
|
||||||
}
|
|
||||||
|
|
||||||
div.body td {
|
|
||||||
text-align: left;
|
|
||||||
}
|
|
||||||
|
|
||||||
.first {
|
|
||||||
margin-top: 0 !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
p.rubric {
|
|
||||||
margin-top: 30px;
|
|
||||||
font-weight: bold;
|
|
||||||
}
|
|
||||||
|
|
||||||
img.align-left, figure.align-left, .figure.align-left, object.align-left {
|
|
||||||
clear: left;
|
|
||||||
float: left;
|
|
||||||
margin-right: 1em;
|
|
||||||
}
|
|
||||||
|
|
||||||
img.align-right, figure.align-right, .figure.align-right, object.align-right {
|
|
||||||
clear: right;
|
|
||||||
float: right;
|
|
||||||
margin-left: 1em;
|
|
||||||
}
|
|
||||||
|
|
||||||
img.align-center, figure.align-center, .figure.align-center, object.align-center {
|
|
||||||
display: block;
|
|
||||||
margin-left: auto;
|
|
||||||
margin-right: auto;
|
|
||||||
}
|
|
||||||
|
|
||||||
img.align-default, figure.align-default, .figure.align-default {
|
|
||||||
display: block;
|
|
||||||
margin-left: auto;
|
|
||||||
margin-right: auto;
|
|
||||||
}
|
|
||||||
|
|
||||||
.align-left {
|
|
||||||
text-align: left;
|
|
||||||
}
|
|
||||||
|
|
||||||
.align-center {
|
|
||||||
text-align: center;
|
|
||||||
}
|
|
||||||
|
|
||||||
.align-default {
|
|
||||||
text-align: center;
|
|
||||||
}
|
|
||||||
|
|
||||||
.align-right {
|
|
||||||
text-align: right;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* -- sidebars -------------------------------------------------------------- */
|
|
||||||
|
|
||||||
div.sidebar,
|
|
||||||
aside.sidebar {
|
|
||||||
margin: 0 0 0.5em 1em;
|
|
||||||
border: 1px solid #ddb;
|
|
||||||
padding: 7px;
|
|
||||||
background-color: #ffe;
|
|
||||||
width: 40%;
|
|
||||||
float: right;
|
|
||||||
clear: right;
|
|
||||||
overflow-x: auto;
|
|
||||||
}
|
|
||||||
|
|
||||||
p.sidebar-title {
|
|
||||||
font-weight: bold;
|
|
||||||
}
|
|
||||||
|
|
||||||
nav.contents,
|
|
||||||
aside.topic,
|
|
||||||
div.admonition, div.topic, blockquote {
|
|
||||||
clear: left;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* -- topics ---------------------------------------------------------------- */
|
|
||||||
|
|
||||||
nav.contents,
|
|
||||||
aside.topic,
|
|
||||||
div.topic {
|
|
||||||
border: 1px solid #ccc;
|
|
||||||
padding: 7px;
|
|
||||||
margin: 10px 0 10px 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
p.topic-title {
|
|
||||||
font-size: 1.1em;
|
|
||||||
font-weight: bold;
|
|
||||||
margin-top: 10px;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* -- admonitions ----------------------------------------------------------- */
|
|
||||||
|
|
||||||
div.admonition {
|
|
||||||
margin-top: 10px;
|
|
||||||
margin-bottom: 10px;
|
|
||||||
padding: 7px;
|
|
||||||
}
|
|
||||||
|
|
||||||
div.admonition dt {
|
|
||||||
font-weight: bold;
|
|
||||||
}
|
|
||||||
|
|
||||||
p.admonition-title {
|
|
||||||
margin: 0px 10px 5px 0px;
|
|
||||||
font-weight: bold;
|
|
||||||
}
|
|
||||||
|
|
||||||
div.body p.centered {
|
|
||||||
text-align: center;
|
|
||||||
margin-top: 25px;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* -- content of sidebars/topics/admonitions -------------------------------- */
|
|
||||||
|
|
||||||
div.sidebar > :last-child,
|
|
||||||
aside.sidebar > :last-child,
|
|
||||||
nav.contents > :last-child,
|
|
||||||
aside.topic > :last-child,
|
|
||||||
div.topic > :last-child,
|
|
||||||
div.admonition > :last-child {
|
|
||||||
margin-bottom: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
div.sidebar::after,
|
|
||||||
aside.sidebar::after,
|
|
||||||
nav.contents::after,
|
|
||||||
aside.topic::after,
|
|
||||||
div.topic::after,
|
|
||||||
div.admonition::after,
|
|
||||||
blockquote::after {
|
|
||||||
display: block;
|
|
||||||
content: '';
|
|
||||||
clear: both;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* -- tables ---------------------------------------------------------------- */
|
|
||||||
|
|
||||||
table.docutils {
|
|
||||||
margin-top: 10px;
|
|
||||||
margin-bottom: 10px;
|
|
||||||
border: 0;
|
|
||||||
border-collapse: collapse;
|
|
||||||
}
|
|
||||||
|
|
||||||
table.align-center {
|
|
||||||
margin-left: auto;
|
|
||||||
margin-right: auto;
|
|
||||||
}
|
|
||||||
|
|
||||||
table.align-default {
|
|
||||||
margin-left: auto;
|
|
||||||
margin-right: auto;
|
|
||||||
}
|
|
||||||
|
|
||||||
table caption span.caption-number {
|
|
||||||
font-style: italic;
|
|
||||||
}
|
|
||||||
|
|
||||||
table caption span.caption-text {
|
|
||||||
}
|
|
||||||
|
|
||||||
table.docutils td, table.docutils th {
|
|
||||||
padding: 1px 8px 1px 5px;
|
|
||||||
border-top: 0;
|
|
||||||
border-left: 0;
|
|
||||||
border-right: 0;
|
|
||||||
border-bottom: 1px solid #aaa;
|
|
||||||
}
|
|
||||||
|
|
||||||
th {
|
|
||||||
text-align: left;
|
|
||||||
padding-right: 5px;
|
|
||||||
}
|
|
||||||
|
|
||||||
table.citation {
|
|
||||||
border-left: solid 1px gray;
|
|
||||||
margin-left: 1px;
|
|
||||||
}
|
|
||||||
|
|
||||||
table.citation td {
|
|
||||||
border-bottom: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
th > :first-child,
|
|
||||||
td > :first-child {
|
|
||||||
margin-top: 0px;
|
|
||||||
}
|
|
||||||
|
|
||||||
th > :last-child,
|
|
||||||
td > :last-child {
|
|
||||||
margin-bottom: 0px;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* -- figures --------------------------------------------------------------- */
|
|
||||||
|
|
||||||
div.figure, figure {
|
|
||||||
margin: 0.5em;
|
|
||||||
padding: 0.5em;
|
|
||||||
}
|
|
||||||
|
|
||||||
div.figure p.caption, figcaption {
|
|
||||||
padding: 0.3em;
|
|
||||||
}
|
|
||||||
|
|
||||||
div.figure p.caption span.caption-number,
|
|
||||||
figcaption span.caption-number {
|
|
||||||
font-style: italic;
|
|
||||||
}
|
|
||||||
|
|
||||||
div.figure p.caption span.caption-text,
|
|
||||||
figcaption span.caption-text {
|
|
||||||
}
|
|
||||||
|
|
||||||
/* -- field list styles ----------------------------------------------------- */
|
|
||||||
|
|
||||||
table.field-list td, table.field-list th {
|
|
||||||
border: 0 !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
.field-list ul {
|
|
||||||
margin: 0;
|
|
||||||
padding-left: 1em;
|
|
||||||
}
|
|
||||||
|
|
||||||
.field-list p {
|
|
||||||
margin: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.field-name {
|
|
||||||
-moz-hyphens: manual;
|
|
||||||
-ms-hyphens: manual;
|
|
||||||
-webkit-hyphens: manual;
|
|
||||||
hyphens: manual;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* -- hlist styles ---------------------------------------------------------- */
|
|
||||||
|
|
||||||
table.hlist {
|
|
||||||
margin: 1em 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
table.hlist td {
|
|
||||||
vertical-align: top;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* -- object description styles --------------------------------------------- */
|
|
||||||
|
|
||||||
.sig {
|
|
||||||
font-family: 'Consolas', 'Menlo', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', monospace;
|
|
||||||
}
|
|
||||||
|
|
||||||
.sig-name, code.descname {
|
|
||||||
background-color: transparent;
|
|
||||||
font-weight: bold;
|
|
||||||
}
|
|
||||||
|
|
||||||
.sig-name {
|
|
||||||
font-size: 1.1em;
|
|
||||||
}
|
|
||||||
|
|
||||||
code.descname {
|
|
||||||
font-size: 1.2em;
|
|
||||||
}
|
|
||||||
|
|
||||||
.sig-prename, code.descclassname {
|
|
||||||
background-color: transparent;
|
|
||||||
}
|
|
||||||
|
|
||||||
.optional {
|
|
||||||
font-size: 1.3em;
|
|
||||||
}
|
|
||||||
|
|
||||||
.sig-paren {
|
|
||||||
font-size: larger;
|
|
||||||
}
|
|
||||||
|
|
||||||
.sig-param.n {
|
|
||||||
font-style: italic;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* C++ specific styling */
|
|
||||||
|
|
||||||
.sig-inline.c-texpr,
|
|
||||||
.sig-inline.cpp-texpr {
|
|
||||||
font-family: unset;
|
|
||||||
}
|
|
||||||
|
|
||||||
.sig.c .k, .sig.c .kt,
|
|
||||||
.sig.cpp .k, .sig.cpp .kt {
|
|
||||||
color: #0033B3;
|
|
||||||
}
|
|
||||||
|
|
||||||
.sig.c .m,
|
|
||||||
.sig.cpp .m {
|
|
||||||
color: #1750EB;
|
|
||||||
}
|
|
||||||
|
|
||||||
.sig.c .s, .sig.c .sc,
|
|
||||||
.sig.cpp .s, .sig.cpp .sc {
|
|
||||||
color: #067D17;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
/* -- other body styles ----------------------------------------------------- */
|
|
||||||
|
|
||||||
ol.arabic {
|
|
||||||
list-style: decimal;
|
|
||||||
}
|
|
||||||
|
|
||||||
ol.loweralpha {
|
|
||||||
list-style: lower-alpha;
|
|
||||||
}
|
|
||||||
|
|
||||||
ol.upperalpha {
|
|
||||||
list-style: upper-alpha;
|
|
||||||
}
|
|
||||||
|
|
||||||
ol.lowerroman {
|
|
||||||
list-style: lower-roman;
|
|
||||||
}
|
|
||||||
|
|
||||||
ol.upperroman {
|
|
||||||
list-style: upper-roman;
|
|
||||||
}
|
|
||||||
|
|
||||||
:not(li) > ol > li:first-child > :first-child,
|
|
||||||
:not(li) > ul > li:first-child > :first-child {
|
|
||||||
margin-top: 0px;
|
|
||||||
}
|
|
||||||
|
|
||||||
:not(li) > ol > li:last-child > :last-child,
|
|
||||||
:not(li) > ul > li:last-child > :last-child {
|
|
||||||
margin-bottom: 0px;
|
|
||||||
}
|
|
||||||
|
|
||||||
ol.simple ol p,
|
|
||||||
ol.simple ul p,
|
|
||||||
ul.simple ol p,
|
|
||||||
ul.simple ul p {
|
|
||||||
margin-top: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
ol.simple > li:not(:first-child) > p,
|
|
||||||
ul.simple > li:not(:first-child) > p {
|
|
||||||
margin-top: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
ol.simple p,
|
|
||||||
ul.simple p {
|
|
||||||
margin-bottom: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
aside.footnote > span,
|
|
||||||
div.citation > span {
|
|
||||||
float: left;
|
|
||||||
}
|
|
||||||
aside.footnote > span:last-of-type,
|
|
||||||
div.citation > span:last-of-type {
|
|
||||||
padding-right: 0.5em;
|
|
||||||
}
|
|
||||||
aside.footnote > p {
|
|
||||||
margin-left: 2em;
|
|
||||||
}
|
|
||||||
div.citation > p {
|
|
||||||
margin-left: 4em;
|
|
||||||
}
|
|
||||||
aside.footnote > p:last-of-type,
|
|
||||||
div.citation > p:last-of-type {
|
|
||||||
margin-bottom: 0em;
|
|
||||||
}
|
|
||||||
aside.footnote > p:last-of-type:after,
|
|
||||||
div.citation > p:last-of-type:after {
|
|
||||||
content: "";
|
|
||||||
clear: both;
|
|
||||||
}
|
|
||||||
|
|
||||||
dl.field-list {
|
|
||||||
display: grid;
|
|
||||||
grid-template-columns: fit-content(30%) auto;
|
|
||||||
}
|
|
||||||
|
|
||||||
dl.field-list > dt {
|
|
||||||
font-weight: bold;
|
|
||||||
word-break: break-word;
|
|
||||||
padding-left: 0.5em;
|
|
||||||
padding-right: 5px;
|
|
||||||
}
|
|
||||||
|
|
||||||
dl.field-list > dd {
|
|
||||||
padding-left: 0.5em;
|
|
||||||
margin-top: 0em;
|
|
||||||
margin-left: 0em;
|
|
||||||
margin-bottom: 0em;
|
|
||||||
}
|
|
||||||
|
|
||||||
dl {
|
|
||||||
margin-bottom: 15px;
|
|
||||||
}
|
|
||||||
|
|
||||||
dd > :first-child {
|
|
||||||
margin-top: 0px;
|
|
||||||
}
|
|
||||||
|
|
||||||
dd ul, dd table {
|
|
||||||
margin-bottom: 10px;
|
|
||||||
}
|
|
||||||
|
|
||||||
dd {
|
|
||||||
margin-top: 3px;
|
|
||||||
margin-bottom: 10px;
|
|
||||||
margin-left: 30px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.sig dd {
|
|
||||||
margin-top: 0px;
|
|
||||||
margin-bottom: 0px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.sig dl {
|
|
||||||
margin-top: 0px;
|
|
||||||
margin-bottom: 0px;
|
|
||||||
}
|
|
||||||
|
|
||||||
dl > dd:last-child,
|
|
||||||
dl > dd:last-child > :last-child {
|
|
||||||
margin-bottom: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
dt:target, span.highlighted {
|
|
||||||
background-color: #fbe54e;
|
|
||||||
}
|
|
||||||
|
|
||||||
rect.highlighted {
|
|
||||||
fill: #fbe54e;
|
|
||||||
}
|
|
||||||
|
|
||||||
dl.glossary dt {
|
|
||||||
font-weight: bold;
|
|
||||||
font-size: 1.1em;
|
|
||||||
}
|
|
||||||
|
|
||||||
.versionmodified {
|
|
||||||
font-style: italic;
|
|
||||||
}
|
|
||||||
|
|
||||||
.system-message {
|
|
||||||
background-color: #fda;
|
|
||||||
padding: 5px;
|
|
||||||
border: 3px solid red;
|
|
||||||
}
|
|
||||||
|
|
||||||
.footnote:target {
|
|
||||||
background-color: #ffa;
|
|
||||||
}
|
|
||||||
|
|
||||||
.line-block {
|
|
||||||
display: block;
|
|
||||||
margin-top: 1em;
|
|
||||||
margin-bottom: 1em;
|
|
||||||
}
|
|
||||||
|
|
||||||
.line-block .line-block {
|
|
||||||
margin-top: 0;
|
|
||||||
margin-bottom: 0;
|
|
||||||
margin-left: 1.5em;
|
|
||||||
}
|
|
||||||
|
|
||||||
.guilabel, .menuselection {
|
|
||||||
font-family: sans-serif;
|
|
||||||
}
|
|
||||||
|
|
||||||
.accelerator {
|
|
||||||
text-decoration: underline;
|
|
||||||
}
|
|
||||||
|
|
||||||
.classifier {
|
|
||||||
font-style: oblique;
|
|
||||||
}
|
|
||||||
|
|
||||||
.classifier:before {
|
|
||||||
font-style: normal;
|
|
||||||
margin: 0 0.5em;
|
|
||||||
content: ":";
|
|
||||||
display: inline-block;
|
|
||||||
}
|
|
||||||
|
|
||||||
abbr, acronym {
|
|
||||||
border-bottom: dotted 1px;
|
|
||||||
cursor: help;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* -- code displays --------------------------------------------------------- */
|
|
||||||
|
|
||||||
pre {
|
|
||||||
overflow: auto;
|
|
||||||
overflow-y: hidden; /* fixes display issues on Chrome browsers */
|
|
||||||
}
|
|
||||||
|
|
||||||
pre, div[class*="highlight-"] {
|
|
||||||
clear: both;
|
|
||||||
}
|
|
||||||
|
|
||||||
span.pre {
|
|
||||||
-moz-hyphens: none;
|
|
||||||
-ms-hyphens: none;
|
|
||||||
-webkit-hyphens: none;
|
|
||||||
hyphens: none;
|
|
||||||
white-space: nowrap;
|
|
||||||
}
|
|
||||||
|
|
||||||
div[class*="highlight-"] {
|
|
||||||
margin: 1em 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
td.linenos pre {
|
|
||||||
border: 0;
|
|
||||||
background-color: transparent;
|
|
||||||
color: #aaa;
|
|
||||||
}
|
|
||||||
|
|
||||||
table.highlighttable {
|
|
||||||
display: block;
|
|
||||||
}
|
|
||||||
|
|
||||||
table.highlighttable tbody {
|
|
||||||
display: block;
|
|
||||||
}
|
|
||||||
|
|
||||||
table.highlighttable tr {
|
|
||||||
display: flex;
|
|
||||||
}
|
|
||||||
|
|
||||||
table.highlighttable td {
|
|
||||||
margin: 0;
|
|
||||||
padding: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
table.highlighttable td.linenos {
|
|
||||||
padding-right: 0.5em;
|
|
||||||
}
|
|
||||||
|
|
||||||
table.highlighttable td.code {
|
|
||||||
flex: 1;
|
|
||||||
overflow: hidden;
|
|
||||||
}
|
|
||||||
|
|
||||||
.highlight .hll {
|
|
||||||
display: block;
|
|
||||||
}
|
|
||||||
|
|
||||||
div.highlight pre,
|
|
||||||
table.highlighttable pre {
|
|
||||||
margin: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
div.code-block-caption + div {
|
|
||||||
margin-top: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
div.code-block-caption {
|
|
||||||
margin-top: 1em;
|
|
||||||
padding: 2px 5px;
|
|
||||||
font-size: small;
|
|
||||||
}
|
|
||||||
|
|
||||||
div.code-block-caption code {
|
|
||||||
background-color: transparent;
|
|
||||||
}
|
|
||||||
|
|
||||||
table.highlighttable td.linenos,
|
|
||||||
span.linenos,
|
|
||||||
div.highlight span.gp { /* gp: Generic.Prompt */
|
|
||||||
user-select: none;
|
|
||||||
-webkit-user-select: text; /* Safari fallback only */
|
|
||||||
-webkit-user-select: none; /* Chrome/Safari */
|
|
||||||
-moz-user-select: none; /* Firefox */
|
|
||||||
-ms-user-select: none; /* IE10+ */
|
|
||||||
}
|
|
||||||
|
|
||||||
div.code-block-caption span.caption-number {
|
|
||||||
padding: 0.1em 0.3em;
|
|
||||||
font-style: italic;
|
|
||||||
}
|
|
||||||
|
|
||||||
div.code-block-caption span.caption-text {
|
|
||||||
}
|
|
||||||
|
|
||||||
div.literal-block-wrapper {
|
|
||||||
margin: 1em 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
code.xref, a code {
|
|
||||||
background-color: transparent;
|
|
||||||
font-weight: bold;
|
|
||||||
}
|
|
||||||
|
|
||||||
h1 code, h2 code, h3 code, h4 code, h5 code, h6 code {
|
|
||||||
background-color: transparent;
|
|
||||||
}
|
|
||||||
|
|
||||||
.viewcode-link {
|
|
||||||
float: right;
|
|
||||||
}
|
|
||||||
|
|
||||||
.viewcode-back {
|
|
||||||
float: right;
|
|
||||||
font-family: sans-serif;
|
|
||||||
}
|
|
||||||
|
|
||||||
div.viewcode-block:target {
|
|
||||||
margin: -1px -10px;
|
|
||||||
padding: 0 10px;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* -- math display ---------------------------------------------------------- */
|
|
||||||
|
|
||||||
img.math {
|
|
||||||
vertical-align: middle;
|
|
||||||
}
|
|
||||||
|
|
||||||
div.body div.math p {
|
|
||||||
text-align: center;
|
|
||||||
}
|
|
||||||
|
|
||||||
span.eqno {
|
|
||||||
float: right;
|
|
||||||
}
|
|
||||||
|
|
||||||
span.eqno a.headerlink {
|
|
||||||
position: absolute;
|
|
||||||
z-index: 1;
|
|
||||||
}
|
|
||||||
|
|
||||||
div.math:hover a.headerlink {
|
|
||||||
visibility: visible;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* -- printout stylesheet --------------------------------------------------- */
|
|
||||||
|
|
||||||
@media print {
|
|
||||||
div.document,
|
|
||||||
div.documentwrapper,
|
|
||||||
div.bodywrapper {
|
|
||||||
margin: 0 !important;
|
|
||||||
width: 100%;
|
|
||||||
}
|
|
||||||
|
|
||||||
div.sphinxsidebar,
|
|
||||||
div.related,
|
|
||||||
div.footer,
|
|
||||||
#top-link {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
.clearfix{*zoom:1}.clearfix:after,.clearfix:before{display:table;content:""}.clearfix:after{clear:both}@font-face{font-family:FontAwesome;font-style:normal;font-weight:400;src:url(fonts/fontawesome-webfont.eot?674f50d287a8c48dc19ba404d20fe713?#iefix) format("embedded-opentype"),url(fonts/fontawesome-webfont.woff2?af7ae505a9eed503f8b8e6982036873e) format("woff2"),url(fonts/fontawesome-webfont.woff?fee66e712a8a08eef5805a46892932ad) format("woff"),url(fonts/fontawesome-webfont.ttf?b06871f281fee6b241d60582ae9369b9) format("truetype"),url(fonts/fontawesome-webfont.svg?912ec66d7572ff821749319396470bde#FontAwesome) format("svg")}.fa:before{font-family:FontAwesome;font-style:normal;font-weight:400;line-height:1}.fa:before,a .fa{text-decoration:inherit}.fa:before,a .fa,li .fa{display:inline-block}li .fa-large:before{width:1.875em}ul.fas{list-style-type:none;margin-left:2em;text-indent:-.8em}ul.fas li .fa{width:.8em}ul.fas li .fa-large:before{vertical-align:baseline}.fa-book:before,.icon-book:before{content:"\f02d"}.fa-caret-down:before,.icon-caret-down:before{content:"\f0d7"}.fa-caret-up:before,.icon-caret-up:before{content:"\f0d8"}.fa-caret-left:before,.icon-caret-left:before{content:"\f0d9"}.fa-caret-right:before,.icon-caret-right:before{content:"\f0da"}.rst-versions{position:fixed;bottom:0;left:0;width:300px;color:#fcfcfc;background:#1f1d1d;font-family:Lato,proxima-nova,Helvetica Neue,Arial,sans-serif;z-index:400}.rst-versions a{color:#2980b9;text-decoration:none}.rst-versions .rst-badge-small{display:none}.rst-versions .rst-current-version{padding:12px;background-color:#272525;display:block;text-align:right;font-size:90%;cursor:pointer;color:#27ae60}.rst-versions .rst-current-version:after{clear:both;content:"";display:block}.rst-versions .rst-current-version .fa{color:#fcfcfc}.rst-versions .rst-current-version .fa-book,.rst-versions .rst-current-version .icon-book{float:left}.rst-versions .rst-current-version.rst-out-of-date{background-color:#e74c3c;color:#fff}.rst-versions .rst-current-version.rst-active-old-version{background-color:#f1c40f;color:#000}.rst-versions.shift-up{height:auto;max-height:100%;overflow-y:scroll}.rst-versions.shift-up .rst-other-versions{display:block}.rst-versions .rst-other-versions{font-size:90%;padding:12px;color:grey;display:none}.rst-versions .rst-other-versions hr{display:block;height:1px;border:0;margin:20px 0;padding:0;border-top:1px solid #413d3d}.rst-versions .rst-other-versions dd{display:inline-block;margin:0}.rst-versions .rst-other-versions dd a{display:inline-block;padding:6px;color:#fcfcfc}.rst-versions .rst-other-versions .rtd-current-item{font-weight:700}.rst-versions.rst-badge{width:auto;bottom:20px;right:20px;left:auto;border:none;max-width:300px;max-height:90%}.rst-versions.rst-badge .fa-book,.rst-versions.rst-badge .icon-book{float:none;line-height:30px}.rst-versions.rst-badge.shift-up .rst-current-version{text-align:right}.rst-versions.rst-badge.shift-up .rst-current-version .fa-book,.rst-versions.rst-badge.shift-up .rst-current-version .icon-book{float:left}.rst-versions.rst-badge>.rst-current-version{width:auto;height:30px;line-height:30px;padding:0 6px;display:block;text-align:center}@media screen and (max-width:768px){.rst-versions{width:85%;display:none}.rst-versions.shift{display:block}}#flyout-search-form{padding:6px}
|
|
||||||
@@ -1,4 +0,0 @@
|
|||||||
/* override table no-wrap */
|
|
||||||
.wy-table-responsive table td, .wy-table-responsive table th {
|
|
||||||
white-space: normal;
|
|
||||||
}
|
|
||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
File diff suppressed because it is too large
Load Diff
|
Before Width: | Height: | Size: 434 KiB |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
File diff suppressed because one or more lines are too long
@@ -1,149 +0,0 @@
|
|||||||
/*
|
|
||||||
* Base JavaScript utilities for all Sphinx HTML documentation.
|
|
||||||
*/
|
|
||||||
"use strict";
|
|
||||||
|
|
||||||
const BLACKLISTED_KEY_CONTROL_ELEMENTS = new Set([
|
|
||||||
"TEXTAREA",
|
|
||||||
"INPUT",
|
|
||||||
"SELECT",
|
|
||||||
"BUTTON",
|
|
||||||
]);
|
|
||||||
|
|
||||||
const _ready = (callback) => {
|
|
||||||
if (document.readyState !== "loading") {
|
|
||||||
callback();
|
|
||||||
} else {
|
|
||||||
document.addEventListener("DOMContentLoaded", callback);
|
|
||||||
}
|
|
||||||
};
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Small JavaScript module for the documentation.
|
|
||||||
*/
|
|
||||||
const Documentation = {
|
|
||||||
init: () => {
|
|
||||||
Documentation.initDomainIndexTable();
|
|
||||||
Documentation.initOnKeyListeners();
|
|
||||||
},
|
|
||||||
|
|
||||||
/**
|
|
||||||
* i18n support
|
|
||||||
*/
|
|
||||||
TRANSLATIONS: {},
|
|
||||||
PLURAL_EXPR: (n) => (n === 1 ? 0 : 1),
|
|
||||||
LOCALE: "unknown",
|
|
||||||
|
|
||||||
// gettext and ngettext don't access this so that the functions
|
|
||||||
// can safely bound to a different name (_ = Documentation.gettext)
|
|
||||||
gettext: (string) => {
|
|
||||||
const translated = Documentation.TRANSLATIONS[string];
|
|
||||||
switch (typeof translated) {
|
|
||||||
case "undefined":
|
|
||||||
return string; // no translation
|
|
||||||
case "string":
|
|
||||||
return translated; // translation exists
|
|
||||||
default:
|
|
||||||
return translated[0]; // (singular, plural) translation tuple exists
|
|
||||||
}
|
|
||||||
},
|
|
||||||
|
|
||||||
ngettext: (singular, plural, n) => {
|
|
||||||
const translated = Documentation.TRANSLATIONS[singular];
|
|
||||||
if (typeof translated !== "undefined")
|
|
||||||
return translated[Documentation.PLURAL_EXPR(n)];
|
|
||||||
return n === 1 ? singular : plural;
|
|
||||||
},
|
|
||||||
|
|
||||||
addTranslations: (catalog) => {
|
|
||||||
Object.assign(Documentation.TRANSLATIONS, catalog.messages);
|
|
||||||
Documentation.PLURAL_EXPR = new Function(
|
|
||||||
"n",
|
|
||||||
`return (${catalog.plural_expr})`
|
|
||||||
);
|
|
||||||
Documentation.LOCALE = catalog.locale;
|
|
||||||
},
|
|
||||||
|
|
||||||
/**
|
|
||||||
* helper function to focus on search bar
|
|
||||||
*/
|
|
||||||
focusSearchBar: () => {
|
|
||||||
document.querySelectorAll("input[name=q]")[0]?.focus();
|
|
||||||
},
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Initialise the domain index toggle buttons
|
|
||||||
*/
|
|
||||||
initDomainIndexTable: () => {
|
|
||||||
const toggler = (el) => {
|
|
||||||
const idNumber = el.id.substr(7);
|
|
||||||
const toggledRows = document.querySelectorAll(`tr.cg-${idNumber}`);
|
|
||||||
if (el.src.substr(-9) === "minus.png") {
|
|
||||||
el.src = `${el.src.substr(0, el.src.length - 9)}plus.png`;
|
|
||||||
toggledRows.forEach((el) => (el.style.display = "none"));
|
|
||||||
} else {
|
|
||||||
el.src = `${el.src.substr(0, el.src.length - 8)}minus.png`;
|
|
||||||
toggledRows.forEach((el) => (el.style.display = ""));
|
|
||||||
}
|
|
||||||
};
|
|
||||||
|
|
||||||
const togglerElements = document.querySelectorAll("img.toggler");
|
|
||||||
togglerElements.forEach((el) =>
|
|
||||||
el.addEventListener("click", (event) => toggler(event.currentTarget))
|
|
||||||
);
|
|
||||||
togglerElements.forEach((el) => (el.style.display = ""));
|
|
||||||
if (DOCUMENTATION_OPTIONS.COLLAPSE_INDEX) togglerElements.forEach(toggler);
|
|
||||||
},
|
|
||||||
|
|
||||||
initOnKeyListeners: () => {
|
|
||||||
// only install a listener if it is really needed
|
|
||||||
if (
|
|
||||||
!DOCUMENTATION_OPTIONS.NAVIGATION_WITH_KEYS &&
|
|
||||||
!DOCUMENTATION_OPTIONS.ENABLE_SEARCH_SHORTCUTS
|
|
||||||
)
|
|
||||||
return;
|
|
||||||
|
|
||||||
document.addEventListener("keydown", (event) => {
|
|
||||||
// bail for input elements
|
|
||||||
if (BLACKLISTED_KEY_CONTROL_ELEMENTS.has(document.activeElement.tagName)) return;
|
|
||||||
// bail with special keys
|
|
||||||
if (event.altKey || event.ctrlKey || event.metaKey) return;
|
|
||||||
|
|
||||||
if (!event.shiftKey) {
|
|
||||||
switch (event.key) {
|
|
||||||
case "ArrowLeft":
|
|
||||||
if (!DOCUMENTATION_OPTIONS.NAVIGATION_WITH_KEYS) break;
|
|
||||||
|
|
||||||
const prevLink = document.querySelector('link[rel="prev"]');
|
|
||||||
if (prevLink && prevLink.href) {
|
|
||||||
window.location.href = prevLink.href;
|
|
||||||
event.preventDefault();
|
|
||||||
}
|
|
||||||
break;
|
|
||||||
case "ArrowRight":
|
|
||||||
if (!DOCUMENTATION_OPTIONS.NAVIGATION_WITH_KEYS) break;
|
|
||||||
|
|
||||||
const nextLink = document.querySelector('link[rel="next"]');
|
|
||||||
if (nextLink && nextLink.href) {
|
|
||||||
window.location.href = nextLink.href;
|
|
||||||
event.preventDefault();
|
|
||||||
}
|
|
||||||
break;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
// some keyboard layouts may need Shift to get /
|
|
||||||
switch (event.key) {
|
|
||||||
case "/":
|
|
||||||
if (!DOCUMENTATION_OPTIONS.ENABLE_SEARCH_SHORTCUTS) break;
|
|
||||||
Documentation.focusSearchBar();
|
|
||||||
event.preventDefault();
|
|
||||||
}
|
|
||||||
});
|
|
||||||
},
|
|
||||||
};
|
|
||||||
|
|
||||||
// quick alias for translations
|
|
||||||
const _ = Documentation.gettext;
|
|
||||||
|
|
||||||
_ready(Documentation.init);
|
|
||||||
@@ -1,13 +0,0 @@
|
|||||||
const DOCUMENTATION_OPTIONS = {
|
|
||||||
VERSION: '',
|
|
||||||
LANGUAGE: 'en',
|
|
||||||
COLLAPSE_INDEX: false,
|
|
||||||
BUILDER: 'html',
|
|
||||||
FILE_SUFFIX: '.html',
|
|
||||||
LINK_SUFFIX: '.html',
|
|
||||||
HAS_SOURCE: true,
|
|
||||||
SOURCELINK_SUFFIX: '.txt',
|
|
||||||
NAVIGATION_WITH_KEYS: false,
|
|
||||||
SHOW_SEARCH_SUMMARY: true,
|
|
||||||
ENABLE_SEARCH_SHORTCUTS: true,
|
|
||||||
};
|
|
||||||
Binary file not shown.
|
Before Width: | Height: | Size: 286 B |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user