CHDK_DE Vorschauversion  Trunk Rev. 6014
 Alle Datenstrukturen Dateien Funktionen Variablen Typdefinitionen Aufzählungen Aufzählungswerte Makrodefinitionen
shooting.c-Dateireferenz
#include "lolevel.h"
#include "platform.h"
#include "core.h"
#include "conf.h"
#include "keyboard.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 7 der Datei shooting.c.

Dokumentation der Funktionen

long get_file_next_counter ( )

Definiert in Zeile 156 der Datei shooting.c.

156  {
157  return get_file_counter();
158 }
long get_target_dir_num ( )

Definiert in Zeile 184 der Datei shooting.c.

185 {
186  return 0;
187 }
long get_target_file_num ( )

Definiert in Zeile 160 der Datei shooting.c.

160  {
161  return get_exposure_counter();
162 }

Variablen-Dokumentation

const ApertureSize aperture_sizes_table[]
Initialisierung:
= {
{ 6, 64, "1.2" },
{ 7, 96, "1.4" },
{ 8, 128, "1.6" },
{ 9, 160, "1.8" },
{ 10, 192, "2.0" },
{ 11, 224, "2.2" },
{ 12, 256, "2.5" },
{ 13, 288, "2.8" },
{ 14, 320, "3.2" },
{ 15, 352, "3.5" },
{ 16, 384, "4.0" },
{ 17, 416, "4.5" },
{ 18, 448, "5.0" },
{ 19, 480, "5.6" },
{ 20, 512, "6.3" },
{ 21, 544, "7.1" },
{ 22, 576, "8.0" },
{ 23, 608, "9.0" },
{ 24, 640, "10.0" },
{ 25, 672, "11.0" },
{ 26, 704, "13.0" },
{ 27, 736, "14.0" },
{ 28, 768, "16.0" },
{ 29, 800, "18.0" },
{ 30, 832, "20.0" },
{ 31, 864, "22.0" },
}

Definiert in Zeile 10 der Datei shooting.c.

const ISOTable iso_table[]
Initialisierung:
= {
{ 0, 0, " Auto", -1},
{ 1, 100, "100", -1},
{ 2, 125, "125", -1},
{ 3, 160, "160", -1},
{ 4, 200, "200", -1},
{ 5, 250, "250", -1},
{ 6, 320, "320", -1},
{ 7, 400, "400", -1},
{ 8, 500, "500", -1},
{ 9, 640, "640", -1},
{ 10, 800, "800", -1},
{ 11, 1000, "1000", -1},
{ 12, 1250, "1250", -1},
{ 13, 1600, "1600", -1},
{ 14, 2000, "2000", -1},
{ 15, 2500, "2500", -1},
{ 16, 3200, "3200", -1},
{ 17, 4000, "4000", -1},
{ 18, 5000, "5000", -1},
{ 19, 6400, "6400", -1},
{ 20, 8000, "8000", -1},
{ 21,10000, "10000", -1},
{ 22,12800, "12800", -1},
}

Definiert in Zeile 100 der Datei shooting.c.

const CapturemodeMap modemap[]
Initialisierung:
= {
{ MODE_M ,32770 },
{ MODE_AV ,32771 },
{ MODE_TV ,32772 },
{ MODE_P ,32773 },
{ MODE_LANDSCAPE ,32789 },
{ MODE_PORTRAIT ,32790 },
{ MODE_SELFIE ,32806 },
{ MODE_CLOSEUP ,32807 },
{ MODE_FOOD ,32808 },
{ MODE_FISHEYE ,33335 },
{ MODE_MINIATURE ,33336 },
{ MODE_TOY_CAMERA ,33339 },
{ MODE_SOFTFOCUS ,33341 },
{ MODE_HDR ,33351 },
{ MODE_WATERPAINTING ,33352 },
{ MODE_ART_BOLD ,33353 },
{ MODE_MONOCHROME ,33354 },
{ MODE_VIDEO_STD ,2643 },
{ MODE_VIDEO_M ,2651 },
}

Definiert in Zeile 126 der Datei shooting.c.

const ShutterSpeed shutter_speeds_table[]

Definiert in Zeile 39 der Datei shooting.c.