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 126 der Datei shooting.c.

126  {
127  return get_file_counter();
128 }
long get_target_dir_num ( )

Definiert in Zeile 140 der Datei shooting.c.

141 {
142  return 0;
143 }
long get_target_file_num ( )

Definiert in Zeile 130 der Datei shooting.c.

130  {
131  return get_exposure_counter();
132 }

Variablen-Dokumentation

const ApertureSize aperture_sizes_table[]
Initialisierung:
= {
{ 9, 328, "3.2" },
{ 10, 331, "3.5" },
{ 11, 379, "4.0" },
{ 12, 425, "4.5" },
{ 13, 463, "5.0" },
{ 14, 474, "5.6" },
{ 15, 502, "6.3" },
{ 16, 541, "6.9" },
{ 17, 604, "9.0" },
{ 18, 613, "10.0" },
{ 19, 657, "11.0" },
{ 20, 687, "13.0" },
{ 21, 710, "14.0" },
{ 22, 750, "16.0" },
{ 23, 790, "18.0" },
{ 24, 817, "20.0" },
}

Definiert in Zeile 11 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},
}

Definiert in Zeile 85 der Datei shooting.c.

const CapturemodeMap modemap[]
Initialisierung:
= {
{ MODE_VIDEO_STD, 2633 },
{ MODE_SUPER_VIVID, 8748 },
{ MODE_POSTER_EFFECT, 8749 },
{ MODE_FISHEYE, 8753 },
{ MODE_MINIATURE, 8754 },
{ MODE_TOY_CAMERA, 8757 },
{ MODE_MONOCHROME, 8761 },
{ MODE_PORTRAIT, 16403 },
{ MODE_LOWLIGHT, 16423 },
{ MODE_SNOW, 16411 },
{ MODE_FIREWORK, 16413 },
{ MODE_AUTO, 32768 },
{ MODE_M, 32769 },
{ MODE_AV, 32770 },
{ MODE_TV, 32771 },
{ MODE_P, 32772 },
{ MODE_DISCREET, 32824 },
{ MODE_NIGHT_SCENE, 33331 },
{ MODE_LIVE, 33339 },
}

Definiert in Zeile 98 der Datei shooting.c.

const ShutterSpeed shutter_speeds_table[]

Definiert in Zeile 37 der Datei shooting.c.