20. High-level API Reference
YLongitude
longitude
→
get_recordedData()
longitude
→
recordedData()
Retrieves a DataSet object holding historical data for this sensor, for a specified time interval.
js
function get_recordedData(
startTime
,
endTime
)
nodejs
function get_recordedData(
startTime
,
endTime
)
cpp
YDataSet get_recordedData( s64
startTime
, s64
endTime
)
m
-(YDataSet*) recordedData : (s64)
startTime
: (s64)
endTime
pas
function get_recordedData(
startTime
: int64,
endTime
: int64): TYDataSet
vb
function get_recordedData( ) As YDataSet
cs
YDataSet get_recordedData( long
startTime
, long
endTime
)
java
YDataSet get_recordedData( long
startTime
, long
endTime
)
uwp
async Task<YDataSet> get_recordedData( long
startTime
,
long
endTime
)
py
def get_recordedData(
startTime
,
endTime
)
php
function get_recordedData(
$startTime
,
$endTime
)
es
function get_recordedData(
startTime
,
endTime
)
cmd
YLongitude
target
get_recordedData
startTime
endTime
The measures will be retrieved from the data logger, which must have been turned on at the desired
time. See the documentation of the DataSet class for information on how to get an overview of the
recorded data, and how to load progressively a large set of measures from the data logger.
This function only works if the device uses a recent firmware, as DataSet objects are not supported by
firmwares older than version 13000.
Parameters :
startTime
the start of the desired measure time interval, as a Unix timestamp, i.e. the number of seconds
since January 1, 1970 UTC. The special value 0 can be used to include any meaasure, without
initial limit.
endTime
the end of the desired measure time interval, as a Unix timestamp, i.e. the number of seconds
since January 1, 1970 UTC. The special value 0 can be used to include any meaasure, without
ending limit.
Returns :
an instance of YDataSet, providing access to historical data. Past measures can be loaded progressively
using methods from the YDataSet object.
www.yoctopuce.com
353
Summary of Contents for Yocto-GPS
Page 1: ...Yocto GPS User s guide...
Page 2: ......
Page 6: ...22 Characteristics 557 Blueprint 559 Index 561...
Page 10: ...4 www yoctopuce com...
Page 14: ...8 www yoctopuce com...
Page 18: ...12 www yoctopuce com...
Page 22: ...16 www yoctopuce com...
Page 38: ...32 www yoctopuce com...
Page 42: ...36 www yoctopuce com...
Page 54: ...48 www yoctopuce com...
Page 72: ...66 www yoctopuce com...
Page 92: ...86 www yoctopuce com...
Page 122: ...116 www yoctopuce com...
Page 132: ...126 www yoctopuce com...
Page 564: ...22 Characteristics 558 www yoctopuce com...
Page 565: ......
Page 566: ......