Skip to content

AFNI/NIfTI Server

Sections
Personal tools
You are here: Home » AFNI » Documentation

Doxygen Source Code Documentation


Main Page   Alphabetical List   Data Structures   File List   Data Fields   Globals   Search  

iob.h

Go to the documentation of this file.
00001 struct iob_data {
00002         struct iob_data *next;
00003         char *type;
00004         char *name;
00005         char *fields[1];
00006         };
00007 struct io_setup {
00008         char **fields;
00009         int nelt, type;
00010         };
00011 
00012 struct defines {
00013         struct defines *next;
00014         char defname[1];
00015         };
00016 
00017 typedef struct iob_data iob_data;
00018 typedef struct io_setup io_setup;
00019 typedef struct defines defines;
00020 
00021 extern iob_data *iob_list;
00022 extern struct Addrblock *io_structs[9];
00023 void    def_start Argdcl((FILEP, char*, char*, char*));
00024 void    new_iob_data Argdcl((io_setup*, char*));
00025 void    other_undefs Argdcl((FILEP));
00026 char*   tostring Argdcl((char*, int));
 

Powered by Plone

This site conforms to the following standards: