|
NCBI Home IEB Home C Toolkit docs C++ Toolkit source browser C Toolkit source browser (2) |
NCBI C Toolkit Cross ReferenceC/asnstat/asnid0.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 = "asnid0.h60";
13 static AsnValxNode avnx[5] = {
14 {20,"entry" ,0,0.0,&avnx[1] } ,
15 {20,"bioseq" ,1,0.0,&avnx[2] } ,
16 {20,"bioseq-set" ,2,0.0,&avnx[3] } ,
17 {20,"nuc-prot" ,3,0.0,&avnx[4] } ,
18 {20,"pub-set" ,4,0.0,NULL } };
19
20 static AsnType atx[26] = {
21 {401, "Seq-id" ,1,0,0,0,0,0,1,0,NULL,NULL,NULL,0,&atx[1]} ,
22 {402, "Seq-entry" ,1,0,0,0,0,0,1,0,NULL,NULL,NULL,0,&atx[2]} ,
23 {403, "ID0server-request" ,1,0,0,0,0,0,0,0,NULL,&atx[15],&atx[3],0,&atx[7]} ,
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, "getgi" ,128,1,0,0,0,0,0,0,NULL,&atx[0],NULL,0,&atx[6]} ,
27 {0, "getsefromgi" ,128,2,0,0,0,0,0,0,NULL,&atx[7],NULL,0,&atx[14]} ,
28 {404, "ID0server-maxcomplex" ,1,0,0,0,0,0,0,0,NULL,&atx[13],&atx[8],0,&atx[9]} ,
29 {0, "maxplex" ,128,0,0,0,0,0,0,0,NULL,&atx[9],NULL,0,&atx[11]} ,
30 {405, "Entry-complexities" ,1,0,0,0,0,0,0,0,NULL,&atx[10],&avnx[0],0,&atx[16]} ,
31 {310, "ENUMERATED" ,0,10,0,0,0,0,0,0,NULL,NULL,NULL,0,NULL} ,
32 {0, "gi" ,128,1,0,0,0,0,0,0,NULL,&atx[12],NULL,0,NULL} ,
33 {302, "INTEGER" ,0,2,0,0,0,0,0,0,NULL,NULL,NULL,0,NULL} ,
34 {311, "SEQUENCE" ,0,16,0,0,0,0,0,0,NULL,NULL,NULL,0,NULL} ,
35 {0, "fini" ,128,3,0,0,0,0,0,0,NULL,&atx[4],NULL,0,NULL} ,
36 {315, "CHOICE" ,0,-1,0,0,0,0,0,0,NULL,NULL,NULL,0,NULL} ,
37 {406, "ID0server-back" ,1,0,0,0,0,0,0,0,NULL,&atx[15],&atx[17],0,&atx[23]} ,
38 {0, "init" ,128,0,0,0,0,0,0,0,NULL,&atx[4],NULL,0,&atx[18]} ,
39 {0, "error" ,128,1,0,0,0,0,0,0,NULL,&atx[12],NULL,0,&atx[19]} ,
40 {0, "gotgi" ,128,2,0,0,0,0,0,0,NULL,&atx[12],NULL,0,&atx[20]} ,
41 {0, "gotseqentry" ,128,3,0,0,0,0,0,0,NULL,&atx[1],NULL,0,&atx[21]} ,
42 {0, "gotdeadseqentry" ,128,4,0,0,0,0,0,0,NULL,&atx[1],NULL,0,&atx[22]} ,
43 {0, "fini" ,128,5,0,0,0,0,0,0,NULL,&atx[4],NULL,0,NULL} ,
44 {407, "ID0server-debug" ,1,0,0,0,0,0,0,0,NULL,&atx[25],&atx[24],0,NULL} ,
45 {0, NULL,1,-1,0,0,0,0,0,0,NULL,&atx[16],NULL,0,NULL} ,
46 {314, "SET OF" ,0,17,0,0,0,0,0,0,NULL,NULL,NULL,0,NULL} };
47
48 static AsnModule ampx[1] = {
49 { "NCBI-ID0Access" , "asnid0.h60",&atx[0],NULL,NULL,0,0} };
50
51 static AsnValxNodePtr avn = avnx;
52 static AsnTypePtr at = atx;
53 static AsnModulePtr amp = ampx;
54
55
56
57 /**************************************************
58 *
59 * Defines for Module NCBI-ID0Access
60 *
61 **************************************************/
62
63 #define ID0SERVER_REQUEST &at[2]
64 #define ID0SERVER_REQUEST_init &at[3]
65 #define ID0SERVER_REQUEST_getgi &at[5]
66 #define ID0SERVER_REQUEST_getsefromgi &at[6]
67 #define ID0SERVER_REQUEST_fini &at[14]
68
69 #define ID0SERVER_MAXCOMPLEX &at[7]
70 #define ID0SERVER_MAXCOMPLEX_maxplex &at[8]
71 #define ID0SERVER_MAXCOMPLEX_gi &at[11]
72
73 #define ENTRY_COMPLEXITIES &at[9]
74
75 #define ID0SERVER_BACK &at[16]
76 #define ID0SERVER_BACK_init &at[17]
77 #define ID0SERVER_BACK_error &at[18]
78 #define ID0SERVER_BACK_gotgi &at[19]
79 #define ID0SERVER_BACK_gotseqentry &at[20]
80 #define ID0SERVER_BACK_gotdeadseqentry &at[21]
81 #define ID0SERVER_BACK_fini &at[22]
82
83 #define ID0SERVER_DEBUG &at[23]
84 #define ID0SERVER_DEBUG_E &at[24]
85 |
This page was automatically generated by the
LXR engine.
Visit the LXR main site for more information. |