anyKode Marilou
ContentsIndexHome
PreviousUpNext
DevicesGroupSurfaceMotion::GetVelocities

GetVelocities reads the speed of the surface of each SurfaceMotion of the group.

C++
M32 GetVelocities(float * pVelocities, int VelocitiesCount);
Parameters 
Description 
float * pVelocities 
[out] Table of float to be filled in by the function with the speed of each surface. 
int VelocitiesCount 
[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 speed generated by the surface of each device 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!