|
TPCCLIB
|
#include <tpcecat.h>
Data Fields | |
| unsigned int | id |
| unsigned int | strtblk |
| unsigned int | endblk |
| int | status |
| unsigned int ECAT_MATDIR::endblk |
End block.
Definition at line 46 of file tpcecat.h.
Referenced by ecatMListPrint(), and ecatMListRead().
| unsigned int ECAT_MATDIR::id |
Matrix identifier (matnum).
Definition at line 42 of file tpcecat.h.
Referenced by ecatMListPrint(), and ecatMListRead().
| int ECAT_MATDIR::status |
Matrix status (matstat); -1=deleted, 0=unfinished, 1=finished.
Definition at line 48 of file tpcecat.h.
Referenced by ecatMListRead().
| unsigned int ECAT_MATDIR::strtblk |
Start block.
Definition at line 44 of file tpcecat.h.
Referenced by ecatMListPrint(), and ecatMListRead().