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

Funktionen

long get_file_next_counter ()
 
long get_target_file_num ()
 
void get_target_dir_name (char *out)
 

Variablen

const ApertureSize aperture_sizes_table []
 
const ShutterSpeed shutter_speeds_table []
 
const ISOTable iso_table []
 
const CapturemodeMap modemap []
 

Dokumentation der Funktionen

long get_file_next_counter ( )

Definiert in Zeile 151 der Datei shooting.c.

151  {
152  return get_file_counter();
153 }
void get_target_dir_name ( char *  out)

Definiert in Zeile 159 der Datei shooting.c.

160 {
161  static char buf[32];
162  extern void _GetImageFolder(char*,int,int,int);
163  _GetImageFolder(buf,get_file_next_counter(),CAM_DATE_FOLDER_NAMING,time(NULL));
164  strncpy(out,buf,15);
165  out[15] = 0;
166 }
long get_target_file_num ( )

Definiert in Zeile 155 der Datei shooting.c.

155  {
156  return get_exposure_counter();
157 }

Variablen-Dokumentation

const ApertureSize aperture_sizes_table[]
Initialisierung:
= {
{ 9, 171, "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, 369, "4.0" },
{ 17, 401, "4.5" },
{ 18, 433, "5.0" },
{ 19, 465, "5.6" },
{ 20, 497, "6.3" },
{ 21, 529, "7.1" },
{ 22, 561, "8.0" },
{ 23, 593, "9.0" },
{ 24, 625, "10.0" },
{ 25, 657, "11.0" },
}

Definiert in Zeile 5 der Datei shooting.c.

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

Definiert in Zeile 86 der Datei shooting.c.

const CapturemodeMap modemap[]

Definiert in Zeile 115 der Datei shooting.c.

const ShutterSpeed shutter_speeds_table[]

Definiert in Zeile 25 der Datei shooting.c.