CAPS Universe documentation  1.0.4
All you need to know to be successful
encode_method_3.h
Go to the documentation of this file.
1#pragma once
2
3/*
4 * SPDX-License-Identifier: LGPL-2.0-or-later
5 *
6 * (c) 2020 Juergen Borleis <projects@caps-printing.org>
7 *
8 * This code bases partially on a work of:
9 *
10 * Copyright (C) 1996, 1997, 1998, 2000 by Martin Lottermoser
11 *
12 * This library is free software; you can redistribute it and/or
13 * modify it under the terms of the GNU Lesser General Public
14 * License as published by the Free Software Foundation; either
15 * version 2.1 of the License, or (at your option) any later version
16 */
17#include <stddef.h>
18#include <stdio.h>
19
64#define C3_LINE_LENGTH (1290 + 256)
65
67struct cm3_line {
69 size_t idx;
70};
#define C3_LINE_LENGTH
Definition: encode_method_3.h:64
Definition: encode_method_3.h:67
size_t idx
Definition: encode_method_3.h:69
uint8_t data[(1290+256)]
Definition: encode_method_3.h:68