20. High-level API Reference
YDataLogger
datalogger
→
get_dataStreams()
datalogger
→
dataStreams()
Builds a list of all data streams hold by the data logger (legacy method).
js
function get_dataStreams(
v
)
nodejs
function get_dataStreams(
v
)
cpp
int get_dataStreams( )
m
-(int) dataStreams : (NSArray**)
v
pas
function get_dataStreams(
v
: Tlist): integer
vb
procedure get_dataStreams( ByVal
v
As List)
cs
int get_dataStreams( List<YDataStream>
v
)
java
int get_dataStreams( ArrayList<YDataStream>
v
)
py
def get_dataStreams(
v
)
php
function get_dataStreams(
&$v
)
es
function get_dataStreams(
v
)
The caller must pass by reference an empty array to hold YDataStream objects, and the function fills it
with objects describing available data sequences.
This is the old way to retrieve data from the DataLogger. For new applications, you should rather use
get_dataSets()
method, or call directly
get_recordedData()
on the sensor object.
Parameters :
v
an array of YDataStream objects to be filled in
Returns :
YAPI_SUCCESS
if the call succeeds.
On failure, throws an exception or returns a negative error code.
506
www.yoctopuce.com
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: ......