|
NCBI Home IEB Home C Toolkit docs C++ Toolkit source browser C Toolkit source browser (2) |
NCBI C Toolkit Cross ReferenceC/asnstat/spell.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 = "spell.h";
13 static AsnType atx[15] = {
14 {401, "Spell-request" ,1,0,0,0,0,0,0,0,NULL,&atx[6],&atx[1],0,&atx[7]} ,
15 {0, "init" ,128,0,0,0,0,0,0,0,NULL,&atx[2],NULL,0,&atx[3]} ,
16 {305, "NULL" ,0,5,0,0,0,0,0,0,NULL,NULL,NULL,0,NULL} ,
17 {0, "spelltext" ,128,1,0,0,0,0,0,0,NULL,&atx[4],NULL,0,&atx[5]} ,
18 {323, "VisibleString" ,0,26,0,0,0,0,0,0,NULL,NULL,NULL,0,NULL} ,
19 {0, "fini" ,128,2,0,0,0,0,0,0,NULL,&atx[2],NULL,0,NULL} ,
20 {315, "CHOICE" ,0,-1,0,0,0,0,0,0,NULL,NULL,NULL,0,NULL} ,
21 {402, "Spell-response" ,1,0,0,0,0,0,0,0,NULL,&atx[6],&atx[8],0,NULL} ,
22 {0, "error" ,128,0,0,0,0,0,0,0,NULL,&atx[9],NULL,0,&atx[10]} ,
23 {302, "INTEGER" ,0,2,0,0,0,0,0,0,NULL,NULL,NULL,0,NULL} ,
24 {0, "init" ,128,1,0,0,0,0,0,0,NULL,&atx[2],NULL,0,&atx[11]} ,
25 {0, "spelltext" ,128,2,0,0,0,0,0,0,NULL,&atx[13],&atx[12],0,&atx[14]} ,
26 {0, NULL,1,-1,0,0,0,0,0,0,NULL,&atx[4],NULL,0,NULL} ,
27 {312, "SEQUENCE OF" ,0,16,0,0,0,0,0,0,NULL,NULL,NULL,0,NULL} ,
28 {0, "fini" ,128,3,0,0,0,0,0,0,NULL,&atx[2],NULL,0,NULL} };
29
30 static AsnModule ampx[1] = {
31 { "NCBI-SPELL" , "spell.h",&atx[0],NULL,NULL,0,0} };
32
33 static AsnValxNodePtr avn = NULL;
34 static AsnTypePtr at = atx;
35 static AsnModulePtr amp = ampx;
36
37
38
39 /**************************************************
40 *
41 * Defines for Module NCBI-SPELL
42 *
43 **************************************************/
44
45 #define SPELL_REQUEST &at[0]
46 #define SPELL_REQUEST_init &at[1]
47 #define SPELL_REQUEST_spelltext &at[3]
48 #define SPELL_REQUEST_fini &at[5]
49
50 #define SPELL_RESPONSE &at[7]
51 #define SPELL_RESPONSE_error &at[8]
52 #define SPELL_RESPONSE_init &at[10]
53 #define SPELL_RESPONSE_spelltext &at[11]
54 #define SPELL_RESPONSE_spelltext_E &at[12]
55 #define SPELL_RESPONSE_fini &at[14]
56 |
This page was automatically generated by the
LXR engine.
Visit the LXR main site for more information. |