|
NCBI Home IEB Home C Toolkit docs C++ Toolkit source browser C Toolkit source browser (2) |
NCBI C Toolkit Cross ReferenceC/asnstat/sugmap.h |
source navigation diff markup identifier search freetext search file search |
1 /***********************************************************************
2 *
3 **
4 * Automatic header module from ASNTOOL
5 *
6 ************************************************************************/
7
8 #ifndef _ASNTOOL_
9 #include <asn.h>
10 #endif
11
12 static char * asnfilename = "sugmap.h60";
13 static AsnValxNode avnx[5] = {
14 {20,"none" ,0,0.0,&avnx[1] } ,
15 {20,"info" ,1,0.0,&avnx[2] } ,
16 {20,"warn" ,2,0.0,&avnx[3] } ,
17 {20,"error" ,3,0.0,&avnx[4] } ,
18 {20,"fatal" ,4,0.0,NULL } };
19
20 static AsnType atx[31] = {
21 {401, "Seq-entry" ,1,0,0,0,0,0,1,0,NULL,NULL,NULL,0,&atx[1]} ,
22 {402, "Seq-annot" ,1,0,0,0,0,0,1,0,NULL,NULL,NULL,0,&atx[2]} ,
23 {403, "Suggest-request" ,1,0,0,0,0,0,0,0,NULL,&atx[20],&atx[3],0,&atx[6]} ,
24 {0, "init" ,128,0,0,0,0,0,0,0,NULL,&atx[4],NULL,0,&atx[5]} ,
25 {305, "NULL" ,0,5,0,0,0,0,0,0,NULL,NULL,NULL,0,NULL} ,
26 {0, "intervals" ,128,1,0,0,0,0,0,0,NULL,&atx[6],NULL,0,&atx[19]} ,
27 {404, "Suggest-intervals" ,1,0,0,0,0,0,0,0,NULL,&atx[15],&atx[7],0,&atx[8]} ,
28 {0, "params" ,128,0,0,1,0,0,0,0,NULL,&atx[8],NULL,0,&atx[16]} ,
29 {405, "Suggest-parameters" ,1,0,0,0,0,0,0,0,NULL,&atx[15],&atx[9],0,&atx[21]} ,
30 {0, "size" ,128,0,0,1,0,0,0,0,NULL,&atx[10],NULL,0,&atx[11]} ,
31 {302, "INTEGER" ,0,2,0,0,0,0,0,0,NULL,NULL,NULL,0,NULL} ,
32 {0, "begin-search" ,128,1,0,1,0,0,0,0,NULL,&atx[10],NULL,0,&atx[12]} ,
33 {0, "end-search" ,128,2,0,1,0,0,0,0,NULL,&atx[10],NULL,0,&atx[13]} ,
34 {0, "term-stop" ,128,3,0,1,0,0,0,0,NULL,&atx[14],NULL,0,NULL} ,
35 {301, "BOOLEAN" ,0,1,0,0,0,0,0,0,NULL,NULL,NULL,0,NULL} ,
36 {311, "SEQUENCE" ,0,16,0,0,0,0,0,0,NULL,NULL,NULL,0,NULL} ,
37 {0, "dna" ,128,1,0,0,0,0,0,0,NULL,&atx[0],NULL,0,&atx[17]} ,
38 {0, "protein" ,128,2,0,0,0,0,0,0,NULL,&atx[0],NULL,0,&atx[18]} ,
39 {0, "code" ,128,3,0,0,0,0,0,0,NULL,&atx[10],NULL,0,NULL} ,
40 {0, "fini" ,128,2,0,0,0,0,0,0,NULL,&atx[4],NULL,0,NULL} ,
41 {315, "CHOICE" ,0,-1,0,0,0,0,0,0,NULL,NULL,NULL,0,NULL} ,
42 {406, "Suggest-error" ,1,0,0,0,0,0,0,0,NULL,&atx[15],&atx[22],0,&atx[26]} ,
43 {0, "level" ,128,0,0,0,0,0,0,0,NULL,&atx[23],&avnx[0],0,&atx[24]} ,
44 {310, "ENUMERATED" ,0,10,0,0,0,0,0,0,NULL,NULL,NULL,0,NULL} ,
45 {0, "msg" ,128,1,0,1,0,0,0,0,NULL,&atx[25],NULL,0,NULL} ,
46 {323, "VisibleString" ,0,26,0,0,0,0,0,0,NULL,NULL,NULL,0,NULL} ,
47 {407, "Suggest-response" ,1,0,0,0,0,0,0,0,NULL,&atx[20],&atx[27],0,NULL} ,
48 {0, "init" ,128,0,0,0,0,0,0,0,NULL,&atx[4],NULL,0,&atx[28]} ,
49 {0, "error" ,128,1,0,0,0,0,0,0,NULL,&atx[21],NULL,0,&atx[29]} ,
50 {0, "intervals" ,128,2,0,0,0,0,0,0,NULL,&atx[1],NULL,0,&atx[30]} ,
51 {0, "fini" ,128,3,0,0,0,0,0,0,NULL,&atx[4],NULL,0,NULL} };
52
53 static AsnModule ampx[1] = {
54 { "NCBI-Suggest" , "sugmap.h60",&atx[0],NULL,NULL,0,0} };
55
56 static AsnValxNodePtr avn = avnx;
57 static AsnTypePtr at = atx;
58 static AsnModulePtr amp = ampx;
59
60
61
62 /**************************************************
63 *
64 * Defines for Module NCBI-Suggest
65 *
66 **************************************************/
67
68 #define SUGGEST_REQUEST &at[2]
69 #define SUGGEST_REQUEST_init &at[3]
70 #define SUGGEST_REQUEST_intervals &at[5]
71 #define SUGGEST_REQUEST_fini &at[19]
72
73 #define SUGGEST_INTERVALS &at[6]
74 #define SUGGEST_INTERVALS_params &at[7]
75 #define SUGGEST_INTERVALS_dna &at[16]
76 #define SUGGEST_INTERVALS_protein &at[17]
77 #define SUGGEST_INTERVALS_code &at[18]
78
79 #define SUGGEST_PARAMETERS &at[8]
80 #define SUGGEST_PARAMETERS_size &at[9]
81 #define SUGGEST_PARAMETERS_begin_search &at[11]
82 #define SUGGEST_PARAMETERS_end_search &at[12]
83 #define SUGGEST_PARAMETERS_term_stop &at[13]
84
85 #define SUGGEST_ERROR &at[21]
86 #define SUGGEST_ERROR_level &at[22]
87 #define SUGGEST_ERROR_msg &at[24]
88
89 #define SUGGEST_RESPONSE &at[26]
90 #define SUGGEST_RESPONSE_init &at[27]
91 #define SUGGEST_RESPONSE_error &at[28]
92 #define SUGGEST_RESPONSE_intervals &at[29]
93 #define SUGGEST_RESPONSE_fini &at[30]
94 |
This page was automatically generated by the
LXR engine.
Visit the LXR main site for more information. |