20. High-level API Reference
YGroundSpeed
groundspeed
→
registerTimedReportCallback()
Registers the callback function that is invoked on every periodic timed notification.
js
function registerTimedReportCallback(
callback
)
nodejs
function registerTimedReportCallback(
callback
)
cpp
int registerTimedReportCallback( YGroundSpeedTimedReportCallback
callback
)
m
-(int) registerTimedReportCallback : (YGroundSpeedTimedReportCallback)
callback
pas
function registerTimedReportCallback(
callback
: TYGroundSpeedTimedReportCallback): LongInt
vb
function registerTimedReportCallback( ) As Integer
cs
int registerTimedReportCallback( TimedReportCallback
callback
)
java
int registerTimedReportCallback( TimedReportCallback
callback
)
uwp
async Task<int> registerTimedReportCallback( TimedReportCallback
callback
)
py
def registerTimedReportCallback(
callback
)
php
function registerTimedReportCallback(
$callback
)
es
function registerTimedReportCallback(
callback
)
The callback is invoked only during the execution of
ySleep
or
yHandleEvents
. This provides
control over the time when the callback is triggered. For good responsiveness, remember to call one of
these two functions periodically. To unregister a callback, pass a null pointer as argument.
Parameters :
callback
the callback function to call, or a null pointer. The callback function should take two arguments:
the function object of which the value has changed, and an YMeasure object describing the new
advertised value.
478
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: ......