NCBI C Toolkit Cross Reference

C/asnstat/asntseq.h


  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 = "asntseq.h61";
 13 static AsnValxNode avnx[2] = {
 14     {20,"nucleotide" ,1,0.0,&avnx[1] } ,
 15     {20,"protein" ,2,0.0,NULL } };
 16 
 17 static AsnType atx[18] = {
 18   {401, "TSeq" ,1,0,0,0,0,0,0,0,NULL,&atx[14],&atx[1],0,&atx[15]} ,
 19   {0, "seqtype" ,128,0,0,0,0,0,0,0,NULL,&atx[2],&avnx[0],0,&atx[3]} ,
 20   {310, "ENUMERATED" ,0,10,0,0,0,0,0,0,NULL,NULL,NULL,0,NULL} ,
 21   {0, "gi" ,128,1,0,1,0,0,0,0,NULL,&atx[4],NULL,0,&atx[5]} ,
 22   {302, "INTEGER" ,0,2,0,0,0,0,0,0,NULL,NULL,NULL,0,NULL} ,
 23   {0, "accver" ,128,2,0,1,0,0,0,0,NULL,&atx[6],NULL,0,&atx[7]} ,
 24   {323, "VisibleString" ,0,26,0,0,0,0,0,0,NULL,NULL,NULL,0,NULL} ,
 25   {0, "sid" ,128,3,0,1,0,0,0,0,NULL,&atx[6],NULL,0,&atx[8]} ,
 26   {0, "local" ,128,4,0,1,0,0,0,0,NULL,&atx[6],NULL,0,&atx[9]} ,
 27   {0, "taxid" ,128,5,0,1,0,0,0,0,NULL,&atx[4],NULL,0,&atx[10]} ,
 28   {0, "orgname" ,128,6,0,1,0,0,0,0,NULL,&atx[6],NULL,0,&atx[11]} ,
 29   {0, "defline" ,128,7,0,0,0,0,0,0,NULL,&atx[6],NULL,0,&atx[12]} ,
 30   {0, "length" ,128,8,0,0,0,0,0,0,NULL,&atx[4],NULL,0,&atx[13]} ,
 31   {0, "sequence" ,128,9,0,0,0,0,0,0,NULL,&atx[6],NULL,0,NULL} ,
 32   {311, "SEQUENCE" ,0,16,0,0,0,0,0,0,NULL,NULL,NULL,0,NULL} ,
 33   {402, "TSeqSet" ,1,0,0,0,0,0,0,0,NULL,&atx[17],&atx[16],0,NULL} ,
 34   {0, NULL,1,-1,0,0,0,0,0,0,NULL,&atx[0],NULL,0,NULL} ,
 35   {312, "SEQUENCE OF" ,0,16,0,0,0,0,0,0,NULL,NULL,NULL,0,NULL} };
 36 
 37 static AsnModule ampx[1] = {
 38   { "NCBI-TSeq" , "asntseq.h61",&atx[0],NULL,NULL,0,0} };
 39 
 40 static AsnValxNodePtr avn = avnx;
 41 static AsnTypePtr at = atx;
 42 static AsnModulePtr amp = ampx;
 43 
 44 
 45 
 46 /**************************************************
 47 *
 48 *    Defines for Module NCBI-TSeq
 49 *
 50 **************************************************/
 51 
 52 #define TSEQ &at[0]
 53 #define TSEQ_seqtype &at[1]
 54 #define TSEQ_gi &at[3]
 55 #define TSEQ_accver &at[5]
 56 #define TSEQ_sid &at[7]
 57 #define TSEQ_local &at[8]
 58 #define TSEQ_taxid &at[9]
 59 #define TSEQ_orgname &at[10]
 60 #define TSEQ_defline &at[11]
 61 #define TSEQ_length &at[12]
 62 #define TSEQ_sequence &at[13]
 63 
 64 #define TSEQSET &at[15]
 65 #define TSEQSET_E &at[16]
 66 

source navigation ]   [ diff markup ]   [ identifier search ]   [ freetext search ]   [ file search ]  

This page was automatically generated by the LXR engine.
Visit the LXR main site for more information.