f5c50d7df309961dbd97d0d729d8aab2f7fea2a6
[yaz-moved-to-github.git] / include / oid.h
1 /*
2  * Copyright (c) 1995, Index Data.
3  *
4  * Permission to use, copy, modify, distribute, and sell this software and
5  * its documentation, in whole or in part, for any purpose, is hereby granted,
6  * provided that:
7  *
8  * 1. This copyright and permission notice appear in all copies of the
9  * software and its documentation. Notices of copyright or attribution
10  * which appear at the beginning of any file must remain unchanged.
11  *
12  * 2. The name of Index Data or the individual authors may not be used to
13  * endorse or promote products derived from this software without specific
14  * prior written permission.
15  *
16  * THIS SOFTWARE IS PROVIDED "AS IS" AND WITHOUT WARRANTY OF ANY KIND,
17  * EXPRESS, IMPLIED, OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY
18  * WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
19  * IN NO EVENT SHALL INDEX DATA BE LIABLE FOR ANY SPECIAL, INCIDENTAL,
20  * INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY KIND, OR ANY DAMAGES
21  * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER OR
22  * NOT ADVISED OF THE POSSIBILITY OF DAMAGE, AND ON ANY THEORY OF
23  * LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE
24  * OF THIS SOFTWARE.
25  *
26  * $Log: oid.h,v $
27  * Revision 1.19  1997-07-28 12:34:42  adam
28  * Added new OID entries (RVDM).
29  *
30  * Revision 1.18  1997/05/14 06:53:42  adam
31  * C++ support.
32  *
33  * Revision 1.17  1997/05/02 08:39:27  quinn
34  * Support for private OID table added. Thanks to Ronald van der Meer
35  *
36  * Revision 1.16  1997/04/30 08:52:08  quinn
37  * Null
38  *
39  * Revision 1.15  1996/10/09  15:54:57  quinn
40  * Added SearchInfoReport
41  *
42  * Revision 1.14  1996/10/07  15:29:17  quinn
43  * Added SOIF support
44  *
45  * Revision 1.13  1996/02/20  17:57:53  adam
46  * Added const to oid_getvalbyname.
47  *
48  * Revision 1.12  1996/02/20  12:52:37  quinn
49  * Various
50  *
51  * Revision 1.11  1996/01/02  08:57:30  quinn
52  * Changed enums in the ASN.1 .h files to #defines. Changed oident.class to oclass
53  *
54  * Revision 1.10  1995/11/13  09:27:31  quinn
55  * Fiddling with the variant stuff.
56  *
57  * Revision 1.9  1995/10/12  10:34:45  quinn
58  * Added Espec-1.
59  *
60  * Revision 1.8  1995/10/10  16:27:08  quinn
61  * *** empty log message ***
62  *
63  * Revision 1.7  1995/09/29  17:12:05  quinn
64  * Smallish
65  *
66  * Revision 1.6  1995/09/27  15:02:48  quinn
67  * Modified function heads & prototypes.
68  *
69  * Revision 1.5  1995/09/12  11:31:46  quinn
70  * Added some oids.
71  *
72  * Revision 1.4  1995/06/27  13:20:32  quinn
73  * Added SUTRS support
74  *
75  * Revision 1.3  1995/05/29  08:11:33  quinn
76  * Moved oid from odr/asn to util.
77  *
78  * Revision 1.2  1995/05/16  08:50:35  quinn
79  * License, documentation, and memory fixes
80  *
81  * Revision 1.1  1995/03/30  09:39:41  quinn
82  * Moved .h files to include directory
83  *
84  * Revision 1.1  1995/03/27  08:32:13  quinn
85  * Added OID database
86  *
87  *
88  */
89
90 #ifndef OID_H
91 #define OID_H
92
93 #include <yconfig.h>
94
95 #ifdef __cplusplus
96 extern "C" {
97 #endif
98
99 #define OID_SIZE 100
100     
101 typedef enum oid_proto
102 {
103     PROTO_Z3950,
104     PROTO_SR,
105     PROTO_GENERAL,
106     PROTO_WAIS
107 } oid_proto;
108
109 typedef enum oid_class
110 {
111     CLASS_APPCTX,
112     CLASS_ABSYN,
113     CLASS_ATTSET,
114     CLASS_TRANSYN,
115     CLASS_DIAGSET,
116     CLASS_RECSYN,
117     CLASS_RESFORM,
118     CLASS_ACCFORM,
119     CLASS_EXTSERV,
120     CLASS_USERINFO,
121     CLASS_ELEMSPEC,
122     CLASS_VARSET,
123     CLASS_SCHEMA,
124     CLASS_TAGSET
125 } oid_class;
126
127 typedef enum oid_value
128 {
129     VAL_APDU,
130     VAL_BER,
131     VAL_BASIC_CTX,
132     VAL_BIB1,
133     VAL_EXP1,
134     VAL_EXT1,
135     VAL_CCL1,
136     VAL_GILS,
137     VAL_WAIS,
138     VAL_STAS,
139     VAL_COLLECT1,
140     VAL_CIMI1,
141     VAL_GEO,
142     VAL_DIAG1,
143     VAL_ISO2709,
144     VAL_UNIMARC,
145     VAL_INTERMARC,
146     VAL_CCF,
147     VAL_USMARC,
148     VAL_UKMARC,
149     VAL_NORMARC,
150     VAL_LIBRISMARC,
151     VAL_DANMARC,
152     VAL_FINMARC,
153     VAL_MAB,
154     VAL_CANMARC,
155     VAL_SBN,
156     VAL_PICAMARC,
157     VAL_AUSMARC,
158     VAL_IBERMARC,
159     VAL_CATMARC,
160     VAL_MALMARC,
161     VAL_EXPLAIN,
162     VAL_SUTRS,
163     VAL_OPAC,
164     VAL_SUMMARY,
165     VAL_GRS0,
166     VAL_GRS1,
167     VAL_EXTENDED,
168     VAL_FRAGMENT,
169     VAL_RESOURCE1,
170     VAL_RESOURCE2,
171     VAL_PROMPT1,
172     VAL_DES1,
173     VAL_KRB1,
174     VAL_PRESSET,
175     VAL_PQUERY,
176     VAL_PCQUERY,
177     VAL_ITEMORDER,
178     VAL_DBUPDATE,
179     VAL_EXPORTSPEC,
180     VAL_EXPORTINV,
181     VAL_NONE,
182     VAL_SETM,
183     VAL_SETG,
184     VAL_VAR1,
185     VAL_ESPEC1,
186     VAL_SOIF,
187     VAL_SEARCHRES1
188 } oid_value;
189
190 typedef struct oident
191 {
192     oid_proto proto;
193     oid_class oclass;
194     oid_value value;
195     int oidsuffix[20];
196     char *desc;
197 } oident;
198
199 int *oid_getoidbyent(struct oident *ent);
200 struct oident *oid_getentbyoid(int *o);
201 void oid_oidcpy(int *t, int *s);
202 void oid_oidcat(int *t, int *s);
203 int oid_oidcmp(int *o1, int *o2);
204 int oid_oidlen(int *o);
205 oid_value oid_getvalbyname(const char *name);
206 void oid_setprivateoids(oident *list);
207
208 #ifdef __cplusplus
209 }
210 #endif
211
212 #endif