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 []
 pt=require'extras/proptools' Mehr ...
 
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 118 der Datei shooting.c.

118  {
119  return get_file_counter();
120 }
long get_target_dir_num ( )

Definiert in Zeile 146 der Datei shooting.c.

147 {
148  return 0;
149 }
long get_target_file_num ( )

Definiert in Zeile 122 der Datei shooting.c.

122  {
123  return get_exposure_counter();
124 }

Variablen-Dokumentation

const ApertureSize aperture_sizes_table[]
Initialisierung:
= {
{ 9, 333, "3.3" },
{ 10, 337, "3.5" },
{ 11, 369, "4.0" },
{ 12, 401, "4.5" },
{ 13, 433, "5.0" },
{ 14, 466, "5.6" },
{ 15, 497, "6.3" },
{ 16, 529, "7.1" },
{ 17, 561, "8.0" },
}

pt=require'extras/proptools'

Definiert in Zeile 12 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 75 der Datei shooting.c.

const CapturemodeMap modemap[]
Initialisierung:
= {
{ MODE_AUTO ,32768 },
{ MODE_M ,32770 },
{ MODE_AV ,32771 },
{ MODE_TV ,32772 },
{ MODE_P ,32773 },
{ MODE_FISHEYE ,16953 },
{ MODE_MINIATURE ,16954 },
{ MODE_TOY_CAMERA ,16957 },
{ MODE_SOFTFOCUS ,16959 },
{ MODE_MONOCHROME ,16961 },
{ MODE_SUPER_VIVID ,16948 },
{ MODE_POSTER_EFFECT ,16949 },
{ MODE_PORTRAIT ,16406 },
{ MODE_SMOOTH_SKIN ,16919 },
{ MODE_SMART_SHUTTER ,16951 },
{ MODE_LOWLIGHT ,16431 },
{ MODE_FIREWORK ,16416 },
{ MODE_SPORTS ,33288 },
{ MODE_SELFIE ,32806 },
{ MODE_VIDEO_STD ,2646 },
}

Definiert in Zeile 86 der Datei shooting.c.

const ShutterSpeed shutter_speeds_table[]

Definiert in Zeile 24 der Datei shooting.c.