Back to Aurora Vision Library Lite website

You are here: Start » Conversions » MIL1DcodeFormatToBarcodeFormat

MIL1DcodeFormatToBarcodeFormat


Header: AVL.h
Namespace: avl

Converts a MIL1DcodeFormat object to a BarcodeFormat.

Syntax

void avl::MIL1DcodeFormatToBarcodeFormat
(
	const avl::MIL1DcodeFormat::Type& inFormat,
	avl::BarcodeFormat::Type& outFormat
)

Parameters

Name Type Default Description
Input value inFormat const MIL1DcodeFormat::Type&
Output value outFormat BarcodeFormat::Type&

Errors

List of possible exceptions:

Error type Description
DomainError Unsupported barcode format type in the conversion from MIL barcode to AVL barcode format.