Changeset 1276 for trunk/platform/d10/shooting.c
- Timestamp:
- 08/07/11 17:56:07 (22 months ago)
- File:
-
- 1 edited
-
trunk/platform/d10/shooting.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/platform/d10/shooting.c
r1075 r1276 159 159 160 160 // not used ? -> CAM_DRAW_EXPOSITION 161 /*162 char* shooting_get_tv_str()163 {164 short int tvv;165 long i;166 _GetPropertyCase(PROPCASE_TV, &tvv, sizeof(tvv)); // 262 for DiGiC III167 for (i=0;i<SS_SIZE;i++){168 if (shutter_speeds_table[i].prop_id >= tvv)169 return (char*)shutter_speeds_table[i].name;170 }171 return (void*)"?";172 }173 174 char* shooting_get_av_str()175 {176 short int avv;177 long i;178 _GetPropertyCase(PROPCASE_AV, &avv, sizeof(avv)); // 23 for DiGiC III179 for (i=0;i<AS_SIZE;i++){180 if (aperture_sizes_table[i].prop_id == avv)181 return (char*)aperture_sizes_table[i].name;182 }183 return (char*) "?";184 }185 */
Note: See TracChangeset
for help on using the changeset viewer.