#include <nnsys/g2d/g2d_OAMEx.h>
void NNS_G2dSetOamEntryFunctionsEx(
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. The default registration function is used if this function is not executed. It is strongly recommended that this function be used to set the registration function. The name of this function has changed to NNS_G2dSetOamManExEntryFunctions. In order to maintain compatibility, the previous function was kept under a different name.
NNS_G2dSetOamManExEntryFunctions, NNS_G2dInitAffineManagerEx
08/02/2004 Renamed function.
06/22/2004 Initial version.