source:
trunk/platform/sx20/wrappers.c
@
939
| Revision 939, 268 bytes checked in by reyalp, 3 years 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.