20. High-level API Reference
YModule
module
→
registerLogCallback()
Registers a device log callback function.
cpp
void registerLogCallback( YModuleLogCallback
callback
)
m
-(void) registerLogCallback : (YModuleLogCallback)
callback
vb
function registerLogCallback( ByVal
callback
As YModuleLogCallback) As Integer
cs
int registerLogCallback( LogCallback
callback
)
java
void registerLogCallback( LogCallback
callback
)
py
def registerLogCallback(
callback
)
This callback will be called each time that a module sends a new log message. Mostly useful to debug
a Yoctopuce module.
Parameters :
callback
the callback function to call, or a null pointer. The callback function should take two arguments:
the module object that emitted the log message, and the character string containing the log.
www.yoctopuce.com
215
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: ......