Back to Aurora Vision Library Lite website
You are here: Start » Conversions » BarcodeFormatToMIL1DcodeFormat
BarcodeFormatToMIL1DcodeFormat
| Header: | AVL.h |
|---|---|
| Namespace: | avl |
Converts BarcodeFormat object to a MIL1DcodeFormat
Syntax
void avl::BarcodeFormatToMIL1DcodeFormat ( const avl::BarcodeFormat::Type& inFormat, avl::MIL1DcodeFormat::Type& outFormat )
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inFormat | const BarcodeFormat::Type& | ||
![]() |
outFormat | MIL1DcodeFormat::Type& |
Errors
List of possible exceptions:
| Error type | Description |
|---|---|
| DomainError | Unsupported barcode format type in the conversion from AVL barcode to MIL barcode format. |


