NCBI C Toolkit Cross Reference

C/asnstat/asnacces.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 = "asnacces.h60";
 13 static AsnType atx[9] = {
 14   {401, "Link-set" ,1,0,0,0,0,1,0,0,NULL,&atx[8],&atx[1],0,NULL} ,
 15   {0, "num" ,128,0,0,0,0,0,0,0,NULL,&atx[2],NULL,0,&atx[3]} ,
 16   {302, "INTEGER" ,0,2,0,0,0,0,0,0,NULL,NULL,NULL,0,NULL} ,
 17   {0, "uids" ,128,1,0,1,0,0,0,0,NULL,&atx[5],&atx[4],0,&atx[6]} ,
 18   {0, NULL,1,-1,0,0,0,0,0,0,NULL,&atx[2],NULL,0,NULL} ,
 19   {312, "SEQUENCE OF" ,0,16,0,0,0,0,0,0,NULL,NULL,NULL,0,NULL} ,
 20   {0, "weights" ,128,2,0,1,0,0,0,0,NULL,&atx[5],&atx[7],0,NULL} ,
 21   {0, NULL,1,-1,0,0,0,0,0,0,NULL,&atx[2],NULL,0,NULL} ,
 22   {311, "SEQUENCE" ,0,16,0,0,0,0,0,0,NULL,NULL,NULL,0,NULL} };
 23 
 24 static AsnModule ampx[1] = {
 25   { "NCBI-Access" , "asnacces.h60",&atx[0],NULL,NULL,0,0} };
 26 
 27 static AsnValxNodePtr avn = NULL;
 28 static AsnTypePtr at = atx;
 29 static AsnModulePtr amp = ampx;
 30 
 31 
 32 
 33 /**************************************************
 34 *
 35 *    Defines for Module NCBI-Access
 36 *
 37 **************************************************/
 38 
 39 #define LINK_SET &at[0]
 40 #define LINK_SET_num &at[1]
 41 #define LINK_SET_uids &at[3]
 42 #define LINK_SET_uids_E &at[4]
 43 #define LINK_SET_weights &at[6]
 44 #define LINK_SET_weights_E &at[7]
 45 

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.