WO010
- Last UpdatedMay 12, 2023
- 1 minute read
Name
WO010 - AutoNest Interface routine - Add Quality for Quality Exchange
Purpose
The procedure adds one quality to the quality exchange.
Declaration
void wo010 ( const int BaseQualityNumber,
const char *BaseQuality, const char *Quality);
Input
Parameters:
|
BaseQualityNumber |
The number of the current base quality |
|
BaseQuality |
The base quality |
|
Quality |
A quality on which the BaseQuality can be nested |
Result
None.
/
/*
External declarations
*/
extern "C"
{
#if !defined TBLAYOUTPLUGIN_API #define TBLAYOUTPLUGIN_API
#endif
/*
**********************************************************************
Main procedure - wo010
**********************************************************************
*/
#ifdef WIN32 TBLAYOUTPLUGIN_API
#endif
void wo010 ( const int /* BaseQualityNumber*/, const char * /* BaseQuality */, const char * /* Quality */)
{
}
}