anyKode Marilou
ContentsIndexHome
PreviousUpNext
RobotPHX::QueryDeviceAccelGyro

QueryDeviceAccelGyro searches and returns a accelerometer/gyro meter device from the PHX's devices list.

C++
DeviceAccelGyro * QueryDeviceAccelGyro(const xkode::lib::String& Name);
Parameters 
Description 
const xkode::lib::String& Name 
[in] Relative name of the device:
Ex: box0/accel0 

Pointer to the instance of the required device. The function returns NULL if the device were not found.

//MODA C++ native sample code

//...
ModaCPP::DeviceAccelGyro *pDevice=pPHX->QueryDeviceAccelGyro("box0/myaccel");
if(pDevice) ...
Documentation v4.7 (18/01/2015), Copyright (c) 2015 anyKode. All rights reserved.
What do you think about this topic? Send feedback!