|
libflame
12600
|
Functions | |
| void | FLASH_QR_UT_inc_cntl_init () |
| void | FLASH_QR_UT_inc_cntl_finalize () |
Variables | |
| fla_qrut_t * | flash_qrut_cntl_leaf |
| fla_apqut_t * | flash_apqut_cntl |
| fla_qr2ut_t * | flash_qr2ut_cntl |
| fla_apq2ut_t * | flash_apq2ut_cntl |
| fla_qrutinc_t * | flash_qrutinc_cntl |
| fla_blocksize_t * | flash_qrutinc_var1_bsize |
| void FLASH_QR_UT_inc_cntl_finalize | ( | void | ) |
References FLA_Blocksize_free(), and FLA_Cntl_obj_free().
Referenced by FLA_Cntl_finalize_flash().
| void FLASH_QR_UT_inc_cntl_init | ( | void | ) |
References FLA_Blocksize_create(), and FLA_Cntl_qrutinc_obj_create().
Referenced by FLA_Cntl_init_flash().
{
// Set blocksizes for hierarchical storage.
flash_qrutinc_var1_bsize = FLA_Blocksize_create( 1, 1, 1, 1 );
// Create a control tree to invoke variant 1.
flash_qrutinc_cntl = FLA_Cntl_qrutinc_obj_create( FLA_HIER,
FLA_BLOCKED_VARIANT1,
flash_qrutinc_var1_bsize,
flash_qrut_cntl_leaf,
flash_apqut_cntl,
flash_qr2ut_cntl,
flash_apq2ut_cntl );
}
1.7.6.1