NNS_G2dSetOamEntryFunctionsEx

C Specification

#include <nnsys/g2d/g2d_OAME‚˜.h>
void NNS_G2dSetOamEntryFunctionsEx( 
                                NNSG2dOamManagerInstanceEx*        pMan, 
                                const NNSG2dOamExEntryFunctions*   pSrc );
  

Arguments

pMan [OUT] Extended OAM manager entity
pSrc [IN] Registration function group

Return Values

None.

Description

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.

See Also

NNS_G2dSetOamManExEntryFunctions, NNS_G2dInitAffineManagerEx

Revision History

2004/08/02 Renamed function.
2004/06/22 Initial version.


CONFIDENTIAL