#include <nnsys/g2d/g2d_OAME‚˜.h>
void NNS_G2dSetOamManExEntryFunctions(
NNSG2dOamManagerInstanceEx* pMan,
const NNSG2dOamExEntryFunctions* pSrc );
pMan |
[OUT] Extended OAM manager entity |
| pSrc | [IN] Registration function group |
None.
Sets the entry functions group in the extended OAM Manager. Since the extended OAM manager does not have the default registration functions, it is necessary to execute this function and set the registration function before use. (With the previous version, the default registration function was provided, but this has been changed.)
If the manager is initialized to not use affine parameters, NULL can be set in NNSG2dOamExEntryFunctions.getAffineCapacity and NNSG2dOamExEntryFunctions.funcs.entryNewAffine. (Versions before the 05/09/01 version have a problem that causes an invalid assert warning to display. This problem has been fixed.
The name of this function has been changed from NNS_G2dSetOamEntryFunctionsEx. The previous function remains under a different name in order to maintain compatibility.
NNS_G2dSetOamEntryFunctionsEx, NNS_G2dInitAffineManagerEx, NNSG2dOamExEntryFunctions
2005/09/01 Added a description about a fixed problem.
2005/06/06 Added link to NNSG2dOamExEntryFunctions
2004/11/10 Corrected an error in the document
2004/08/02 Renamed function.
2004/06/22 Initial version.
CONFIDENTIAL