cis_config
|
Structure of information for input from a file line by line. More...
#include <PsiInterface.h>
Public Attributes | |
int | _valid |
Indicates if the structure was succesfully initialized. | |
const char * | _name |
Path to local file or name of input channel. | |
int | _type |
0 for local file, 1 for input channel. | |
asciiFile_t | _file |
Associated input handler for local files. | |
psiInput_t | _psi |
Associated input handler for input channel. | |
Structure of information for input from a file line by line.