anyKode Marilou
ContentsIndexHome
PreviousUpNext
DevicesGroupAccelGyro::GetZInstantValues

Allows to read the accelerations on the devices Z axis for each accelerometer / gyro of the group.

C++
M32 GetZInstantValues(Moda::Commons::AXISValues * pAccelerations, int AccelerationsCount);
Parameters 
Description 
Moda::Commons::AXISValues * pAccelerations 
[in/out] AXISValues table (see page 229) filled in by the function with the instant accelerations values. 
int AccelerationsCount 
[in] Table size in number of elements 

The system error code MODA_EOK if no error occurred, an error (see MODA errors) otherwise.

The table is filled in with the specified axis acceleration values of each accelerometer/gyro present within the group. The number of elements filled in is the minimum between the size of the group and the size of the table.

Documentation v4.7 (18/01/2015), Copyright (c) 2015 anyKode. All rights reserved.
What do you think about this topic? Send feedback!