EPICS Base  7.0.6.1
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
guigroup.h
1 /*************************************************************************\
2 * Copyright (c) 2002 The University of Chicago, as Operator of Argonne
3 * National Laboratory.
4 * Copyright (c) 2002 The Regents of the University of California, as
5 * Operator of Los Alamos National Laboratory.
6 * SPDX-License-Identifier: EPICS
7 * EPICS Base is distributed subject to a Software License Agreement found
8 * in file LICENSE that is included with this distribution.
9 \*************************************************************************/
10 
11 /*
12  these are used in the pmt (prompt) field of the record support
13  ascii files. They represent field groupings for dct tools
14 */
15 
16 #ifndef __gui_group_h__
17 #define __gui_group_h__
18 
19 #error As of Base 3.15.4, the promptgroup implementation has changed. \
20  This header file (guigroup.h) is invalid and will be removed shortly. \
21  Instead, you should include dbStaticLib.h, parse the DBD, \
22  and use dbGetPromptGroupNameFromKey() and dbGetPromptGroupKeyFromName() \
23  that have been added to dbStaticLib. \
24  More details in the 3.15.4 release notes and the AppDev Guide.
25 
26 #endif /*__gui_group_h__*/