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