summaryrefslogtreecommitdiff
path: root/camlibs/canon/library.h
blob: 477ae69280898c8c19e62fafd78a3ad0e8067166 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
/****************************************************************************
 *
 * File: library.h
 *
 ****************************************************************************/

#ifndef CAMLIBS_CANON_LIBRARY_H
#define CAMLIBS_CANON_LIBRARY_H

/****************************************************************************
 *
 * These are defines for packet command codes collected from several
 * sources. There's no guarantee, that they are correct...
 *
 * The same is true for the ident string offset
 *
 ****************************************************************************/

/* #define CANON_CMD_ACK			0x04 */
/* #define CANON_CMD_PING			0x10 */

/* #define CANON_PCK_SOT			0x05 */
/* #define CANON_PCK_EOT			0x04 */
/* #define CANON_PCK_CMD			0x00 */
/* #define CANON_PCK_IDENT			0x06 */


void clear_readiness(Camera *camera);

#define GP_MODULE "canon"

#endif /* !defined(CAMLIBS_CANON_LIBRARY_H) */

/****************************************************************************
 *
 * End of file: library.h
 *
 ****************************************************************************/

/*
 * Local Variables:
 * c-file-style:"linux"
 * indent-tabs-mode:t
 * End:
 */