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

109  {
110  return get_file_counter();
111 }
long get_target_dir_num ( )

Definiert in Zeile 123 der Datei shooting.c.

124 {
125  return 0;
126 }
long get_target_file_num ( )

Definiert in Zeile 113 der Datei shooting.c.

113  {
114  return get_exposure_counter();
115 }

Variablen-Dokumentation

const ApertureSize aperture_sizes_table[]
Initialisierung:
= {
{ 9, 352, "3.4" },
{ 10, 384, "4.0" },
{ 11, 416, "4.5" },
{ 12, 448, "5.0" },
{ 13, 480, "5.6" },
{ 14, 512, "6.3" },
{ 15, 544, "7.1" },
{ 16, 576, "8.0" },
}

Definiert in Zeile 10 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},
{ 6, 3200, "3200", -1},
}

Definiert in Zeile 71 der Datei shooting.c.

const CapturemodeMap modemap[]
Initialisierung:
= {
{ MODE_VIDEO_STD, 2640 },
{ MODE_SUPER_VIVID, 8754 },
{ MODE_POSTER_EFFECT, 8755 },
{ MODE_FISHEYE, 8759 },
{ MODE_MINIATURE, 8760 },
{ MODE_TOY_CAMERA, 8763 },
{ MODE_MONOCHROME, 8767 },
{ MODE_PORTRAIT, 16406 },
{ MODE_LOWLIGHT, 16429 },
{ MODE_SNOW, 16414 },
{ MODE_FIREWORK, 16416 },
{ MODE_SMART_SHUTTER, 16949 },
{ MODE_AUTO, 32768 },
{ MODE_M, 32770 },
{ MODE_AV, 32771 },
{ MODE_TV, 32772 },
{ MODE_P, 32773 },
{ MODE_HYBRID_AUTO, 33298 },
{ MODE_CREATIVE_EFFECT, 33299 },
{ MODE_LIVE, 33345 },
}

Definiert in Zeile 82 der Datei shooting.c.

const ShutterSpeed shutter_speeds_table[]

Definiert in Zeile 22 der Datei shooting.c.