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

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 []
 

Dokumentation der Funktionen

long get_file_next_counter ( )

Definiert in Zeile 135 der Datei shooting.c.

135  {
136  return get_file_counter();
137 }
long get_target_dir_num ( )

Definiert in Zeile 155 der Datei shooting.c.

156 {
157  return 0;
158 }
long get_target_file_num ( )

Definiert in Zeile 139 der Datei shooting.c.

139  {
140  return get_exposure_counter();
141 }

Variablen-Dokumentation

const ApertureSize aperture_sizes_table[]
Initialisierung:
= {
{ 9, 305, "3.0" },
{ 10, 314, "3.2" },
{ 11, 350, "3.5" },
{ 12, 382, "4.0" },
{ 13, 411, "4.5" },
{ 14, 439, "5.0" },
{ 15, 472, "5.6" },
{ 16, 514, "6.3" },
{ 17, 543, "6.9" },
}

Definiert in Zeile 5 der Datei shooting.c.

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

Definiert in Zeile 70 der Datei shooting.c.

const CapturemodeMap modemap[]
Initialisierung:
= {
{ MODE_LONG_SHUTTER, 32774 },
{ MODE_P, 32772 },
{ MODE_STITCH, 33293 },
{ MODE_MINIATURE, 33330 },
{ MODE_FISHEYE, 33329 },
{ MODE_TOY_CAMERA, 33333 },
{ MODE_COLOR_ACCENT, 33315 },
{ MODE_COLOR_SWAP, 33316 },
{ MODE_MONOCHROME, 33336 },
{ MODE_SUPER_VIVID, 33324 },
{ MODE_POSTER_EFFECT, 33325 },
{ MODE_PORTRAIT, 32787 },
{ MODE_SNOW, 32795 },
{ MODE_FIREWORK, 32797 },
{ MODE_AUTO, 32768 },
{ MODE_SMART_SHUTTER, 33327 },
{ MODE_SMOOTH_SKIN, 33300 },
{ MODE_SOFTFOCUS, 33334 },
}

Definiert in Zeile 102 der Datei shooting.c.

const ShutterSpeed shutter_speeds_table[]

Definiert in Zeile 22 der Datei shooting.c.