Tactex Controls Inc. TCIMTCEXP100 Benutzerhandbuch

Seite von 18
Part 3 – API Reference
This section provides a brief description of the API functions and data
definitions.
API Data Structures
MTCCreate
typedef struct MTCCREATE 
{
char   *inputPort;    // name of the input driver
char   *outputPort;   // name of the output driver
char   *mappingFile;  // path and filename of the mapping file
char   *normalFile;   // path and filename of the
normalization file
} MTCCreate;
MTCCompType
typedef enum 
{
MTCCompNone,
MTCCompThresh,
MTCCompDefault
} MTCCompType;
MTCQueryType
typedef enum 
{
MTCQueryCurrent,
MTCQueryDefault,
MTCQueryMax,
MTCQueryCount
} MTCQueryType;
MTCConfig
typedef struct MTCCONFIG 
{
int          nTaxels;
int          nRows;
int          nCols;
float        xDimension;
float        yDimension;
char        *unitDescriptor;
} MTCConfig;
MTC Express
3-1