#include <nnsys/g2d/g2d_Oam.h>
BOOL NNS_G2dEntryNewOam(
NNSG2dOamManagerInstance* pMan,
const GXOamAttr* pOam,
u16 num );
pMan |
[OUT] OAM manager entity |
pOam |
[IN] Pointer to the start of the GXOamAttr array that will be registered |
num |
[IN] Number of OAMs to be registered |
If there is not enough free space, nothing is registered and FALSE is returned.
Registers OBJ in the OAM manager. The entered GXOamAttr array is copied to the Manager's internal buffer. The Manager intermittently copies only the "attr 0,1,2" parts of the GXOamAttr array elements. (In other words, the affine parameters are not overwritten.) The name of this function has changed to NNS_G2dEntryOamManagerOam. To maintain compatibility, the previous function was kept under a different name.
NNS_G2dEntryOamManagerOam, NNS_G2dEntryOamManagerOamWithAffineIdx
08/02/2004 Renamed function.
05/28/2004 Initial version.
CONFIDENTIAL