common module and submodules no red

This commit is contained in:
Henry Schimke
2022-08-17 14:51:34 -05:00
parent fc8cdf5f9e
commit 87f98db943
5 changed files with 148 additions and 132 deletions

View File

@@ -19,13 +19,13 @@ use crate::aztec::encoder::{AztecCode,Encoder};
* @author Sean Owen
*/
pub struct AztecDetectorResult {
super: DetectorResult;
//super: DetectorResult;
let compact: bool;
compact: bool,
let nb_datablocks: i32;
nb_datablocks: i32,
let nb_layers: i32;
nb_layers: i32
}
impl DetectorResult for AztecDetectorResult {