Configuration class for GS1 DataBar Expanded. More...
#include <cvb/config.hpp>
Inherits CompositeCodeBase< GS1DataBarExpanded >.
Friends | |
class | Cvb::CodeReader::Decoder |
Additional Inherited Members | |
![]() | |
bool | EnabledCCA () const |
Checks if CompositeComponent A (CC-A) decoding is enabled. | |
virtual GS1DataBarExpanded & | EnableCCA () |
Enables CompositeComponent A (CC-A) decoding. | |
virtual GS1DataBarExpanded & | DisableCCA () |
Disables CompositeComponent A (CC-A) decoding. | |
bool | EnabledCCB () const |
Checks if CompositeComponent B (CC-B) decoding is enabled. | |
virtual GS1DataBarExpanded & | EnableCCB () |
Enables CompositeComponent B (CC-B) decoding. | |
virtual GS1DataBarExpanded & | DisableCCB () |
Disables CompositeComponent B (CC-B) decoding. | |
bool | EnabledCCC () const |
Checks if CompositeComponent C (CC-C) decoding is enabled. | |
virtual GS1DataBarExpanded & | EnableCCC () |
Enables CompositeComponent C (CC-C) decoding. | |
virtual GS1DataBarExpanded & | DisableCCC () |
Disables CompositeComponent C (CC-C) decoding. | |
![]() | |
bool | Enabled () const |
Checks if decoding for the code type represented by the derived class is enabled. | |
GS1DataBarExpanded & | Enable () |
Enables decoding for the code type represented by the derived class. | |
GS1DataBarExpanded & | Disable () |
Disables decoding for the code type represented by the derived class. | |
Configuration class for GS1 DataBar Expanded.
Use this class to configure decoding options for GS1 DataBar Expanded. To access the configuration and enable decoding GS1 Databar-14 Expanded codes, use the following example. For additional details on configuration, refer to the documentation for Decoder::Config().