NNS_G2dSetOamEntryFunctionsEx

Syntax

#include <nnsys/g2d/g2d_OAMEx.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 registration functions in the extended OAM Manager. The default registration functions are used if this function is not executed. We strongly recommend that this function be used to set the registration functions. The name of this function has changed to NNS_G2dSetOamManExEntryFunctions. This function will remain as a separate name to maintain compatibility.

See Also

NNS_G2dSetOamManExEntryFunctions
NNS_G2dInitAffineManagerEx

Revision History

2004/08/02 Renamed function.

2004/06/22 Initial version.


CONFIDENTIAL