mw::qre::EccLevel Enumerated Type

Syntax

enum EccLevel;

Value

Value Description
ECC_LEVEL_L Error correction level L. 7% of data can be restored.
ECC_LEVEL_M Error correction level M. 15% of data can be restored.
ECC_LEVEL_Q Error correction level Q. 25% of data can be restored.
ECC_LEVEL_H Error correction level H. 30% of data can be restored.

Description

This is the enumerated type indicating the level of error correction.

Revision History

2010/05/31
Initial version.

CONFIDENTIAL