Skip to content

Commit

Permalink
restore text based init mrfTiming
Browse files Browse the repository at this point in the history
  • Loading branch information
gilesknap committed Jul 6, 2023
1 parent 98e748d commit 508d36c
Showing 1 changed file with 5 additions and 23 deletions.
28 changes: 5 additions & 23 deletions mrfTiming/mrfTiming.ibek.support.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,31 +18,13 @@ defs:
# TODO consider adding a "text" type to pre_init and post_init
# for this purpose
pre_init:
- type: comment
- type: text
when: first
value: |
One time initialization for all event receivers
- type: function
when: first
name: ErTimeProviderInit
args:
priority: "{{ priority }}"
- type: function
when: first
name: installLastResortEventProvider
args: {}
- type: function
when: first
name: syncSysClock
args: {}

# ABOVE USED TO BE LESS VERBOSE
# script:
# value: |
# # One time initialization for all event receivers
# ErTimeProviderInit {{ priority }}
# installLastResortEventProvider
# syncSysClock
# One time initialization for all event receivers
ErTimeProviderInit {{ priority }}
installLastResortEventProvider
syncSysClock
- name: EventReceiverPMC
description: Add an Event Receiver PMC card to the IOC.
Expand Down

0 comments on commit 508d36c

Please sign in to comment.