source:
trunk/platform/ixus105_sd1300/wrappers.c
@
1833
| Revision 1833, 277 bytes checked in by reyalp, 14 months ago (diff) | |
|---|---|
|
|
| Line | |
|---|---|
| 1 | #include "../generic/wrappers.c" |
| 2 | |
| 3 | long lens_get_focus_pos() |
| 4 | { |
| 5 | return _GetFocusLensSubjectDistance(); |
| 6 | } |
| 7 | |
| 8 | long lens_get_focus_pos_from_lens() |
| 9 | { |
| 10 | return _GetFocusLensSubjectDistanceFromLens(); |
| 11 | } |
| 12 | |
| 13 | long lens_get_target_distance() |
| 14 | { |
| 15 | return _GetCurrentTargetDistance(); |
| 16 | } |
Note: See TracBrowser
for help on using the repository browser.