libflame  12600
Functions | Variables
FLASH_QR2_UT_cntl_init.c File Reference

(r12600)

Functions

void FLASH_QR2_UT_cntl_init ()
void FLASH_QR2_UT_cntl_finalize ()

Variables

fla_qr2ut_tflash_qr2ut_cntl_leaf
fla_qr2ut_tflash_qr2ut_cntl
fla_blocksize_tflash_qr2ut_var2_bsize

Function Documentation

void FLASH_QR2_UT_cntl_finalize ( void  )
void FLASH_QR2_UT_cntl_init ( void  )

References FLA_Blocksize_create(), and FLA_Cntl_qr2ut_obj_create().

Referenced by FLA_Cntl_init_flash().

{
    // Set blocksize for hierarchical storage.
    flash_qr2ut_var2_bsize = FLA_Blocksize_create( 1, 1, 1, 1 );

    // Create a control tree to invoke variant 1.
    flash_qr2ut_cntl_leaf = FLA_Cntl_qr2ut_obj_create( FLA_HIER,
                                                       FLA_SUBPROBLEM, 
                                                       NULL,
                                                       NULL,
                                                       NULL,
                                                       NULL,
                                                       NULL,
                                                       NULL,
                                                       NULL );

    // Create a control tree to invoke variant 2.
    flash_qr2ut_cntl    = FLA_Cntl_qr2ut_obj_create( FLA_HIER,
                                                     FLA_BLOCKED_VARIANT2, 
                                                     flash_qr2ut_var2_bsize,
                                                     flash_qr2ut_cntl_leaf,
                                                     NULL,
                                                     NULL,
                                                     NULL,
                                                     NULL,
                                                     NULL );
}

Variable Documentation