From 508d36c431f80fca0b53cb575fd596cc379e1731 Mon Sep 17 00:00:00 2001 From: Giles Knap Date: Thu, 6 Jul 2023 07:05:55 +0000 Subject: [PATCH] restore text based init mrfTiming --- mrfTiming/mrfTiming.ibek.support.yaml | 28 +++++---------------------- 1 file changed, 5 insertions(+), 23 deletions(-) diff --git a/mrfTiming/mrfTiming.ibek.support.yaml b/mrfTiming/mrfTiming.ibek.support.yaml index 92d2bca..8e91608 100644 --- a/mrfTiming/mrfTiming.ibek.support.yaml +++ b/mrfTiming/mrfTiming.ibek.support.yaml @@ -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.