20. High-level API Reference
YLatitude
latitude
→
loadCalibrationPoints()
R e t r i e v e s e r r o r c o r r e c t i o n d a t a p o i n t s p r e v i o u s l y e n t e r e d u s i n g t h e m e t h o d
c a l i b r a t e F r o m P o i n t s
.
js
function loadCalibrationPoints(
rawValues
,
refValues
)
nodejs
function loadCalibrationPoints(
rawValues
,
refValues
)
cpp
int loadCalibrationPoints( vector<double>&
rawValues
,
vector<double>&
refValues
)
m
-(int) loadCalibrationPoints : (NSMutableArray*)
rawValues
: (NSMutableArray*)
refValues
pas
function loadCalibrationPoints( var
rawValues
: TDoubleArray,
var
refValues
: TDoubleArray): LongInt
vb
procedure loadCalibrationPoints( )
cs
int loadCalibrationPoints( List<double>
rawValues
,
List<double>
refValues
)
java
int loadCalibrationPoints( ArrayList<Double>
rawValues
,
ArrayList<Double>
refValues
)
uwp
async Task<int> loadCalibrationPoints( List<double>
rawValues
,
List<double>
refValues
)
py
def loadCalibrationPoints(
rawValues
,
refValues
)
php
function loadCalibrationPoints(
&$rawValues
,
&$refValues
)
es
function loadCalibrationPoints(
rawValues
,
refValues
)
cmd
YLatitude
target
loadCalibrationPoints
rawValues
refValues
Parameters :
rawValues
array of floating point numbers, that will be filled by the function with the raw sensor values for
the correction points.
refValues
array of floating point numbers, that will be filled by the function with the desired values for the
correction points.
Returns :
YAPI_SUCCESS
if the call succeeds.
On failure, throws an exception or returns a negative error code.
www.yoctopuce.com
311
Содержание Yocto-GPS
Страница 1: ...Yocto GPS User s guide...
Страница 2: ......
Страница 6: ...22 Characteristics 557 Blueprint 559 Index 561...
Страница 10: ...4 www yoctopuce com...
Страница 14: ...8 www yoctopuce com...
Страница 18: ...12 www yoctopuce com...
Страница 22: ...16 www yoctopuce com...
Страница 38: ...32 www yoctopuce com...
Страница 42: ...36 www yoctopuce com...
Страница 54: ...48 www yoctopuce com...
Страница 72: ...66 www yoctopuce com...
Страница 92: ...86 www yoctopuce com...
Страница 122: ...116 www yoctopuce com...
Страница 132: ...126 www yoctopuce com...
Страница 159: ...20 High level API Reference On failure throws an exception or returns a negative error code www yoctopuce com 153...
Страница 564: ...22 Characteristics 558 www yoctopuce com...
Страница 565: ......
Страница 566: ......