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