| Revision 1681,
345 bytes
checked in by philmoz, 15 months ago
(diff) |
|
Merged revision(s) 1680 from branches/release-1_0:
|
-
Property svn:eol-style set to
native
|
| Rev | Line | |
|---|
| [1326] | 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 | } |
|---|
| [1681] | 17 | |
|---|
| 18 | #ifdef CAM_HAS_GPS |
|---|
| 19 | void GPS_UpdateData() { |
|---|
| 20 | _GPS_UpdateData(); |
|---|
| 21 | } |
|---|
| 22 | #endif |
|---|
| 23 | |
|---|
Note: See
TracBrowser
for help on using the repository browser.