Skip to content

Commit

Permalink
WIP - Add pvi entry to NDFileHDF5 ibek definition
Browse files Browse the repository at this point in the history
  • Loading branch information
GDYendell committed Nov 7, 2023
1 parent 829f575 commit aa3451e
Showing 1 changed file with 7 additions and 10 deletions.
17 changes: 7 additions & 10 deletions ADCore/ADCore.ibek.support.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# yaml-language-server: $schema=/epics/links/ibek/support.schema.json
# yaml-language-server: $schema=/workspace/ibek/tests/samples/schemas/ibek.support.schema.json

module: ADCore

Expand Down Expand Up @@ -730,6 +730,12 @@ defs:
# NDFileHDF5Configure(portName, queueSize, blockingCallbacks, NDArrayPort, NDArrayAddr)
NDFileHDF5Configure("{{PORT}}", {{QUEUE}}, {{BLOCK}}, "{{NDARRAY_PORT}}", {{NDARRAY_ADDR}})
pvi:
yaml_path: /epics/pvi-defs/NDFileHDF5.pvi.device.yaml
prefix: "{{ P }}{{ R }}"
index: true
pva: false

- name: NDStdArrays
description: |-
This plugin provides a waveform record that can display the NDArrays
Expand Down Expand Up @@ -1561,15 +1567,6 @@ defs:
# NDROIConfigure(portName, queueSize, blockingCallbacks, NDArrayPort, NDArrayAddr, maxBuffers, maxMemory, priority, stackSize, maxThreads)
NDROIConfigure("{{PORT}}", {{QUEUE}}, {{BLOCK}}, "{{NDARRAY_PORT}}", {{NDARRAY_ADDR}}, 0, 0, 0, 0, {{MAX_THREADS}})
opis:
- type: pvi
file: NDROI.pvi.device.yaml
prefix: "{{ P }}{{ R }}"
# TODO we probably don't want this its for demo
- type: bob
file: ADApp/op/bob/autoconvert/NDROI.bob
prefix: "{{ P }}{{ R }}"

- name: NDAttribute
description: |-
This plugin displays NDArray attributes
Expand Down

0 comments on commit aa3451e

Please sign in to comment.