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

void _LogCameraEvent (int id, const char *fmt,...)
 
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

void _LogCameraEvent ( int  id,
const char *  fmt,
  ... 
)
long get_file_next_counter ( )

Definiert in Zeile 123 der Datei shooting.c.

123  {
124  return get_file_counter();
125 }
long get_target_dir_num ( )

Definiert in Zeile 137 der Datei shooting.c.

138 {
139  return 0;
140 }
long get_target_file_num ( )

Definiert in Zeile 127 der Datei shooting.c.

127  {
128  return get_exposure_counter();
129 }

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" }
}

pt=require'extras/proptools'

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

const CapturemodeMap modemap[]

Definiert in Zeile 86 der Datei shooting.c.

const ShutterSpeed shutter_speeds_table[]

Definiert in Zeile 25 der Datei shooting.c.