CHDK_DE Vorschauversion  Trunk Rev. 6014
 Alle Datenstrukturen Dateien Funktionen Variablen Typdefinitionen Aufzählungen Aufzählungswerte Makrodefinitionen
shooting.c-Dateireferenz
#include "platform.h"
#include "../generic/shooting.c"
+ Include-Abhängigkeitsdiagramm für shooting.c:

gehe zum Quellcode dieser Datei

Makrodefinitionen

#define PARAM_FILE_COUNTER   0x1
 

Funktionen

long get_file_next_counter ()
 
long get_target_file_num ()
 
long get_target_dir_num ()
 

Variablen

const ApertureSize aperture_sizes_table []
 
const ShutterSpeed shutter_speeds_table []
 
const ISOTable iso_table []
 
const CapturemodeMap modemap []
 

Makro-Dokumentation

#define PARAM_FILE_COUNTER   0x1

Definiert in Zeile 2 der Datei shooting.c.

Dokumentation der Funktionen

long get_file_next_counter ( )

Definiert in Zeile 98 der Datei shooting.c.

98  {
99  return get_file_counter();
100 }
long get_target_dir_num ( )

Definiert in Zeile 112 der Datei shooting.c.

113 {
114  return 0;
115 }
long get_target_file_num ( )

Definiert in Zeile 102 der Datei shooting.c.

102  {
103  return get_exposure_counter();
104 }

Variablen-Dokumentation

const ApertureSize aperture_sizes_table[]
Initialisierung:
= {
{ 9, 348, "3.5" },
{ 10, 371, "4.0" },
{ 11, 402, "4.5" },
{ 12, 435, "5.0" },
{ 13, 465, "5.6" },
{ 14, 497, "6.3" },
}

Definiert in Zeile 7 der Datei shooting.c.

const ISOTable iso_table[]
Initialisierung:
= {
{ 0, 0, "Auto", -1},
{ 1, 100, "100", -1},
{ 2, 200, "200", -1},
{ 3, 400, "400", -1},
{ 4, 800, "800", -1},
{ 5, 1600, "1600", -1},
}

Definiert in Zeile 69 der Datei shooting.c.

const CapturemodeMap modemap[]
Initialisierung:
= {
{ MODE_AUTO, 32768 },
{ MODE_P, 32773 },
{ MODE_LONG_SHUTTER, 32775 },
{ MODE_PORTRAIT, 32790 },
{ MODE_FIREWORK, 32800 },
{ MODE_LOWLIGHT, 32813 },
{ MODE_SUPER_VIVID, 33330 },
{ MODE_POSTER_EFFECT, 33331 },
{ MODE_FISHEYE, 33335 },
{ MODE_MINIATURE, 33336 },
{ MODE_TOY_CAMERA, 33339 },
{ MODE_MONOCHROME, 33343 },
{ MODE_LIVE, 33345 },
}

Definiert in Zeile 79 der Datei shooting.c.

const ShutterSpeed shutter_speeds_table[]

Definiert in Zeile 17 der Datei shooting.c.