Skip to content

Commit

Permalink
add defaults to simdetector and PvaPlugin
Browse files Browse the repository at this point in the history
  • Loading branch information
gilesknap committed Oct 26, 2023
1 parent 1b04498 commit 1a05af6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
6 changes: 5 additions & 1 deletion ADCore/ADCore.ibek.support.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2600,12 +2600,13 @@ defs:
name: NDARRAY_ADDR
description: |-
Input array port address
default: "0"

- type: str
name: ENABLED
description: |-
Plugin Enabled at startup?
default: "0"
default: "1"

- type: enum
name: SCANRATE
Expand Down Expand Up @@ -2634,16 +2635,19 @@ defs:
name: BLOCK
description: |-
Blocking callbacks?
default: 0

- type: int
name: PRIORITY
description: |-
Max buffers to allocate
default: 1

- type: int
name: STACKSIZE
description: |-
Max buffers to allocate
default: 0

databases:
- file: $(ADCORE)/db/NDPva.template
Expand Down
4 changes: 4 additions & 0 deletions ADSimDetector/ADSimDetector.ibek.support.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,18 @@ defs:
- type: str
name: TIMEOUT
description: Timeout
default: "1"
- type: str
name: ADDR
default: "0"
description: Asyn Port address
- type: int
name: WIDTH
default: 1280
description: Image Width
- type: int
name: HEIGHT
default: 1024
description: Image Height
- type: int
name: DATATYPE
Expand Down

0 comments on commit 1a05af6

Please sign in to comment.