cis_config
|
Structure for handling input from an ASCII table. More...
#include <PsiInterface.h>
Public Attributes | |
int | _valid |
Success or failure of initializing the structure. | |
const char * | _name |
Path to local table or name of message queue. | |
int | _type |
0 if _name is a local table, 1 if it is a message queue. | |
asciiTable_t | _table |
Associated input handler for local tables. | |
psiInput_t | _psi |
Associated input handler for queues. | |
Structure for handling input from an ASCII table.