#************************************************************************* # Copyright (c) 2002 The University of Chicago, as Operator of Argonne # National Laboratory. # Copyright (c) 2002 The Regents of the University of California, as # Operator of Los Alamos National Laboratory. # SPDX-License-Identifier: EPICS # EPICS Base is distributed subject to a Software License Agreement found # in file LICENSE that is included with this distribution. #************************************************************************* =head1 Menu menuPriority This menu is used for the C field of all record types. It controls the relative priority of records scheduled with C or C, and also of records that use asynchronous completion. =menu menuPriority The number of priorities is set in various other places in the code too, so adding new entries to this menu will probably break the IOC build. =cut menu(menuPriority) { choice(menuPriorityLOW,"LOW") choice(menuPriorityMEDIUM,"MEDIUM") choice(menuPriorityHIGH,"HIGH") }